https://github.com/xoolive/pocket_curses
An ncurses interface to Pocket API
https://github.com/xoolive/pocket_curses
curses getpocket ncurses pocket pocket-api python3
Last synced: about 1 year ago
JSON representation
An ncurses interface to Pocket API
- Host: GitHub
- URL: https://github.com/xoolive/pocket_curses
- Owner: xoolive
- License: mit
- Created: 2019-02-01T09:27:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T20:29:46.000Z (over 7 years ago)
- Last Synced: 2025-03-24T08:02:00.310Z (about 1 year ago)
- Topics: curses, getpocket, ncurses, pocket, pocket-api, python3
- Language: Python
- Size: 4.88 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.rst
- License: license.md
Awesome Lists containing this project
README
An ncurses interface to Pocket API
==================================
Usage
-----
::
pocket
Press `?` for help, `q` to quit.
The interface is based on the `pocket-api` library which requires an API key. The following `page `_ explains how to create one.
When you first launch `pocket`, a configuration file is created. An exception is raised until you put your credentials in the file. The exception message contains the path to the configuration file.
Installation
------------
This tool requires Python>=3.6.
Latest release:
::
pip3 install pocket-curses
# in case you don't have sufficient permissions
pip3 install pocket-curses --user
Latest version from github:
::
pip3 install git+https://github.com/xoolive/pocket_curses
License
-------
MIT
All contributions welcome.