Skip to content

lorenzo774/devto-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

devto-news

Tech

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

Example

How it works

Run the scraper with:

python src/main.py [topic?] [limit?]

The default topic is React
You can set a limit for articles.

Installation

  1. Install the bs4 (Beatiful soup v4) library
pip install bs4