https://github.com/pofallon/twine
A command line Twitter client
https://github.com/pofallon/twine
cli nodejs twitter-api
Last synced: 11 months ago
JSON representation
A command line Twitter client
- Host: GitHub
- URL: https://github.com/pofallon/twine
- Owner: pofallon
- License: mit
- Created: 2017-11-11T18:22:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T01:01:10.000Z (about 8 years ago)
- Last Synced: 2025-07-08T10:55:02.199Z (12 months ago)
- Topics: cli, nodejs, twitter-api
- Language: JavaScript
- Size: 268 KB
- Stars: 15
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twine
A command line Twitter client
[](https://travis-ci.org/pofallon/twine)
[](https://badge.fury.io/js/%40pofallon%2Ftwine)
This is a companion project to the Pluralsight course "Building Command Line Applications in Node.js"
There are branches to represent the state of the project at various points along the course:
* **module-2-start** The end of module 1 / start of module 2
* **module-3-start** The end of module 2 / start of module 3
* **module-4-start** The end of module 3 / start of module 4
* **module-5-start** The end of module 4 / start of module 5
* **module-5-complete** The end of module 5 (and the course)
You can install the latest version by running `npm install @pofallon/twine`. Note that over time this version may contain features not covered in the Pluralsight course.
To use the `twine` CLI:
1. Login and create an application on apps.twitter.com
2. Run `twine configure consumer` and enter your application's consumer key and secret
3. Run `twine configure account` and follow the instructions
4. Run `twine lookup [screen_name]` to try looking up a Twitter user
Have an idea for some additional commands? PRs are welcome!