- Install rust and just
git clone https://github.com/Ambro17/RemindersBot.git
cd RemindersBot
python3.11 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
export DATABASE_URL='url'
export BOT_TOKEN='token'
python3.11 -m bot
just run