Skip to content

biellSilva/toweroffantasy.api

Repository files navigation

toweroffantasy.api

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.

How to run

Warning

Python version required: 3.12+

Steps

  1. Install pdm (project manager) py -3.12 -m pip install pdm
  2. Install dependecies pdm install --prod for essencials dependecies only (prod) or pdm install if you want to code or test
  3. Run it using pdm run prod (no access log) or pdm run dev (access log, hot reload)