mirror of
https://github.com/thewesker/bug-em.git
synced 2025-12-22 13:01:05 -05:00
lol
This commit is contained in:
18
node_modules/twauth/README.md
generated
vendored
Normal file
18
node_modules/twauth/README.md
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# twauth
|
||||
Simple tool to authenticate your Twitter account with Twitter through your own API keys.
|
||||
|
||||
```
|
||||
$ npm install -g twauth
|
||||
/usr/local/bin/twauth -> /usr/local/lib/node_modules/twauth/index.js
|
||||
|
||||
$ twauth --help
|
||||
Usage: --key=[consumer key] -secret=[consumer secret]
|
||||
|
||||
Options:
|
||||
--key [required]
|
||||
--secret [required]
|
||||
```
|
||||
|
||||
Based on [a gist](https://gist.github.com/tanepiper/575303) by tanepiper.
|
||||
|
||||
Licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html).
|
||||
Reference in New Issue
Block a user