Api - Transformice
To "provide a proper post" for the Transformice API depends on whether you are interacting with the Module API (in-game Lua) or the Web/Stats API (external data). 1. In-Game Module API (Lua)
While they don't always have a public REST API, many developers "scrape" or use community-shared database dumps from Atelier 801 Fansites How to Get Started Join a Module Team: transformice api
To run custom scripts successfully, you must meet certain in-game criteria: : Most custom Lua scripts must be executed in a Tribe House Permissions : You need the appropriate rank in your tribe to use the (Next Map) or Qualifications : Players generally need to have collected at least 100 cheese To "provide a proper post" for the Transformice
Transfromage: An asynchronous Lua runtime (using Luvit) designed for creating standalone bots that can connect to the game servers. Pseudo-code for a command module: Method Examples :
Pseudo-code for a command module:
Method Examples: Developers can use methods like tfm.exec.addCheese() to give players cheese or tfm.exec.setShaman() to designate the room's Shaman. Advanced Botting and External Tools