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

https://github.com/hiroakis/twitter-streaming

Show Twitter timeline in your terminal
https://github.com/hiroakis/twitter-streaming

Last synced: 9 months ago
JSON representation

Show Twitter timeline in your terminal

Awesome Lists containing this project

README

          

# twitter-streaming

# Installation

```
go get github.com/ChimeraCoder/anaconda
go get github.com/hiroakis/twitter-streaming
```

# Run

* Set credentials.

```
export TWITTER_CONSUMER_KEY="xxx"
export TWITTER_CONSUMER_SECRET="xxx"
export TWITTER_ACCESS_TOKEN="xxx"
export TWITTER_ACCESS_SECRET="xxx"
```

* Edit config.json as you like.
* Run `twitter-streaming -c /path/to/config.json` .

# Image

![](tw.png?raw=true)

# License

MIT