Python program that surfs 3 site at a time (#1389)
* Python program that scrufs 3 site at a time
add input in the compiling time like -- python3 project1.py (man)
* Update project1.py
* noqa: F401 and reformat with black
* Rename project1.py to web_programming/crawl_google_results.py
* Add beautifulsoup4 to requirements.txt
* Add fake_useragent to requirements.txt
* Update crawl_google_results.py
* headers={"UserAgent": UserAgent().random}
* html.parser, not lxml
* link, not links K
kunal kumar barman committed
43f99e56c969b46d3ea65593d0a20e9d9896ed0f
Parent: 5ef5f67
Committed by Christian Clauss <[email protected]>
on 10/18/2019, 9:30:52 PM