Changelog

Note

Due to this library relying on external content, older versions are not guaranteed to work. Try to always use the latest version.

2.2.2 (2019-08-17)

  • Fixed killed by players and palyers kill stats being inverted for KillStatistics

2.2.1 (2019-08-10)

  • Fixed bug with character parsing failing when the guild rank is (member).

2.2.0 (2019-08-08)

  • Added support for account badges and character titles.

2.1.0 (2019-06-17)

  • Added ways to sort and filter House list results like in Tibia.com.
  • Added support to get the Boosted Creature of the day.

2.0.1 (2019-06-04)

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

2.0.0 (2019-06-03)

  • 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.

1.1.3 (2019-01-29)

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

1.1.2 (2019-01-22)

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

1.1.1 (2019-01-09)

  • Fixed character houses having attributes mixed up.

1.1.0 (2019-01-09)

  • 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.

1.0.0 (2018-12-23)

  • 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.

0.1.0 (2018-08-17)

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.