Skip to content

Cloudxtreme/twt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twt


What It Is?

  • stack: Golang, TwitterAPI

just some bird trials on Twitter API, right now it allows you to

  • stalk
  • followers [TBD] * friends
  • tickr

[TBD] * timeline [TBD] * topic

twt :)


How To Use

  • Run, to create a local isolated GoEnv, install required Go libs and create a binary in project's bin directory "./bin/twt"
./go-tasks.sh bin
  • Create an app by using your Twitter A/c @ http://dev.twitter.com/apps.

  • Then copy creds.json.sample to creds.json and correct the values with API Key&Secret and Access Token&Secret granted to that app.

  • Run following command to test it out

./bin/twt -config creds.sample

About

quick twitter-ing via twitter API uses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 56.3%
  • Shell 43.7%