Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/motemen/go-pocket
Pocket (getpocket.com) API client for Go (golang).
https://github.com/motemen/go-pocket
Last synced: 3 months ago
JSON representation
Pocket (getpocket.com) API client for Go (golang).
- Host: GitHub
- URL: https://github.com/motemen/go-pocket
- Owner: motemen
- License: mit
- Created: 2014-08-13T00:51:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-04T00:30:31.000Z (about 4 years ago)
- Last Synced: 2024-06-18T16:52:55.097Z (7 months ago)
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 50
- Watchers: 5
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-pocket
Pocket (getpocket.com) API client for Go (golang).## Usage
#### Install
`go get github.com/motemen/go-pocket/...`
#### Use
```
mkdir ~/.config/pocket
echo "MY_POCKET_API_CONSUMER_KEY" > ~/.config/pocket/consumer_key
pocket list
# Visit the URL listed in order to authenticate with Pocket
# After succesful authentication, your Pocket article list will appear
```