toweroffantasy.api was built with the intention to provide data from Tower of Fantasy, an online Multiplayer MMORPG natively available in China and in development Globally.
Thanks to Zakum who provided a subdomain, FortOfFans who constantly provides game data, Emi who helps with the API backend, Sova who gave permission to use his repository as an image database and others collaborators.
Warning
Python version required: 3.12+
- Install pdm (project manager)
py -3.12 -m pip install pdm
- Install dependecies
pdm install --prod
for essencials dependecies only (prod) orpdm install
if you want to code or test - Run it using
pdm run prod
(no access log) orpdm run dev
(access log, hot reload)