Awesome-Python-Scripts/medium_article_downloader/README.md

3 lines
251 B
Markdown
Raw Normal View History

2019-10-14 13:07:19 +00:00
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.