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
- Host: GitHub
- URL: https://github.com/hiroakis/twitter-streaming
- Owner: hiroakis
- Created: 2017-02-19T15:35:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T16:10:58.000Z (over 9 years ago)
- Last Synced: 2025-07-09T12:52:48.410Z (12 months ago)
- Language: Go
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

# License
MIT