An open API service indexing awesome lists of open source software.

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

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.

![Pocket Developer Dashboard](/Pocket-Developer-Dashboard.png)

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!