Initial commit: SongRequest Limnoria plugin

IRC song request plugin with iTunes validation, HTMX web dashboard,
WebSocket real-time updates, moderation, rate limiting, and history.

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-28 04:43:50 -04:00
commit 6723413250
11 changed files with 2287 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
__pycache__/
*.py[cod]
*.db
*.db-journal
*.db-wal
*.db-shm
.env
*.egg-info/
dist/
build/
chat-summaries/
conf/
data/
logs/
backup/