Fastest Tibia Client API made in Python.
See the full documentation in https://tibiapi.readthedocs.io.
Features | Done |
---|---|
ActionBar | ❌ |
Analytics | ❌ |
BattleList | 🚧 |
Chat | ❌ |
GameWindow | 🚧 |
Imbuements | ❌ |
Inventory | ❌ |
Market | ❌ |
Minimap | 🚧 |
Options | ❌ |
PartyList | ❌ |
Skills | 🚧 |
SpellList | ❌ |
StatusBar | ✔️ |
Store | ❌ |
VIPList | ❌ |
- Python 3.11.7
with pip
pip install tibiapi
with poetry
poetry install tibiapi
with git
tibiapi can be directly used from GitHub by cloning the repository into a subfolder of your project root which might be useful if you want to use the very latest version:
git clone https://github.com/lucasmonstrox/tibiapi
Next, install the tibiapi and its dependencies with:
pip install -e tibiapi
- configure mypy
- add benchmark tests in low/high end computer
- add linter
- add formatter
- add commit hooks tool
- deploy to pypi when new tag is detected
- lucasmonstrox(linkedin) - Owner & Developer
See also the list of contributors who participated in this project.
If you want to become a contributor, send a message to my linkedin.