Twitter project OS X setup: Difference between revisions

Content added Content deleted
imported>Mako
(We are using TextWrangler.)
Line 6: Line 6:
==Enter your API information==
==Enter your API information==


* Start your text editor (probably Smultron if you [[OSX text editor|installed it following our instructions]]). Navigate to the directory that contains TwitterAPI (probably something of the form <code>~/Desktop/TwitterAPI</code>).
* Start your text editor (probably TextWrangler if you [[OSX text editor|installed it following our instructions]]). Navigate to the directory that contains TwitterAPI (probably something of the form <code>~/Desktop/TwitterAPI</code>).
* Open up the file <code>twitter_authentication.py</code> in your text editor.
* 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.
* 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.