Redid some examples, moved examples to core_examples to differentiate from oauth_django_example, version bump to 1.3.2 to fix distribution errors with Pip/etc (dumb binaries were being created earlier, just throwing out the source now and letting pip handle it)
This commit is contained in:
parent
25eda807ab
commit
3cef1a463f
22 changed files with 138 additions and 72 deletions
|
|
@ -1,7 +0,0 @@
|
|||
import twython.core as twython
|
||||
|
||||
# We won't authenticate for this, but sometimes it's necessary
|
||||
twitter = twython.setup()
|
||||
user_timeline = twitter.getUserTimeline(screen_name="ryanmcgrath")
|
||||
|
||||
print user_timeline
|
||||
Loading…
Add table
Add a link
Reference in a new issue