Initial commit

* Bans are logged into the bans.db file
* Cache is created in the bans/ directory

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2023-02-19 00:21:11 -08:00
commit 803fd6a75b
6 changed files with 535 additions and 0 deletions

15
Pipfile Normal file
View File

@@ -0,0 +1,15 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
beautifulsoup4 = "*"
httpx = "*"
[dev-packages]
mypy = "*"
black = "*"
[requires]
python_version = "3.10"