Current Trends example - very basic
This commit is contained in:
parent
55b28c9184
commit
2fbb99c38d
1 changed files with 8 additions and 0 deletions
8
tango_examples/current_trends.py
Normal file
8
tango_examples/current_trends.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import tango
|
||||
import pprint
|
||||
|
||||
""" Instantiate Tango with no Authentication """
|
||||
twitter = tango.setup()
|
||||
trends = twitter.getCurrentTrends()["trends"]
|
||||
|
||||
print trends
|
||||
Loading…
Add table
Add a link
Reference in a new issue