]> jfr.im git - z_archive/twitter.git/commit - twitter/archiver.py
Fixed broken rate limiting error handling in archiver/follow.
authorEdi Bice <redacted>
Thu, 20 Mar 2014 17:21:10 +0000 (13:21 -0400)
committerEdi Bice <redacted>
Thu, 20 Mar 2014 17:21:10 +0000 (13:21 -0400)
commit780044e6336befd1861d5d4ac194e864c4f53257
tree2cd0118da59c4bc4f96cdfe673475cbce4ef8226
parenta5110e32dd8a557227c02821d53cdf50c9c98bb6
Fixed broken rate limiting error handling in archiver/follow.
Twitter changed rate limiting response objects quite a bit in v1.1.
In addition there were bugs due to import of time module and time object from datetime module.
setup.py
twitter/archiver.py
twitter/follow.py