https://github.com/mehdy/pocket-counter
A simple tool to count the articles in your getpocket list
https://github.com/mehdy/pocket-counter
cli getpocket pocket
Last synced: 7 months ago
JSON representation
A simple tool to count the articles in your getpocket list
- Host: GitHub
- URL: https://github.com/mehdy/pocket-counter
- Owner: mehdy
- License: gpl-3.0
- Created: 2022-01-09T14:01:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T17:47:57.000Z (over 2 years ago)
- Last Synced: 2025-01-13T20:18:46.727Z (9 months ago)
- Topics: cli, getpocket, pocket
- Language: Go
- Homepage:
- Size: 108 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pocket Counter
A simple CLI tool to count the articles in your getpocket.com list.
## Usage
First, you need to go [here](https://getpocket.com/developer/apps/new) to create a new app and getting its `consumer_key`.
Fill out the form just like below.

After creating the app, copy the `consumer_key`.
Then you need to install this project.
```bash
go install github.com/mehdy/pocket-counter@latest
```Run it using the `consumer_key` and follow the instructions.
```bash
pocket-counter -consumer-key 1234-abcd1234abcd1234abcd1234
```And Voilà!!!
## Contribution
If anything goes wrong, and the code doesn't work correctly, please create an issue.
Any PRs are welcome!