Skip to content

laurentmau/pocketstats

 
 

Repository files navigation

pocketstats

Statistics of your Pocket usage: how many are still unread, how many have you favourited, are deleted and are archived?

Code Health

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).

Usage

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>

About

Statistics of your Pocket usage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • Shell 1.3%