Skip to content

Cmd line tool to generate a list of a user's Pocket articles

Notifications You must be signed in to change notification settings

MyGitUsername/pocket-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

To use this command line tool, first obtain a consumer key and access token from Pocket.

Examples:

ruby pocket.rb --consumer-key CONSUMER-KEY --access-token ACCESS-TOKEN

Output to a file:

ruby pocket.rb --consumer-key CONSUMER-KEY --access-token ACCESS-TOKEN > pocket-articles.txt

Format with github markdown syntax:

ruby pocket.rb --consumer-key CONSUMER-KEY --access-token ACCESS-TOKEN --markdown > pocket-articles.txt

About

Cmd line tool to generate a list of a user's Pocket articles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages