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 parsing 4 months ago
..
files web scraping 4 months ago
basic-req.py web scraping 4 months ago
download-web-page.py web scraping 4 months ago
example.html parsing 4 months ago
google-search.py parsing 4 months ago
open-web-site.py web scraping 4 months ago
parse-html.py parsing 4 months ago
readme.md web scraping 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.