Anaconda
2 posts tagged with "Anaconda"
- Search Gear 3 - Go, coveralls.io, anaconda, twitter, TDD Cases!
Search Gear Notes Go, coveralls.io, anaconda, twitter, TDD Cases coveralls.io comes through with free repos for academics $GOPATH Lost - treatise at http://stackoverflow.com/questions/21499337/cannot-set-gopath-on-mac-osx ~/.bash_profile updated to contain export GOPATH=/Volumes/WorkingBox/Development/go and export PATH=$GOPATH/bin:$PATH Seems anaconda is the twitter api I want as it works with functions. - go get -v github.com/ChimeraCoder/anaconda - Full Doc : https://godoc.org/github.com/ChimeraCoder/anaconda - tweet structure https://dev.twitter.com/docs/platform-objects/tweets - anaconda.SetConsumerKey("your-consumer-key") anaconda.SetConsumerSecret(“your-consumer-secret”) api := anaconda.NewTwitterApi(“your-access-token”, “your-access-token-secret”) - go run searchgear.
- Search Gear 2 - Go, Twitter, json, twitterfetcher, anaconda, twittergo!
Search Gear Notes Go, Twitter, json, twitterfetcher, anaconda, twittergo Looking to choose a twitter api https://code.google.com/p/go-wiki/wiki/Projects • gockel - a Twitter client for text terminals - https://github.com/akrennmair/gockel • twitterfetcher - A tool to make Twitter API requests using the Application-only authentication - https://bitbucket.org/georgebaev/twitterfetcher • Digestw - A Web Application - Twitter’s Timeline Digest - https://github.com/mocchira/digestw • webtf - Web app to graphical visualization of twitter timelines using the HTML5 - http://code.