Difference between revisions of "Twitter"

From Hack Sphere Labs Wiki
Jump to: navigation, search
(Created page with "=The Other Guy= *https://twitter.com/tootfiles/following *https://github.com/lukeman/tootfiles/blob/master/tootfiles.py =Information In Tweets= *https://dev.twitter.com/docs/p...")
 
 
Line 15: Line 15:
 
*https://dev.twitter.com/docs/rate-limiting/1.1/limits
 
*https://dev.twitter.com/docs/rate-limiting/1.1/limits
 
*When Rate Limits hit:  https://dev.twitter.com/docs/rate-limiting/1#rest
 
*When Rate Limits hit:  https://dev.twitter.com/docs/rate-limiting/1#rest
*http://stackoverflow.com/questions/20601464/how-many-direct-messages-does-twitter-store
+
*http://stackoverflow.com/questions/20601464/how-many-direct-messages-does-twitter-store'
 +
*https://dev.twitter.com/docs/api/1.1/get/application/rate_limit_status
  
=
+
=Handling Proxys=
 +
http://stackoverflow.com/questions/17440456/proxy-using-twython
 +
 
 +
=Time=
 +
*https://dev.twitter.com/discussions/22249
 +
*http://docs.python.org/3/library/time.html
 +
 
 +
 
 +
=Code Example=
 +
*Socket Error:  https://github.com/bwbaugh/dentonpolice/blob/master/dentonpolice.py
 +
*Overwrite Class:  http://stackoverflow.com/questions/4042452/display-help-message-with-python-argparse-when-script-is-called-without-any-argu

Latest revision as of 14:00, 18 January 2014

The Other Guy

Information In Tweets

Retriving Information and the Loop Needed

Get other users timeline

Rate Limits

Handling Proxys

http://stackoverflow.com/questions/17440456/proxy-using-twython

Time


Code Example