posting waifu pictures to discord
Find a file
2026-01-02 18:34:00 +01:00
helm-chart feature: build to gitea repo, take images from gitea repo 2026-01-02 18:34:00 +01:00
.gitignore add helm chart 2026-01-01 22:38:23 +01:00
blacklist.json added blacklist 2023-03-12 11:02:12 +01:00
build_helmchart.sh add helm chart 2026-01-01 22:38:23 +01:00
build_process.sh feature: build to gitea repo, take images from gitea repo 2026-01-02 18:34:00 +01:00
Dockerfile fix: remove unnecessary chmod 2023-12-29 15:24:18 +01:00
entrypoint.sh add shebang to entrypoint 2026-01-01 21:33:31 +01:00
README.md add helm chart 2026-01-01 22:38:23 +01:00
requirements.txt build: add prometheus client lib 2024-03-15 20:03:17 +01:00
waifu_of_the_day.py feat: add metrics for successful and failed runs 2024-03-16 16:21:59 +01:00

Acid Waifu

Waifu posting automation for a better future

Selects posts from gelbooru and posts waifus on discord. Based on python-gelbooru lib.

  • waifu_of_the_day.py: connects to discord to post a waifu

Deployment

You need:

  • Discord bot token
  • Discord channel id to post in (the bot needs post access to it)
  • gelbooru user with an api key

You have two options for deployment: single container or helm chart. Check out build_process.sh and build_helmchart.sh for more information.