command-line twitter client written in golang
Switch branches/tags
Nothing to show
Clone or download
Latest commit 1481876 Aug 16, 2018
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
README.md update README.md May 2, 2017
twty.go good bye UserStream Aug 17, 2018

README.md

twty

A command-line twitter client

Install

  1. Install golang environment.

    See: http://golang.org/doc/install.html

  2. get twty

     $ go get github.com/mattn/twty
    

Thanks all!

Usage

$ twty -h

At the first, you can see the opening web-browser. And you'll see pin-code is shown on twitter.com. Please copy it and type in console like following.

PIN: XXXXXX

Configuration file is stored in: ~/.config/twty/settings.json For windows user: %USERPROFILE%/Application Data/twty/settings.json

FAQ

Do you use proxy? then set environment variable HTTP_PROXY like below.

HTTP_PROXY=http://myproxy.example.com:8080

License

under the MIT License: http://mattn.mit-license.org/2017

Author

Yasuhiro Matsumoto mattn.jp@gmail.com

Have Fan!