Back to Python Mini Projects

Scraping Medium Articles

projects/Scraping Medium Articles/README.md

latest649 B
Original Source

Scraping Medium Articles

Well Medium is a website containing great articles 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.

There are 3 text files in the folder scraped_articles as an example of how the article is scraped.

Prerequisites

pip install the modules given in requirements.txt

Have a working network connection on the device

How to run the script

Run it like any other python file

Author Name

Naman Shah