Skip to content

Pocket (getpocket.com) API client for Go (golang).

Notifications You must be signed in to change notification settings

junkblocker/go-pocket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-pocket

Pocket (getpocket.com) API client for Go (golang).

Usage

Install with go 1.13 or newer

go install github.com/junkblocker/go-pocket/cmd/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

About

Pocket (getpocket.com) API client for Go (golang).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.9%
  • Makefile 1.1%