Initial commit; example Django application for using Twython OAuth with Twitter. Twython = Python Twitter API library/wrapper. Enjoy; a subproject of the mainline Twython effort.
This commit is contained in:
commit
fab3d7a216
7 changed files with 223 additions and 0 deletions
3
templates/tweets.html
Normal file
3
templates/tweets.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{% for tweet in tweets %}
|
||||
{{ tweet.text }}
|
||||
{% endfor %}
|
||||
Reference in a new issue