diff --git a/tango_examples/current_trends.py b/tango_examples/current_trends.py new file mode 100644 index 0000000..94f1454 --- /dev/null +++ b/tango_examples/current_trends.py @@ -0,0 +1,8 @@ +import tango +import pprint + +""" Instantiate Tango with no Authentication """ +twitter = tango.setup() +trends = twitter.getCurrentTrends()["trends"] + +print trends