Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 363 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 363 Bytes

Scraping Medium Blogs

Medium is a website containing great blogs and used by many programmers.
This script asks the user for the url of a medium article, scrapes it's text and saves it to a text file into a folder named scraped_articles in the same directory.

Prerequisites

pip install the modules given in requirements.txt