Skip to content

jchannon/PoGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoGo

Written in Golang, this tool imports Twitter favourites into Pocket.

Instructions

  • Get yourself a Twitter access token and secret from http://dev.twitter.com
  • Get yourself a Pocket access token from https://getpocket.com/developer/
  • Execute the app go run main.go --consumerkey [TWITTER KEY] --consumersecret [TWITTER SECRET] --pocketapikey [POCKETAPIKEY]

Notes:

This will read tweets marked as favourites. If the tweet contains no links in the tweet, it will add the link to the tweet into Pocket. If the tweet contains a link it will add that to Pocket only if the URL has no file extension OR if the URL has a .html, .aspx, .md extension or if the host name is github.com. If the tweet contains a link to something other than the above condition it will be logged to the console that it has not been added to Pocket.

About

This tool imports Twitter favourites into Pocket.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published