bitly-api-python icon indicating copy to clipboard operation
bitly-api-python copied to clipboard

python library to the bitly api

Results 21 bitly-api-python issues
Sort by recently updated
recently updated
newest added

Fixed a bug that returned `SyntaxWarning: "is" with a literal. Did you mean "=="?`

Our lib is for Bitly Api v4. https://github.com/phplicengine/bitly

With python-3 it throws error `ImportError: cannot import name 'Connection'`. There was a pull request (#41 ) made 2 years ago but hasn't merged yet. Is this this project/library dead...

Sorry if this is really obvious, I'm new to Python. When I try to import the bitly_api library into my application I get the above error. To narrow down the...

There are multi-year old issues which prevent basic actions (ex: Importing the library). Is @bitly still supporting this or has it been abandoned?

Anyone around at @bitly? Something like #41 needs to get merged and the package needs to get updated on pypi

Latest commit added python3 compatibility, but the code hasn't been released to pypi.

`user_shorten_counts` throws an error message: ``` /home/tpfaff/.local/lib/python2.7/site-packages/bitly_api/bitly_api.pyc in user_shorten_counts(s elf, **kwargs) 287 data = self._call_oauth2_metrics("v3/user/shorten_counts", dict(), 288 **kwargs) --> 289 return data["shorten_counts"] 290 291 def user_tracking_domain_list(self): KeyError: 'shorten_counts' ``` I...