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.
 
 

589 B

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.