Skip to content

sescobb27/TwitterStreamingExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwitterStreamingExample

Golang example for meetup with using the twitter streaming API and websockets

set your own environment

export TWITTER_CONSUMER_KEY="YOUR_CONSUMER_KEY"
export TWITTER_CONSUMER_SECRET="YOUR_CONSUMER_SECRET"
export TWITTER_ACCESS_TOKEN="YOUR_ACCESS_TOKEN"
export TWITTER_ACCESS_SECRET="YOUR_ACCESS_SECRET"

then

# compile golang source code and build the binary executable named go-med
go build -o go-med -race golang_medellin.go
# then exec it!
./go-med -keywords="medellin"

About

Example for the Golang Medellin Meetup using the twitter streaming API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages