GitDeployHub

alexgrebeshok-coder/beauty-bot

github.com/alexgrebeshok-coder/beauty-bot ↗
Python
3 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • BOT_TOKEN secret Telegram Bot Configuration Получить токен у @BotFather в Telegram
  • ADMIN_ID Admin ID Узнать свой ID через @userinfobot
  • NEWS_CHANNEL_ID News Channel ID (optional) Формат: -100xxxxxxxxxx
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/alexgrebeshok-coder/beauty-bot
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/alexgrebeshok-coder/beauty-bot
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/alexgrebeshok-coder/beauty-bot
Or deploy to a different host
← Try another repo