Twitter: Difference between revisions

15 bytes added ,  10 years ago
imported>Jesstess
imported>Jesstess
Line 17:
=== Download and install the <code>python-twitter</code> dependencies and library ===
 
This project has 4 dependencies: <code>httplib2</code>, <code>simplejson</code>, <code>python-oauth2</code>, and <code>python-twitter</code>.
* http://mit.edu/jesstess/www/IntermediatePythonWorkshop/Twitter/httplib2-0.6.0.zip
 
* http://mit.edu/jesstess/www/IntermediatePythonWorkshop/Twitter/simplejson-2.1.6.zip
Install these as you typically install Python packages. For example, if you use <code>pip</code>, you can use the following <code>pip</code> command:
* http://mit.edu/jesstess/www/IntermediatePythonWorkshop/Twitter/python-oauth2.zip
 
* http://mit.edu/jesstess/www/IntermediatePythonWorkshop/Twitter/python-twitter.zip
<pre>pip install httplib2 simplejson oauth2 twitter</pre>
 
=== Download and un-archive the Twitter project skeleton code ===
Anonymous user