This commit is contained in:
2024-11-07 13:46:49 +03:00
parent 773a9b9ef4
commit d453168457
9 changed files with 468 additions and 0 deletions

12
bot/pyproject.toml Normal file
View File

@ -0,0 +1,12 @@
[project]
name = "bot"
version = "0.1.0"
description = "Bot that warns users about si= in yt links and offers a clear links"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiohttp>=3.10.10",
"asyncio>=3.4.3",
"pyTelegramBotAPI==4.23.0",
]