Skip to content

realm-ttrpg/api-server

Repository files navigation

Realm TTRPG API server

An API server for use with the associated bot software and web interface to facilitate the play and administration of tabletop roleplaying games

realm

Installing

Install the server package in your Python environment of choice:

pip install -U 'realm_api@git+https://github.com/realm-ttrpg/api-server.git'

Running

python -m realm_api

Configuration

Settings are available via the following environment variables:

  • DB_URL - Postgres connection string
  • REALM_HOST - Hostname/IP to bind to
  • REALM_PORT - Port to bind to
  • REDIS_HOST - Hostname for redis server

About

API server for the Realm TTRPG suite

Resources

Stars

Watchers

Forks