This is a development repo, the final version will be merged with the bots repository
pip install -r requirements.txt
Copy the .env2 file to your home directory and replace the variables with your twitter credentials:
# Twitter DEV account
# Consumer:
CONSUMER_KEY=''
CONSUMER_SECRET=''
# Access:
BEARER_TOKEN=''
ACCESS_SECRET=''
# Access:
ACCESS_TOKEN=''
ACCESS_SECRET=''
run python info_streamer.py