This Repo is made just for practice, im not trying to scrape websites illegally and i'm not responsible for any illegal usage of the code i write in here.
Install requirements
pip install selenium
pip install requests
pip install beautifulsoup4
pip install lxml
If we are using selenium we should first install the webdriver to give our code full control of the website
Webdriver - Link
Handles dynamic content
Cross-platform support
Interaction and automation
Uses more recources (CPU)