Chicago Python Workshop/Projects/Twitter: Difference between revisions

→‎1. Read through and understand search: added explicit instructions on opening a command prompt to navigate to the directory with the source code.
imported>Codersquid
imported>Codersquid
(→‎1. Read through and understand search: added explicit instructions on opening a command prompt to navigate to the directory with the source code.)
Line 17:
=== 1. Read through and understand <code>search</code> ===
 
# Open a terminal and navigate to the directory where you extracted 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.
# Make sure you are working in theThe directory where you extractednavigate Twitter.zip. This directoryto should contain ''twitter_api.py'' and ''twitter_functions.py''.
# Use your text editor to open ''twitter_api.py'' and ''twitter_functions.py''.
# Use the command line to run <code>python twitter_api.py --search</code> with various search terms, e.g.
Anonymous user