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

Python wrapper for IGDB API version 4

Results 12 igdb-api-python issues
Sort by recently updated
recently updated
newest added

Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies

Installing the package with poetry or pipenv returns this error ```bash • Installing igdb-api-v4 (3.11.4 9026d38): Failed ChefBuildError Backend subprocess exited when trying to invoke get_requires_for_build_wheel Traceback (most recent call...

As a beginner to this wrapper and the API, I found the lack of documentation for using this API in Python to be very anti-beginner friendly, so I decided to...

I'm on MacOS Apple silicon and have installed from pip: `igdb-api-v4 0.2.0` ``` from igdb.wrapper import IGDBWrapper from igdb.igdbapi_pb2 import GameResult wrapper = IGDBWrapper("client", "secret") byte_array = wrapper.api_request( 'games', 'fields...

TypeError: Descriptors cannot not be created directly. If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0....

(I realize this isn't really for this repo, but I'm hoping the right people who can fix this issue see this) https://apicalypse.io/ links to https://github.com/igdb/apicalypse-docs, which does not exist. This...

For my use case, I do not need the protobuf support. It seems like it's entirely additional and this package can be used without them completely - it would be...

I'm using this wrapper in a context which requires the use of a proxy. It would be helpful to be able to pass kwargs along to requests such as `proxies`.

Bumps [zipp](https://github.com/jaraco/zipp) from 3.17.0 to 3.19.1. Changelog Sourced from zipp's changelog. v3.19.1 Bugfixes Improved handling of malformed zip files. (#119) v3.19.0 Features Implement is_symlink. (#117) v3.18.2 No significant changes. v3.18.1...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...

dependencies