Examples of various Tango scripts
This commit is contained in:
parent
90d7e5ffb0
commit
55b28c9184
1 changed files with 8 additions and 0 deletions
8
tango_examples/search_results.py
Normal file
8
tango_examples/search_results.py
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
import tango
|
||||||
|
|
||||||
|
""" Instantiate Tango with no Authentication """
|
||||||
|
twitter = tango.setup()
|
||||||
|
search_results = twitter.searchTwitter("WebsDotCom", "2")
|
||||||
|
|
||||||
|
for tweet in search_results["results"]:
|
||||||
|
print tweet["text"]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue