Getting Started¶
telegras is deployed via FastAPI with uvicorn or Docker.
uv run uvicorn telegras.app:app --reload
Configuration is via .env or environment variables (see README for full list).
telegras is deployed via FastAPI with uvicorn or Docker.
uv run uvicorn telegras.app:app --reload
Configuration is via .env or environment variables (see README for full list).