Bot name: @ScamHunt_bot
Supabase: https://supabase.com/dashboard/project/iyaldvefunvxxmlrerte Fly.io: https://fly.io/apps/scamhunt
-
Create
.env
file with these valuesTELEGRAM_BOT_TOKEN=<token> OPENAI_API_KEY=<token> SUPABASE_KEY=<token>
-
python -m venv .venv
-
source .venv/bin/activate
-
pip install -r requirements.txt
-
python run.py
docker build -t scamhunt .
docker run -d -p 8080:8080 scamhunt
fly deploy