Philadelphia Python Workshop/Projects/Twitter: Difference between revisions

imported>Geography76
(Created page with "right|300px == Project == Use the Twitter API to write the basic parts of a Twitter client. See what your friends are tweeting, get trending topics, se...")
 
imported>Pamselle
Line 17:
=== 1. Read through and understand <code>search</code> ===
 
# Open a terminal and navigate to the directory where you extracted [(http://web.mit.edu/jesstess/www/BostonPythonWorkshop6/Twitter.zip Twitter.zip)]. If you need a reminder for how to open a terminal and navigate to a directory, follow the [[https://openhatch.org/wiki/Chicago_Python_Workshop/Setup#Goal_.234:_practice_navigating_the_computer_from_a_command_prompt|navigation setup goal]] from Friday.
# The directory you navigate to should contain ''twitter_api.py'' and ''twitter_functions.py''.
# Use your text editor to open ''twitter_api.py'' and ''twitter_functions.py''.
Anonymous user