Initial project setup with ad watcher script

This commit is contained in:
√(noham)²
2025-11-27 21:30:57 +01:00
commit 0e0a811c91
5 changed files with 806 additions and 0 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[project]
name = "OqeeAdWatch"
version = "0.1.0"
description = "Periodically fetches Oqee anti-adskipping periods and archives them in SQLite."
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"requests>=2.32.5",
]
[dependency-groups]
debug = [
"pylint>=4.0.3",
]