https://github.com/dushansenadheera/web_scraper
web scraper using Python along with BeautifulSoup and Selenium
https://github.com/dushansenadheera/web_scraper
beautifulsoup data python selenium web-scraping
Last synced: 5 days ago
JSON representation
web scraper using Python along with BeautifulSoup and Selenium
- Host: GitHub
- URL: https://github.com/dushansenadheera/web_scraper
- Owner: DushanSenadheera
- Created: 2024-02-19T18:49:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-06T18:11:03.000Z (over 2 years ago)
- Last Synced: 2025-08-17T19:45:38.995Z (10 months ago)
- Topics: beautifulsoup, data, python, selenium, web-scraping
- Language: Python
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Install all the necesary libraries
```
pip install -r requirements.txt
```