initial framework

This commit is contained in:
2023-04-19 23:38:09 +02:00
parent fbb90357c5
commit 6570de995d
11 changed files with 309 additions and 0 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
CURRENT_DIR := $(shell pwd)
DOTENV := ${CURRENT_DIR}/dev.env
PIPENV_CMD_PREFIX := PIPENV_DOTENV_LOCATION=${DOTENV} pipenv run
run:
${PIPENV_CMD_PREFIX} python bot/main.py