Skip to content

Python Wrapper for IGDB.com API. Requires an API key. Get one at: https://api.igdb.com/

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

taxus13/igdb_api_python

 
 

Repository files navigation

Build Status Coverage Status PyPI version

To use this wrapper

pip install igdb_api_python

Example on how to use it

from igdb_api_python import igdb

igdb = igdb("YOUR_KEY")
result = igdb.games(1942)

for game in result:
    print("Retrieved: " + game["name"])

Example.py for more examples

About

Python Wrapper for IGDB.com API. Requires an API key. Get one at: https://api.igdb.com/

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%