-
```
Hello,
I use the 0.7-devel branch (and I don't know where that came from I'm
unable to find it online any more). Anyhow, I added the retweet API so that
you can use the new way to retweet tweets …
-
```
If you use the API to search for a user that does not exist, python-twitter
does not catch the urllib2
exception. The attached patch corrects the issue, making python-twitter raise a
TwitterErr…
-
```
Currently, it's not possible to change the language, theme, or other
options exposed by the JavaScript API through Python.
The attached patch build upon issue #48, but extends it to allow setting…
-
```
Currently, it's not possible to change the language, theme, or other
options exposed by the JavaScript API through Python.
The attached patch build upon issue #48, but extends it to allow setting…
-
```
If you use the API to search for a user that does not exist, python-twitter
does not catch the urllib2
exception. The attached patch corrects the issue, making python-twitter raise a
TwitterErr…
-
```
If you use the API to search for a user that does not exist, python-twitter
does not catch the urllib2
exception. The attached patch corrects the issue, making python-twitter raise a
TwitterErr…
-
```
The attached patch against trunk (rev 85) adds support to compile llvm-py
extension with python 3.x.
Change includes:
- replacement usage of string with unicode in C API
- use PyBytes API in 3.x …
-
```
What steps will reproduce the problem?
What is the expected output? What do you see instead?
C:\google\gldap-sync>python sync_ldap.py
Traceback (most recent call last):
File "sync_ldap.py", li…
-
[![Typing SVG](https://readme-typing-svg.herokuapp.com/?color=1283D1&size=35¢er=true&vCenter=true&width=1000&lines=Hello!👋;+I+am++Annie+Pauline+👩🎓;A+passionate+software+developer+from+India;T…
-
```
What steps will reproduce the problem?
1. tweet = "russian_text_here"
2. twit = tweet.encode('utf-8')
3. api = (..., input_encoding='utf8')
4. api.PostUpdate(twit)
What is the expected output? Wh…