pockyt icon indicating copy to clipboard operation
pockyt copied to clipboard

Automate & manage your Pocket.com collection.

Results 5 pockyt issues
Sort by recently updated
recently updated
newest added

Hello! I just heard about pockyt. I installed it via `pipx install pockyt` (my first use of `pipx`) and then ran `pockyt reg`. I got the following error: ``` ---------------------------------------------------------------------...

Fix registration issue by specifying charset in POST as per https://getpocket.com/developer/docs/authentication

Currently running something like `pockyt get -n 5 -f '{id} | {tags}'` Will produce output like > 64845519 | odict_keys(['hack']) > 2872686492 | odict_keys(['developper', 'work']) > 3990014513 | odict_keys(['coding', 'macos'])...

The [V3 API](https://getpocket.com/developer/docs/v3/retrieve) of pocket states that retrieved results are paginated. > The maximum page size limit is 30 results. In order to retrieve more, you must paginate the result...