Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

pip package not up-to-date? #38

Open
t-pfaff opened this issue Mar 23, 2016 · 1 comment
Open

pip package not up-to-date? #38

t-pfaff opened this issue Mar 23, 2016 · 1 comment

Comments

@t-pfaff
Copy link

t-pfaff commented Mar 23, 2016

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 know that the correct key user_shorten_counts is in the code in this repo, but if you install via pip there is apparently an older version of bitly_api.py.

@jimmy927
Copy link

This repo seems abandoned by its original creator.
I have cloned it and merged in at least some pull requests here: https://github.com/jimmy927/bitly-api-python

At the writing point in time i got it working.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants