mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-24 04:21:08 +00:00
3 lines
251 B
Markdown
3 lines
251 B
Markdown
|
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.
|