Skip to content

Releases: Galarzaa90/tibia.py

v2.0.1

04 Jun 18:07
Compare
Choose a tag to compare

Changes

  • Replaced references to secure.tibia.com with www.tibia.com as the former always redirects to the front page.

v2.0.0

04 Jun 05:02
30ce941
Compare
Choose a tag to compare

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

30 Jan 00:35
Compare
Choose a tag to compare

Changes

  • Fixed incorrect parsing of deaths with summons involved when parsing characters from TibiaData.

v1.1.2

22 Jan 23:13
Compare
Choose a tag to compare

Changes

  • Fixed TibiaData URLs of tibia characters with special characters in their names. (e.g Himmelhüpferin)

v1.1.1

09 Jan 18:20
Compare
Choose a tag to compare

Changes

  • Fixed character houses having attributes mixed up.

v1.1.0

09 Jan 16:36
0455d39
Compare
Choose a tag to compare

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

23 Dec 19:22
84df1bb
Compare
Choose a tag to compare

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

17 Aug 19:48
Compare
Choose a tag to compare

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.