Clean up monitoring TG Python adapter

This commit is contained in:
Grendgi
2026-06-04 16:10:13 +03:00
parent 76f1be8b2a
commit 7a01eebb5b
12 changed files with 85 additions and 1968 deletions

View File

@@ -1,7 +1,7 @@
[project]
name = "parser-tg-bot"
version = "0.1.0"
description = "Telegram channel parser — periodic polling + storage, future Go microservice"
description = "Telegram channel monitoring service with Go API/classifier and Python Telethon adapter"
requires-python = ">=3.11"
dependencies = [
"telethon>=1.36",
@@ -15,7 +15,6 @@ dependencies = [
"pydantic-settings>=2.6",
"python-dotenv>=1.0",
"structlog>=24.4",
"httpx>=0.27",
]
[project.optional-dependencies]