Commit Graph

9 Commits

Author SHA1 Message Date
99624c17a5 Add pylint and bs4-types
* pylint for helping to clean up simple issues
* bs4-types for beautifulsoup4 mypy types

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2023-06-20 23:21:58 -07:00
ac8812fc30 Update required python version 3.10 -> 3.9
This is how it was in the Pipenv file, and I messed that up

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2023-06-20 21:37:06 -07:00
f7aed83fe6 Add AGPL v3.0 license text
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2023-06-20 21:25:53 -07:00
70416f0751 Move from pipenv -> poetry
I like poetry's tooling better than pipenv. Simple as

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2023-06-20 21:22:13 -07:00
8027c67bf2 Remove file that accidentally got created and added to the repo
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2023-02-20 11:22:15 -08:00
02324c78ab Fix minor errors in the new thumbnail stuff was stopping stuff from being inserted
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2023-02-19 01:09:46 -08:00
26a17f7bbc Add thumbnail downloading
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2023-02-19 01:03:16 -08:00
478fc187dc Set Python version to 3.9 instead of 3.10
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2023-02-19 00:24:07 -08:00
803fd6a75b 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>
2023-02-19 00:21:11 -08:00