Merge cf5b382d55 into d93651c486
This commit is contained in:
commit
0a2ab76176
4 changed files with 10 additions and 9 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
from twython import Twython
|
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
|
you'll need to go through the OAuth authentication ritual. See the example
|
||||||
Django application that's included with this package for more information.
|
Django application that's included with this package for more information.
|
||||||
"""
|
"""
|
||||||
|
|
@ -10,4 +11,4 @@ twitter = Twython()
|
||||||
# OAuth ritual...
|
# OAuth ritual...
|
||||||
|
|
||||||
|
|
||||||
twitter.updateStatus(status = "See how easy this was?")
|
twitter.updateStatus(status="See how easy this was?")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue