Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pocke/twtoken
Get twitter access token from command line.
https://github.com/pocke/twtoken
Last synced: 3 days ago
JSON representation
Get twitter access token from command line.
- Host: GitHub
- URL: https://github.com/pocke/twtoken
- Owner: pocke
- License: mit
- Created: 2015-04-26T06:07:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-26T12:42:57.000Z (over 9 years ago)
- Last Synced: 2024-11-06T13:01:35.318Z (about 2 months ago)
- Language: Go
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
twtoken
================Get twitter access token from command line.
Installation
--------------```sh
$ go get github.com/pocke/twtoken
```Usage
-----------```sh
$ twtoken -ck _CONSUMER_KEY_ -cs _CONSUMER_SECRET_
```or
```sh
$ CONSUMER_KEY=_CONSUMER_KEY_ CONSUMER_SECRET=_CONSUMER_SECRET_ twtoken
```Web Browser automatically open(If doesn't open, copy and paste URL.)
Click "Authorise app". Access token is shown on your terminal.License
-----------Copyright © 2015 pocke
Licensed [MIT][mit]
[MIT]: http://www.opensource.org/licenses/mit-license.php