An open API service indexing awesome lists of open source software.

https://github.com/choueric/gogobird

console command line twitter client in golang
https://github.com/choueric/gogobird

Last synced: 8 months ago
JSON representation

console command line twitter client in golang

Awesome Lists containing this project

README

          

# gogobird
console command line twitter client in golang.

# usage
1. First, make sure enviroment variable CONSUMER_KEY and CONSUMER_SECRET are set properly.
2. Second, use "auth" subcommand to complete the authentication. The user name , access token and secret will be stored in the "./config.json". The token and secret will be read to do the twitter operation later.