Sends message to webhook URL containing list inactive players on a given Minecraft server.
This application reports inactive players on a given Minecraft server to a
webhook periodically. The number of days a player is inactive, the frequency
with which to report those inactive players, as well as where to send the
message (using a webhook) can all be configured in this program’s config.ini
.
config.ini.example
) to match the settings corresponding to your needs andRootDirectory
setting the same.config.ini
.
$ docker build -t mc-playeractivity-webhook:latest .
$ docker run -v /path/to/server:/server mc-playeractivity-webhook:latest -d
$ pip3 install -r requirements.txt
$ export CONFIG_FILE="config.ini"
$ python3 main.py