Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
TheAlgorithms
/
Python
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
51k
Star
224k
Code
Issues
146
Pull requests
909
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Python program that surfs 3 site at a time
- #1389
#1389
Merged
cclauss
merged 10 commits into
TheAlgorithms:master
TheAlgorithms/Python:master
from
Kunal614:master
Copy head branch name to clipboard
Oct 18, 2019
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Python program that surfs 3 site at a time
#1389
cclauss
merged 10 commits into
TheAlgorithms:master
TheAlgorithms/Python:master
from
Kunal614:master
Copy head branch name to clipboard
Commits
Commits on Oct 18, 2019
Python program that scrufs 3 site at a time
Show description for 884803a
Kunal614
authored
884803a
View commit details
Copy full SHA for 884803a
Browse repository at this point
Update project1.py
Kunal614
authored
dfed24a
View commit details
Copy full SHA for dfed24a
Browse repository at this point
noqa: F401 and reformat with black
cclauss
authored
5c1fbea
View commit details
Copy full SHA for 5c1fbea
Browse repository at this point
Rename project1.py to web_programming/crawl_google_results.py
cclauss
authored
1125c44
View commit details
Copy full SHA for 1125c44
Browse repository at this point
Add beautifulsoup4 to requirements.txt
cclauss
authored
05808a2
View commit details
Copy full SHA for 05808a2
Browse repository at this point
Add fake_useragent to requirements.txt
cclauss
authored
81106a6
View commit details
Copy full SHA for 81106a6
Browse repository at this point
Update crawl_google_results.py
cclauss
authored
4600fea
View commit details
Copy full SHA for 4600fea
Browse repository at this point
headers={"UserAgent": UserAgent().random}
cclauss
authored
dd627ae
View commit details
Copy full SHA for dd627ae
Browse repository at this point
html.parser, not lxml
cclauss
authored
1b2eb0c
View commit details
Copy full SHA for 1b2eb0c
Browse repository at this point
link, not links
cclauss
authored
188d1f4
View commit details
Copy full SHA for 188d1f4
Browse repository at this point
You can’t perform that action at this time.