Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/creemama/node-twitter
A Twitter command-line-interface (CLI)
https://github.com/creemama/node-twitter
cli commandline node nodejs twitter
Last synced: about 1 month ago
JSON representation
A Twitter command-line-interface (CLI)
- Host: GitHub
- URL: https://github.com/creemama/node-twitter
- Owner: creemama
- License: mit
- Created: 2020-11-11T19:22:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T20:41:12.000Z (about 4 years ago)
- Last Synced: 2024-11-19T23:48:34.359Z (about 2 months ago)
- Topics: cli, commandline, node, nodejs, twitter
- Language: JavaScript
- Homepage:
- Size: 217 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @util.js/node-twitter
> A Twitter command-line-interface (CLI)
```
npm install --global @util.js/node-twitter# Output help.
node-twitter# Authorize node-twitter to access screen-name's tweets using your Twitter
# developer account.
node-twitter screen-name authorize# Follow 10 unique users, where their number of followers is greater than the
# number they are following, querying tweets with the hashtag #javascript.
node-twitter screen-name follow 10 "#javascript"# Unfollow all users not following screen-name back.
node-twitter screen-name unfollow
```[comment]: # "Update outputHelp in NodeTwitterMain if you update "
[comment]: # "node-twitter's usage here."## Repository Maintenance Commands
- Work within a Docker container: `./dev.sh docker`
- Run from a Docker container: `./dev.sh docker -c "npm link && node-twitter"`
- Create standalone binaries: `./dev.sh docker-pkg`
- Format the project: `./dev.sh docker-format`
- Update dependencies: `./dev.sh docker-update`
- Deploy: `./dev.sh docker-deploy`