Initial commit: telegram bot base

This commit is contained in:
2026-02-16 10:45:01 +05:00
commit 3627117ea2
9 changed files with 809 additions and 0 deletions

5
requirements.txt Normal file
View File

@@ -0,0 +1,5 @@
aiogram>=3.4.0
openai>=1.12.0
httpx>=0.27.0
python-dotenv>=1.0.0
faster-whisper>=1.0.0