Releases: Galarzaa90/tibia.py
Releases · Galarzaa90/tibia.py
v2.0.1
Changes
- Replaced references to
secure.tibia.com
withwww.tibia.com
as the former always redirects to the front page.
v2.0.0
Changes
- Added asynchronous client to fetch and parse Tibia.com sections.
- Added news parsing.
- Added kill statistics parsing.
- Added support for tournament worlds.
- Added support for house prices with 'k' suffixes.
v1.1.3
Changes
- Fixed incorrect parsing of deaths with summons involved when parsing characters from TibiaData.
v1.1.2
Changes
- Fixed TibiaData URLs of tibia characters with special characters in their names. (e.g Himmelhüpferin)
v1.1.1
Changes
- Fixed character houses having attributes mixed up.
v1.1.0
Changes
- Parsing Highscores from Tibia.com and TibiaData.
- Some strings from TibiaData had unpredictable trailing whitespaces,
all leading and trailing whitespaces are removed. - Added type hints to many variables and methods.
v1.0.0
Changes
- Added support for TibiaData JSON parsing. To have interoperability between Tibia.com and TibiaData.
- Added support for parsing Houses, House lists, World and World list
- Added support for many missing attributes in Character and Guilds.
- All objects are now serializable to JSON strings.
v0.1.0
Changes
Initial release:
- Parses content from tibia.com
- Character pages
- Guild pages
- Guild list pages
- Parses content into JSON format strings.
- Parses content into Python objects.