Example of getting user mentions
This commit is contained in:
parent
f0a27970f1
commit
d85e3dbf28
1 changed files with 6 additions and 0 deletions
6
tango_examples/get_user_mention.py
Normal file
6
tango_examples/get_user_mention.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import tango
|
||||
|
||||
twitter = tango.setup(authtype="Basic", username="example", password="example")
|
||||
mentions = twitter.getUserMentions(count="150")
|
||||
|
||||
print mentions
|
||||
Loading…
Add table
Add a link
Reference in a new issue