A command line application that saves articles to Pocket. Saved articles will have tag boring.
It fetches featured articles from Wikipedia.
When you save a RSS link (for ex; NASA RSS) with tag feed, application will fetch articles from RSS and save them.
Install with pip
$ pip3 install git+https://github.com/akgun/boring#egg=boring
Run executable with your credentials.
$ export BORING_POCKET_CONSUMER_KEY=<your consumer key>
$ export BORING_POCKET_ACCESS_TOKEN=<your access token>
$ boring
For obtaining tokens, read this article.