Galarzaa90 / NabBot

Discord bot for Tibia servers
https://nabbot.xyz
Apache License 2.0
52 stars 25 forks source link

Implementing Tibia.py #150

Closed Galarzaa90 closed 5 years ago

Galarzaa90 commented 5 years ago

Tibia.py is a library that can parse responses from both Tibia.com and TibiaData.com, it's still under development, but the final tests are being done while implementing it on NabBot.

The point of this, is to standardize Tibia objects, instead of relying on dictionaries or custom made objects. This also allows to easily change between Tibia.com and TibiaData.com, in case one or the other fails.

This is a big breaking change because it replaces all of the Tibia related objects that were defined, as well as the dictionaries used in some functions to hold information.

This PR can't be merged until Tibia.py's v1.0.0 is released to pypi.