pycmc icon indicating copy to clipboard operation
pycmc copied to clipboard

A Python interface for the chartmetric.com API

Results 8 pycmc issues
Sort by recently updated
recently updated
newest added

To the community: As you've probably noticed, this repo hasn't been updated or given much love for a very long time. As we at [Tincre](https://tincre.com), formerly Musicfox, aren't using this...

When merged, this should add a new Auth and other classes to handle the following: - Initial lazy-loading of the `token` from a `refresh_token` parameter or environment variable. - Proper...

client-dev

We need to ensure full coverage of all endpoints. As Chartmetric has continued to update its API over time, this client lib needs an update! ## Documentation links - [radio...

documentation
client-dev

Hi, I think there are a couple issues with the current credential management system. For most of them I'd be happy to implement fixes but I think it is better...

enhancement

**Is your feature request related to a problem? Please describe.** Each endpoint uses a chain of functions, which, after months of scrappy use and rapid prototyping, throw some side effects...

enhancement

**Describe the bug** ``` Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker worker.init_process() File "/usr/local/lib/python3.8/site-packages/gunicorn/workers/gthread.py", line 92, in init_process super().init_process() File "/usr/local/lib/python3.8/site-packages/gunicorn/workers/base.py", line 119, in init_process self.load_wsgi()...

bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. `pycmc` module called 2. `pycmc` function utilized 3. Function...

bug

Chart metric has added a few endpoints which need coverage, the youtube views endpoint being one of them. https://api.chartmetric.com/apidoc/#api-Artist-GetArtistYoutubeMarketCoverageViews

documentation
enhancement