-
```
>>> api = twitter.Api(username='user', password='password')
>>> users = api.GetFriends()
Traceback (most recent call last):
File "", line 1, in
File "twitter.py", line 1794, in GetFriends
…
-
```
I have installed python-twitter version 0.8.2. I only want this wrapper to send
tweets, so I'm trying to use tweet.py example.
My OS is Angstrom Linux running in a Guruplug (ARM).
Python is 2.6.5…
-
```
I have installed python-twitter version 0.8.2. I only want this wrapper to send
tweets, so I'm trying to use tweet.py example.
My OS is Angstrom Linux running in a Guruplug (ARM).
Python is 2.6.5…
-
```
What steps will reproduce the problem?
1. check notes for r86
2. check class.twitter.php @function friendsTimeline
3. compare and contrast
What is the expected output? What do you see instead?
…
-
```
Hi,
Since a few days, I get some regular[0] API errors when using my identi.ca
account:
2011-5-26 13:28:37Ooops, An API Error Occurred!
Server is broken. Please try again later.
HTTP Code:500
D…
-
```
>>> api = twitter.Api(username='user', password='password')
>>> users = api.GetFriends()
Traceback (most recent call last):
File "", line 1, in
File "twitter.py", line 1794, in GetFriends
…
-
```
>>> api = twitter.Api(username='user', password='password')
>>> users = api.GetFriends()
Traceback (most recent call last):
File "", line 1, in
File "twitter.py", line 1794, in GetFriends
…
-
```
I have installed python-twitter version 0.8.2. I only want this wrapper to send
tweets, so I'm trying to use tweet.py example.
My OS is Angstrom Linux running in a Guruplug (ARM).
Python is 2.6.5…
-
When i try to send a message containing as asterisk with my twitter account, the message is not sent.
If I send "Test, with the asterisk \* symbol" withouth the quotes, the "Commands in the queue" wi…
ghost updated
9 years ago
-
```
I have installed python-twitter version 0.8.2. I only want this wrapper to send
tweets, so I'm trying to use tweet.py example.
My OS is Angstrom Linux running in a Guruplug (ARM).
Python is 2.6.5…