GuildWatcher
A discord webhook to announce changes in a Tibia Guild.
Install / Use
/learn @Galarzaa90/GuildWatcherREADME
GuildWatcher
A discord webhook that posts guild changes (member joins, members leaves, member promoted) in a Discord channel.
Installing
with pip
To install the latest version on PyPi:
pip install guildwatcher
or
Install the latest version from GitHub
pip install git+https://github.com/Galarzaa90/GuildWatcher.git
with docker
docker pull galarzaa90/guild-watcher
with git
You can download the files and run locally, but you will require to install dependencies yourself:
git clone https://github.com/Galarzaa90/GuildWatcher
pip install -r requirements.txt
Configuring Webhooks
- On the desired channel, go to its settings and click on the Webhooks section.
- Click on Create Webhook.
- Customize the avatar as needed.
- Copy the webhook's URL.
- Create a file named config.yml and edit it, basing it on config-example.yml.
- The top level
webhook_urlwill be used, but if you want another guild to use a different URL, you can specify one for that guild.
- The top level
Running
The data directory
The script saves every guild's data to a .data file. On the next scan, the current state of the guild is compared with the previous guild's data in order to detect the changes.
The .data files allow the script to be able to keep track of changes between executions. Without a .data file, if the script was stopped and was executed an hour later, all changes that occurred in that time frame would not be detected.
Installed via pip or locally
config.yml must be in the same directory you're running the script from.
If installed using pip, you can run the script in one of two ways:
guildwatcher
or
python -m guildwatcher
From docker image
In order to run the script from a docker image, you need to mount the configuration file to /app/config.yml.
While not required, it is highly recommended mounting a directory to store the guild data, to persist data files between executions. The data folder must be mounted to /app/data/.
docker run \
-v "$(pwd)"/config.yml:/app/config.yml \
-v "$(pwd)"/data/:/app/data/ \
--rm -it galarzaa90/guild-watcher
Current Features
- Announces when a member joins.
- Announces when a member leaves or is kicked.
- Announce when a member is promoted or demoted.
- Announce when a member changes name.
- Announce when a member's title is changed.
- Announce when a new character is invited.
- Announce when an invitation is revoked or rejected.
- Announce when the guildhall changes.
- Announce when a guild's application status is changed
- Announce when a guild is in risk of being disbanded.
- Multiple guilds support.
- Configurable scan times.
- Webhook URL configurable per guild.
Known Issues
- Renaming a rank would trigger all rank members getting announced as leaving and joining back.
Planned features
- Announce changes in guild attributes.
- Application status
- Disband warning
- Granular notification settings (e.g. disable rank changes, disable title changes, etc.)
Example

Related Skills
imsg
341.8kiMessage/SMS CLI for listing chats, history, and sending messages via Messages.app.
node-connect
341.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
84.6kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
84.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
