buffer-python
buffer-python copied to clipboard
Simple to use python library for Buffer App
Results
2
buffer-python issues
Sort by
recently updated
recently updated
newest added
In setup.py, you need to provide all the packages and not just top level packages. As a result when you install buffer-python using pip, buffpy/model and buffpy/manager packages is not...
By default ascii encoding is used while creating/updating tweets. Hence trying to create an update with unicode characters gives an exception 'UnicodeDecodeError'. By encoding any data that is sent to...