Twitter project Windows setup: Difference between revisions

imported>Mako
No edit summary
imported>Mako
Line 9:
* Open up the file <code>twitter_authentication.py</code> in your text editor.
* You will see four lines that include four variables in ALL CAPITALS that are being assigned, in the normal ways we learned about last session, to strings. At the moment, all of the strings say CHANGE_ME.
* Go and getfind the four keys, tokens, and secrets you savedcreated and beforewrote-down when you followed the [[Community Data Science Workshops/Twitter authentication setup|Twitter authentication setup]]. Change every string that says CHANGE_ME into a string that includes the key, token, or secret you downloaded. Remember that since these are strings, we need to include quotations marks around them. Also make sure that you match up the right keys and tokens with the right variables.
 
==Test the TwitterAPI code==
Anonymous user