Skip to content
 
 

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebScraping

DISCLAIMER

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

Selenium Pros and Cons

Pros

Handles dynamic content

Cross-platform support

Interaction and automation

Cons

Uses more recources (CPU)

About

This is some python scripts to scrap sites and collect dataset.

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Contributors

Languages