Modifying example somewhat
This commit is contained in:
parent
dda51e2f54
commit
f93d02dfb9
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
|
@ -30,7 +30,7 @@ Example Use
|
|||
An extremely generic, and somewhat useless, demo is below. Instantiate your class by passing in a
|
||||
Twitter username, then all functions will come off of that. Results are returned as a list.
|
||||
|
||||
testList = tango("ryanmcgrath")
|
||||
testList = tango.setup(username="ryanmcgrath")
|
||||
newTestList = testList.getSearchTimeline("b", "20")
|
||||
for testTweet in newTestList:
|
||||
print testTweet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue