Skip to content
forked from mattn/twty

a fork of mattn/twty with added an option to output in rss format

Notifications You must be signed in to change notification settings

apxxxxxxe/twty-rss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Install for Homebrew users (macOS)

% brew install twty

You would not need to install the golang compiler with this method.

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: %APPDATA%/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 Fun!

About

a fork of mattn/twty with added an option to output in rss format

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 95.2%
  • Makefile 4.8%