This commit is contained in:
Sergei Poljanski 2026-02-22 21:33:23 +02:00
commit ec1112e162
Signed by: asxpi
GPG key ID: 4F8851660FA4121B
22 changed files with 837 additions and 0 deletions

10
pyproject.toml Normal file
View file

@ -0,0 +1,10 @@
[project]
name = "tg-channel-analyzer"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"aiogram>=3.24,<4",
"telethon>=1.42,<2",
"anthropic>=0.80,<1",
"pydantic-settings>=2.0",
]