Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bjarneo/tweam
Filter tweets in real-time @ your cli with tweam
https://github.com/bjarneo/tweam
Last synced: 3 days ago
JSON representation
Filter tweets in real-time @ your cli with tweam
- Host: GitHub
- URL: https://github.com/bjarneo/tweam
- Owner: bjarneo
- Created: 2020-10-01T08:13:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T09:24:25.000Z (about 4 years ago)
- Last Synced: 2024-04-24T13:22:10.261Z (7 months ago)
- Language: JavaScript
- Size: 61.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter real-time status filter cli
Filter tweets in real-time @ your cli with tweam
## Install
```bash
$ npm i -g tweam
# Or
$ npx tweam hacktoberfest
```## Usage
```bash
Usage
$ tweamOptions
--lang, -l Set language. Default: 'en'
--retweets, -r Should display retweets. Default: false
--json, -j Should display tweets as json. Default: false
--json-full, -jf Full tweet json. Default: falseExamples
$ tweam nodejs javascript
```## Tokens
You have to provide ENV vars to set tokens in order to use this cli. Get the tokens from https://apps.twitter.com. Please add these keys to .bashrc / .zshrc or similar.
```bash
export TWEAM_CONSUMER_KEY=''
export TWEAM_CONSUMER_SECRET=''
export TWEAM_ACCESS_TOKEN=''
export TWEAM_ACCESS_TOKEN_SECRET=''
```