Skip to content

Latest commit

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

twitterfeed

Go channel providing live tweets containing search terms.

The following code reads all tweets containing "monkey" for five seconds:

ctx, _:=context.WithTimeout(context.Background(), 5*time.Second)
r:=twitterfeed.NewTweetReader("consumerKey", "consumerSecret", "accessToken", "accessSecret")
fortweet:=ranger.Run(ctx, "monkey") {
log.Println(tweet)
}
log.Println("done")
  • You can read the GoDocs if you prefer

About

Go channel providing live tweets containing search terms.

Topics

Resources

Stars

35 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages