Twitter project Windows setup: Difference between revisions

no edit summary
imported>Mako
imported>Mako
No edit summary
Line 1:
===Download the TwitterAPI project===
 
# Right click the following file, click "Save Target as..." or "Save link as...", and save it to your Desktop directory: http://mako.cc/teaching/2014/cdsw/TwitterAPI.zip
# The ".zip" extension on the above file indicates that it is a compressed Zip archive. We need to "extract" its contents. To do this, click on "Start", then "Computer", and navigate to your Desktop directory. Find TwitterAPI.zip on your Desktop and double-click on it to "unzip" it. That will create a folder called TwitterAPI containing several files.
 
==Enter your API information==
===Test the TwitterAPI code===
 
* Start atext commandeditor prompt(probably andNotepad++ navigateif toyou theinstalled Desktop\ColorWallit directorylast wheretime). theNavigate ColorWallto codethe lives.directory Forthat example,contains ifTwitterAPI the(probably ColorWallsomething projectof isthe atform <code>C:\Users\'''YOURUSERNAME'''\Desktop\ColorWallTwitterAPI</code>,).
* 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 get the four keys and secrets you saved before 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===
cd C:\Users\'''YOURUSERNAME'''\Desktop\ColorWall
 
Start a command prompt and navigate to the Desktop\TwitterAPI directory where the TwitterAPI code lives. For example, if the TwitterAPI project is at <code>C:\Users\'''YOURUSERNAME'''\Desktop\TwitterAPI</code>,
 
cd C:\Users\'''YOURUSERNAME'''\Desktop\ColorWallTwitterAPI
 
will change you into that directory, and
Line 20 ⟶ 27:
at the command prompt to execute the run.py Python script. Wait a little while while your computer connects to Twitter. You should see a series of tweets run by your screen. If you don't, let a staff member know.
 
===Success!===
 
You are done downloading the TwitterAPI project!
Anonymous user