Awesome-Python-Scripts/medium_article_downloader
2019-10-14 18:37:19 +05:30
..
helpers.py added medium article downloader script 2019-10-14 18:37:19 +05:30
medium.py added medium article downloader script 2019-10-14 18:37:19 +05:30
README.md added medium article downloader script 2019-10-14 18:37:19 +05:30
requirements.txt added medium article downloader script 2019-10-14 18:37:19 +05:30

A simple python script download latest articles from medium topicwise and save them in text files.

It basically scrapes the site using requests and bs4 modules. I made it just for fun after I read Automate the Boring Stuff with Python by Al Sweigart.