Show graphs about your Pocket usage.
- Download the latest release and install it as plugin
- Restart Grafana
- Go to Configuration/Datasources and add Pocket as a datasource
- Create a new dashboard with graph panel
- Choose one of the following time series
- Cumulative item counts (unread and archived)
- Daily adds
- Daily reads
Note: Depending on your Pocket activity, you might have to select a long time range to see any results, e.g., Last 2 years.
This datasource plugin uses Pocket's OAuth API to authenticate you. The plugin will never see your Pocket password. Instead it receives an access token after successfully authenticating. This access token is then used to retrieve your list of Pocket items.
This plugin does not require a timeseries database. Instead it retrieves all articles once and caches them for an hour. All interactions like query type or changing time range are performed on the cached result. This is to ensure a quick interaction while respecting Pocket's API rate limits.
Feel free to open issues first. PRs are welcome. Try to come up with more stats that can be calculated from the retrieved list.
This plugin uses release-it to release to GitHub.
env GITHUB_TOKEN=your_token yarn release-it patch