-- Async Python Telegram bot
A text-generating bot based on current chat with playing functions.
In requirements.txt (:
Before start fill .env and yc.env.
- Create YC serverless container:
make create - Fill YC_CATALOG_ID and YC_REGISTRY_ID in .env and yc.env
- Create YC API-gateway:
make create_gw - Fill WEBHOOK_URL in .env
- Update YC API-gateway creds in the service
- Create YC YDB, fill database.env
- (Optional) Create YC Redis, fill redis.env
- Deploy to YC:
make deploy
It will set up Yandex Cloud serverless container, create Yandex Cloud API-gateway, setup webhook and deploy container.
-- Ready to use!