This is an API originaly made for the Heptagram Bot project, now under the botish.xyz domain, maintained by Vyvy-Vi. For contributing to the project, check out the CONTRIBUTING.md file.
Coming soon...
Python
v3.7+fastapi
(API framework)poetry
(dependency manager)uvicorn
(ASGI server)pip
(needed to install poetry)
-
Install Poetry
pip install poetry
-
Set up the project dependencies and the pre-commit hooks
poetry install poetry run task precommit
-
Set up the MongoDB instance
-
Run the project
poetry run task start
-
Linting your code
poetry run task lint