Twitter: Difference between revisions

m
imported>Mydiemho
imported>Mydiemho
Line 86:
# Read through the <code>search</code> function in <code>twitter_functions.py</code>.
# Trace through the logic in <code>twitter_api.py</code> that turns the <code>--search</code> command line option into a call to <code>search</code>.
# Find <code>GetSearch</code> in the TwitterPython librarywrapper codefor Twitter at https://github.com/bear/python-twitter/blob/master/twitter/api.py. What other options could we have passed to <code>GetSearch</code>?
 
<b>Check your understanding</b>: What does <code>api.GetSearch</code> return?
Anonymous user