Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
$ tweam

Options
--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: false

Examples
$ 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=''
```