included a cursor example
[twitter-api-cdsw-solutions] / README
1 To use these example scripts, you will need authentication details
2 from Twitter.
3
4 1. 
5
6 First, go create and retrieve authenication information Twitter.
7 Details on how to create this are all on this page:
8
9 https://openhatch.org/wiki/Community_Data_Science_Workshops/Twitter_authentication_setup
10
11 2.
12
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
16 given you:
17
18 API_KEY = 'CHANGE_ME'
19 API_SECRET = 'CHANGE_ME'
20 ACCESS_TOKEN = 'CHANGE_ME'
21 ACCESS_TOKEN_SECRET = 'CHANGE_ME'

Benjamin Mako Hill || Want to submit a patch?