mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-12-19 02:07:27 +08:00
* 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
17 lines
147 B
Plaintext
17 lines
147 B
Plaintext
beautifulsoup4
|
|
black
|
|
fake_useragent
|
|
flake8
|
|
matplotlib
|
|
mypy
|
|
numpy
|
|
opencv-python
|
|
pandas
|
|
pillow
|
|
pytest
|
|
requests
|
|
scikit-fuzzy
|
|
sklearn
|
|
sympy
|
|
tensorflow
|