This commit is contained in:
GitHub Merge Button 2011-12-07 11:29:16 -08:00
commit 0a2ab76176
4 changed files with 10 additions and 9 deletions

View file

@ -1,7 +1,8 @@
from twython import Twython
"""
Note: for any method that'll require you to be authenticated (updating things, etc)
Note: for any method that'll require you to be authenticated (updating
things, etc)
you'll need to go through the OAuth authentication ritual. See the example
Django application that's included with this package for more information.
"""