Twitter: Difference between revisions

imported>Konarkmodi
imported>Konarkmodi
Line 65:
# 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 Twitter library code at httphttps://code.googlegithub.com/pbear/python-twitter/sourceblob/browsemaster/twitter.py. What other options could we have passed to <code>GetSearch</code>?
 
<b>Check your understanding</b>: What does <code>api.GetSearch</code> return?
 
 
=== 2. Read through and understand <code>trendingTopics</code> ===
Anonymous user