Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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