Vimm's lair scraper

This commit is contained in:
2023-12-02 23:40:27 -04:00
parent b352f4eff6
commit a463742cf6
15 changed files with 288 additions and 0 deletions

5
vimm/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
# Don't commit virtualenv
venv
# Ignore pycache
__pycache__