Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 251 Bytes

File metadata and controls

3 lines (2 loc) · 251 Bytes

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.