Web scraping tool written in python to get articles news from dev.to
DISCLAIMER: This tool can damage the website.
Respect the rules and regulation of the website
Run the scraper with:
python src/main.py [topic?] [limit?]
The default topic is React
You can set a limit for articles.
- Install the
bs4
(Beatiful soup v4) library
pip install bs4