Chicago Python Workshop/Projects/Twitter: Difference between revisions

Content added Content deleted
imported>Codersquid
imported>Codersquid
Line 17: Line 17:
=== 1. Read through and understand <code>search</code> ===
=== 1. Read through and understand <code>search</code> ===


# Use your text editor to open the python files that we extracted from Twitter.zip during the Friday night [[Chicago Python Workshop/Setup|Setup]].
# Make sure you are working in the directory where you extracted Twitter.zip. This directory should contain ''twitter_api.py'' and ''twitter_functions.py''.
# Use your text editor to open ''twitter_api.py'' and ''twitter_functions.py''.
#* twitter_api.py
#* twitter_functions.py
# Use the command line to run <code>python twitter_api.py --search</code> with various search terms, e.g.
# Use the command line to run <code>python twitter_api.py --search</code> with various search terms, e.g.
#* <code>python twitter_api.py --search=Python</code>
#* <code>python twitter_api.py --search=Python</code>