Modifying example somewhat

This commit is contained in:
Ryan McGrath 2009-05-12 01:56:24 -04:00
parent dda51e2f54
commit f93d02dfb9

2
README
View file

@ -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