An API server for use with the associated bot software and web interface to facilitate the play and administration of tabletop roleplaying games
Install the server package in your Python environment of choice:
pip install -U 'realm_api@git+https://github.com/realm-ttrpg/api-server.git'python -m realm_apiSettings are available via the following environment variables:
DB_URL- Postgres connection stringREALM_HOST- Hostname/IP to bind toREALM_PORT- Port to bind toREDIS_HOST- Hostname for redis server
