diff --git a/tango_examples/get_user_mention.py b/tango_examples/get_user_mention.py new file mode 100644 index 0000000..6b94371 --- /dev/null +++ b/tango_examples/get_user_mention.py @@ -0,0 +1,6 @@ +import tango + +twitter = tango.setup(authtype="Basic", username="example", password="example") +mentions = twitter.getUserMentions(count="150") + +print mentions