A comprehensive python wrapper for thegamesdb.net API (http://wiki.thegamesdb.net/index.php?title=API_Introduction).
pip install python-tgdbapi
- Check the Issue Tracker: https://github.com/mabernardo/python-tgdbapi/issues
- Fork the project
- Configure a virtual environment
python3.6 -m venv ./venv
- Install the requirements:
make install
- Start coding ;)
- python3.6
- pip