Example of getting user mentions

This commit is contained in:
Ryan McGrath 2009-06-14 20:23:52 -04:00
parent f0a27970f1
commit d85e3dbf28

View file

@ -0,0 +1,6 @@
import tango
twitter = tango.setup(authtype="Basic", username="example", password="example")
mentions = twitter.getUserMentions(count="150")
print mentions