Saya Help Bot is a Telegram group management and support bot based on AnimeKaizoku/SaitamaRobot.
This copy is branded for SayaProject and prepared for local Docker testing with Python 3.8 and Postgres.
Copy the env template:
Copy-Item .env.example .envFill these required values in .env:
TOKENOWNER_IDOWNER_USERNAMEAPI_IDAPI_HASH
Then run:
.\run_local.ps1For local testing, keep:
DATABASE_URL=postgresql://saya:saya_local_password@postgres:5432/saya_help_bot
WEBHOOK=False
SUPPORT_CHAT=SayaProjectThe local runner uses Docker Compose to start both Postgres and the bot.
This repo includes a render.yaml Blueprint for a free Docker web service plus free Render Postgres. The bot still uses Telegram long polling, and a small health endpoint is exposed for Render.
Render free web services can sleep when they receive no inbound traffic, and free Postgres databases expire after 30 days. Use this setup for testing; choose a paid worker or paid web service for a more reliable always-on bot.
- Telegram updates: https://t.me/SayaProject
- Direct contact: https://t.me/Sayafq
- Original source: https://github.com/AnimeKaizoku/SaitamaRobot
This project keeps the original GPLv3 license.