Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 939 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 939 Bytes

go-tweets

Travis CI

View a twitter account's most recent tweets with this command-line tool, written in Go

Installation

Via Go

$ go get github.com/colemujadzic/go-tweets

Usage

$ go-tweets -h
go-tweets - A command line tool to retrieve a twitter user's tweets using Twitter's API

Version: 0.0.1

Usage:  go-tweets [options] <twitter username> <number of tweets>

  -consumer-key string
        twitter consumer key
  -consumer-secret string
        twitter consumer secret

Acknowledgments