A Telegram bot that uses AI to generate content.
Write the following in .env
file:
TG_BOT_TOKEN=<your bot token>
GEMINI_PRO_KEY=<your gemini pro key>
docker compose up --build -d
Or, if you want to run it without Docker:
pdm sync
pdm run python main.py