1 To use these example scripts, you will need authentication details
6 First, go create and retrieve authenication information Twitter.
7 Details on how to create this are all on this page:
9 https://openhatch.org/wiki/Community_Data_Science_Workshops/Twitter_authentication_setup
13 Edit the file twitter_authentication.py in this directory to record
14 this information. There are four pieces of information you need and
15 you will replace every "CHANGE ME" with the value that Twitter has
19 API_SECRET = 'CHANGE_ME'
20 ACCESS_TOKEN = 'CHANGE_ME'
21 ACCESS_TOKEN_SECRET = 'CHANGE_ME'