initial commit

This commit is contained in:
2025-08-26 15:29:03 +03:00
commit bcdf676f27
7 changed files with 1315 additions and 0 deletions

11
pyproject.toml Normal file
View File

@ -0,0 +1,11 @@
[project]
name = "vkchecker"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"camoufox[geoip]>=0.4.11",
"python-dotenv>=1.1.1",
"requests>=2.32.5",
]