- Install dependencies from Poetry -
poetry install
orpoetry install --with dev
- Create a
.env
file (or otherwise set the required env variables) - Run the bot:
- If using dev dependencies:
poetry run task start
- If not using dev dependencies:
poetry run python -m ledger_bot
- If using dev dependencies:
Although ledger-bot has been built using Poetry, requirements.txt
is included for those who require it.
Dev deploys can be changed via altering value of the GitHub variable DO_DEV_DEPLOY
. Set the value to 1
to deploy and 0
to skip it.