Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 333 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 333 Bytes

Telegram Bot

A Telegram bot that uses AI to generate content.

Setup

Write the following in .env file:

TG_BOT_TOKEN=<your bot token>

GEMINI_PRO_KEY=<your gemini pro key>

Usage

docker compose up --build -d

Or, if you want to run it without Docker:

pdm sync
pdm run python main.py