Fixed to work with Twython 3.0.0 or greater and cleanup
Added LICENSE updated README updated setup.py PEP8'd stuff
This commit is contained in:
parent
445f9bde8b
commit
30a57c7950
8 changed files with 181 additions and 205 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{% for tweet in tweets %}
|
||||
{{ tweet.text }}
|
||||
{{ tweet.text }}
|
||||
{% endfor %}
|
||||
|
|
|
|||
Reference in a new issue