Skip to content

Ambro17/RemindersBot

Repository files navigation

RemindersBot

Start

Installation

  1. Install rust and just

Run it Locally

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

Run it via docker

just run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published