Add lightweight web control panel

This commit is contained in:
2026-04-25 02:19:52 +02:00
parent 535b8195ef
commit f57e1d63eb
11 changed files with 1786 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
[project]
name = "telegram-scraper"
version = "0.1.0"
description = "Telegram-scraper with webui"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"aiohappyeyeballs==2.6.1",
"aiohttp==3.12.14",
"aiosignal==1.4.0",
"asyncio==3.4.3",
"attrs==25.3.0",
"frozenlist==1.7.0",
"idna==3.10",
"multidict==6.6.3",
"propcache==0.3.2",
"pyaes==1.6.1",
"pyasn1==0.6.1",
"qrcode==8.0",
"rsa==4.9.1",
"telethon==1.40.0",
"yarl==1.20.1",
]