Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattn/twty
command-line twitter client written in golang
https://github.com/mattn/twty
Last synced: 6 days ago
JSON representation
command-line twitter client written in golang
- Host: GitHub
- URL: https://github.com/mattn/twty
- Owner: mattn
- Created: 2011-04-28T10:39:33.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-10-14T00:49:28.000Z (about 2 years ago)
- Last Synced: 2024-10-22T22:14:30.963Z (14 days ago)
- Topics: twitter
- Language: Go
- Homepage: https://mattn.kaoriya.net/
- Size: 122 KB
- Stars: 280
- Watchers: 5
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twty
A command-line twitter client
## Install
1. Install golang environment.
See: http://golang.org/doc/install.html
2. get twty
$ go install github.com/mattn/twty@latest
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
Have Fun!