Skip to content
/ hutch Public

Easily discover popular content from Twitter's public streams.

License

Notifications You must be signed in to change notification settings

njern/hutch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hutch

Get a daily report of trending links on Twitter on the topic(s) of your choice.

Install

go get -d github.com/njern/hutch
cd $GOPATH/src/github.com/njern/hutch
go build

Usage

First, you'll need to fill out the credentials.json file according to the example in credentials_example.json. This will also require you to register your own Twitter "App" at Twitter's developer page.

Then, simply start Hutch with a command like:

./hutch --topics "Justin Bieber, Canada" --num_links 10

In twenty-four hours (and every twenty-four hours after that) you will receive an e-mail with the top 10 most talked about links matching one or more of your defined keywords.

TODO:

  • Add notification options other than e-mail
  • Write some unit tests

Contributors

About

Easily discover popular content from Twitter's public streams.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages