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 8b95ab3745 web scraping 1 year ago
..
files web scraping 1 year ago
basic-req.py web scraping 1 year ago
download-web-page.py web scraping 1 year ago
open-web-site.py web scraping 1 year ago
readme.md web scraping 1 year 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.