get real data from twitter
To use these example scripts, you will need authentication details from Twitter.
First, go create and retrieve authenication information Twitter. Details on how to create this are all on this page:
https://openhatch.org/wiki/Community_Data_Science_Workshops/Twitter_authentication_setup
Edit the file twitter_authentication.py in this directory to record this information. There are four pieces of information you need and you will replace every "CHANGE ME" with the value that Twitter has given you:
API_KEY = 'CHANGE_ME' API_SECRET = 'CHANGE_ME' ACCESS_TOKEN = 'CHANGE_ME' ACCESS_TOKEN_SECRET = 'CHANGE_ME'