pockyt
pockyt copied to clipboard
Automate & manage your Pocket.com collection.
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...