Twython 1.3, OAuth support is now finally included and working. Ships with an example Django application to get people started with OAuth, entire library is refactored to not be a royal clusterfsck. Enjoy.
This commit is contained in:
parent
7ccf8a2baf
commit
eb5541e433
22 changed files with 2400 additions and 4492 deletions
3
oauth_django_example/templates/tweets.html
Normal file
3
oauth_django_example/templates/tweets.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{% for tweet in tweets %}
|
||||
{{ tweet.text }}
|
||||
{% endfor %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue