Chicago Python Workshop/Projects/Twitter: Difference between revisions

Content added Content deleted
imported>Codersquid
(added list point to ask people to open the python files for this project)
imported>Codersquid
Line 18: Line 18:


# Use your text editor to open the python files that we extracted from Twitter.zip during the Friday night [[Chicago Python Workshop/Setup|Setup]].
# Use your text editor to open the python files that we extracted from Twitter.zip during the Friday night [[Chicago Python Workshop/Setup|Setup]].
* twitter_api.py
#* twitter_api.py
* twitter_functions.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>