Send Discord webhook when new user is created

This commit is contained in:
Joakim Hellsén 2024-03-15 14:49:51 +01:00
commit 4a47db73be
No known key found for this signature in database
GPG key ID: D196AE66FEBE1DC9
5 changed files with 224 additions and 2 deletions

View file

@ -12,6 +12,7 @@ python-dotenv = "^1.0.1"
feedparser = "^6.0.11"
gunicorn = "^21.2.0"
dateparser = "^1.2.0"
discord-webhook = "^1.3.1"
[tool.poetry.group.dev.dependencies]
ruff = "^0.3.0"