Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

py-trackmania.io v0.1.0

Compare
Choose a tag to compare
@deepnimma deepnimma released this 15 Mar 11:51
· 260 commits to main since this release

v0.1.0

15th March, 2022

  • First Beta Release of py-tmio
  • player_manager
    • get_player(player_id) command
    • search_player(username) command
    • to_account_id(username) command
    • to_username(account_id) command
    • top_matchmaking(group, page) command
    • top_trophies(page) command
  • ad_manager
    • get_ad(ad_id) command
  • totd_manager
    • latest_totd(leaderboard) command
    • totd(year, month, day, leaderboard) command

Full Changelog: v0.0.1...v0.1.0