RYMC
☰
Blog
Photos
Video
Work
Code
Design
About
This website requires JavaScript.
Explore
Help
Sign in
repos
/
twython
Watch
1
Fork
You've already forked twython
0
Code
Issues
23
Pull requests
4
Projects
Releases
5
Packages
Wiki
Activity
Actions
7dbbd954b2
twython
/
twython
History
Download ZIP
Download TAR.GZ
Ryan McGrath
7dbbd954b2
Changing verifyCredentials to not auto-fire on class instantiation. No need to waste network resources; if anybody *wants* to verify credentials from this point onwards, you need to explicitly call instance.verifyCredentials(). This'll help with the upcoming change from Basic Auth...
2010-05-11 01:19:17 -04:00
..
__init__.py
Breaking down package structure a bit more
2009-12-17 03:19:42 -05:00
core.py
Changing verifyCredentials to not auto-fire on class instantiation. No need to waste network resources; if anybody *wants* to verify credentials from this point onwards, you need to explicitly call instance.verifyCredentials(). This'll help with the upcoming change from Basic Auth...
2010-05-11 01:19:17 -04:00
oauth.py
Breaking down package structure a bit more
2009-12-17 03:19:42 -05:00
streaming.py
Breaking down package structure a bit more
2009-12-17 03:19:42 -05:00
twyauth.py
import oauth as oauth to avoid namespacing conflicts in builds; setup.py now properly includes all necessary modules, fixes build problems people reported
2009-12-17 03:27:23 -05:00