Statistics of your Pocket usage: how many are still unread, how many have you favourited, are deleted and are archived?
pocketstats
keeps track of the metadata of your saved items through the Pocket API and is intended to be run periodically through cron (for example, once per day).
First, obtain an App token from the Pocket dev website (it only needs Read permissions, and can be of type 'Web').
Copy settings_example.py to settings.py and put the corresponding Consumer Key that the website lists, in settings.py under consumer_key
. Now run pocketstats with the gettoken
option, providing your Consumer Key on the command line (it will ask for it if you don't use the --consumer_key
option):
python pocketstats.py gettoken --consumer_key=<consumer key>