MediumScraper icon indicating copy to clipboard operation
MediumScraper copied to clipboard

Scraping articles of medium and providing audio versions 📑 to 🔊 using django

Medium Scraper

NOTE: This project is developed for educational purpose only and does not try to imitate any legit application.

This project scrapes the content of any medium article and also allows the user to get an audio version of that article. User has to provide the link of the medium article in the user interface and submit it. In case user wants to generate an mp3 file of that article, they should run the mediumScraping.py file, changing the url link inside the script.

How to run

Open terminal/cmd and run the following commands :

git clone https://github.com/globefire/ArticleScraping.git
cd ArticleScraping
pip install -r requirements.txt

To run the python script run this command (Change the link inside the file)

python mediumScraping.py

To launch the web interface run the following commands

cd mediumscraper
python manage.py runserver

UI

Demo

Press Me :)

Support Me

If you liked this Repository, then please leave a star on this repository. It motivates me to contribute more in such Open Source projects in the future.

Happy Coding =)