You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gharke
dff81a3258
|
4 months ago | |
---|---|---|
.. | ||
files | 4 months ago | |
basic-req.py | 4 months ago | |
download-web-page.py | 4 months ago | |
example.html | 4 months ago | |
google-search.py | 4 months ago | |
open-web-site.py | 4 months ago | |
parse-html.py | 4 months ago | |
readme.md | 4 months ago |
readme.md
Required modules
Requests module
The requests module is used to send HTTP requests.
pip install requests
BeautifulSoup module
The Beautiful Soup Python library is used to parse HTML and XML documents.
pip install beautifulsoup4
Selenium module
The selenium module is used to automate web browsers.