A script to remind all your frens to rember their rabbits
When running this script on the last day of the month, it will send a message to a channel webhook pinging all users with a specific role. This is to remind them about rembering to say their rabbits on the first day of the month for a whole month of good luck.
- Python 3.10
- A Discord channel webhook link
- ID for a Discord role to ping
- Clone this repo and run
cd tewi - Create a virtual environment and install dependencies into it using
pip install -r requirements.txt - Edit the
tewi_job.shfile to add your webhook URL and role ID - Run the script
The script does nothing if it's not run on the last calendar day of the month.
This script is provided as is under terms of the Unlicense license.