oops my bad. fixed the examples properly this time
This commit is contained in:
parent
024742d51b
commit
09cce11143
5 changed files with 5 additions and 16 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import twitter
|
||||
|
||||
twitter = twitter.setup(authtype="Basic", username="example", password="example")
|
||||
twitter = twython.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