https://github.com/alexpresso/zunivers-webhooks
Discord webhooks dispatcher for the ZUnivers card game (not affiliated)
https://github.com/alexpresso/zunivers-webhooks
discord webhooks zerator zunivers
Last synced: over 1 year ago
JSON representation
Discord webhooks dispatcher for the ZUnivers card game (not affiliated)
- Host: GitHub
- URL: https://github.com/alexpresso/zunivers-webhooks
- Owner: AlexPresso
- Created: 2021-10-19T21:01:54.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T23:02:12.000Z (over 1 year ago)
- Last Synced: 2025-03-24T11:45:19.011Z (over 1 year ago)
- Topics: discord, webhooks, zerator, zunivers
- Language: Go
- Homepage: https://zunivers.zerator.com
- Size: 211 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZUnivers-Webhooks
Discord webhooks dispatcher for the ZUnivers card game.

## Disclaimer
This project is not affiliated with the ZUnivers's project. It's a community project.
## Features
All events/checks can be enabled/disabled based on your needs using the `enabled: true/false` booleans in config file
- ✅ `!daily` reminder
- ✅ Notifies for new patchnotes
- ✅ Notifies for configuration changes
- ✅ Notifies for new webapp versions
- ✅ Notifies for new items/item changes
- ✅ Notifies for new packs/packs changes
- ✅ Notifies for new banners/banners changes
- ✅ Notifies for new "ascension" season
- ✅ Notifies for new event/events changes
- ✅ Notifies for new achievements/achievements changes
- ✅ Notifies for new challenges
- ✅ Notifies for shop changes
- ✅ Notifies for API response model changes (disabled by default)
- ✅ Multiple webhooks dispatching (as a pool to mitigate Discord rate limits)
## Usage
- Install the package with `go install github.com/alexpresso/zunivers-webhooks@latest`
- Open a CLI and run `zunivers-webhooks` to make it create a default config
- Edit `config.json` and add
your [webhook endpoint(s)](https://support.discord.com/hc/fr/articles/228383668-Utiliser-les-Webhooks). You can add
multiple webhook URLs to dilute the Discord rate limiting (number of message you can send per second) on multiple
endpoints. I recommend you add at least 5.
- Run `zunivers-webhooks` again and you're done.
Note: you can also deploy zunivers-webhooks to a kubernetes cluster using the
following [helm chart](https://github.com/AlexPresso/helm.alexpresso.me/tree/main/charts/zunivers-webhooks)
`config.json` example: see [this file](https://github.com/AlexPresso/ZUnivers-Webhooks/blob/main/config.default.json)