Skip to content

dstarod/twitter_console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

An example how to track stream of tweets in real-time on Golang.

How to use (you have to install golang before):

$ go run twitter.go

or

$ go run twitter.go music

or

$ go build twitter.go

and

$ ./twitter

or

$ ./twitter music

Note: call go get in directory with code for downloading dependencies.

About

Tracking twitter stream with Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages