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.
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
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.