отправляет с использованием группового токена

This commit is contained in:
2025-12-17 01:55:36 +03:00
parent ebe88f147d
commit 0af1c1422d
5 changed files with 206 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[project]
name = "vk-wall"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"python-dotenv>=1.2.1",
"requests>=2.32.5",
]