https://github.com/developer-guy/nodejs-realtime-twitter-stream
https://github.com/developer-guy/nodejs-realtime-twitter-stream
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/developer-guy/nodejs-realtime-twitter-stream
- Owner: developer-guy
- Created: 2017-03-05T12:48:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-05T13:18:01.000Z (almost 9 years ago)
- Last Synced: 2025-03-31T06:41:33.853Z (10 months ago)
- Language: HTML
- Size: 4.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
USAGE
First define your process environments :
export ACCESS_TOKEN_SECRET=''
export ACCESS_TOKEN=''
export CONSUMER_SECRET=''
export CONSUMER_KEY=''
export HASHTAG=''
then run this command :
node app.js