This repo is a fork with small changes.
- saves article title as
article.thisisasavedarticle.md - remove extra characters from title:
- simple quotation mark
' - hyphen
-
- simple quotation mark
--
A simple python script I use for reading articles in plain text.
It depends on txtify.it, and is intended for moderate use (for too many requests you should use their API).
Print article on screen
$ python plaintext.py https://articles.xyz/some-article
Save it as an .md file.
$ python plaintext.py https://articles.xyz/some-article -s