Twitter: Difference between revisions

Content added Content deleted
imported>Jesstess
imported>Jesstess
Line 57: Line 57:


<b>Check your understanding</b>: What are the differences between the <code>optparse</code> logic for <code>--search</code> and <code>--trending-topics</code>?
<b>Check your understanding</b>: What are the differences between the <code>optparse</code> logic for <code>--search</code> and <code>--trending-topics</code>?

<b>Step 2 resources</b>:
<ul>
<li>
The <code>optparse</code> module for parsing command-line options: http://docs.python.org/library/optparse.html</li>
</ul>




Line 99: Line 105:


<b>Check your understanding</b>: What is the purpose of <code>BOSTON_WOEID</code> in <code>twitter_functions.py</code>?
<b>Check your understanding</b>: What is the purpose of <code>BOSTON_WOEID</code> in <code>twitter_functions.py</code>?



== Bonus exercises ==
== Bonus exercises ==