Skip to content

Streams from Twitter API given a yaml file with the user's keys.

Notifications You must be signed in to change notification settings

stg-/twitter-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

twitter-stream

Steps to run this docker:

#1 - Create a keys.yml file (e.g. /mydisk/keys.yml) with the following structure and add your data to it:

keys: access_token: access_token_secret: consumer_key: consumer_secret:

#2- Then run it like this: docker run --rm -v /mydisk/keys.yml:/root/keys.yml twitter-stream

About

Streams from Twitter API given a yaml file with the user's keys.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages