This repository has been archived on 2025-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
python-buddy-api/crontab.txt

47 lines
1.8 KiB
Plaintext

## Admin ##
# On reboot to Chad
@reboot curl -X POST -H 'Content-type: application/json' \
--data '{"text":"Buddys cron container has been rebooted."}' \
https://hooks.slack.com/services/REDACTED/REDACTED/REDACTED
## Day specific ##
# Wednesday mornings to #WWWW
#15 08 * * 3 curl -X POST -H 'Content-type: application/json' \
--data '{"text":"Hey guys! Have you considered what to have for WWWW yet?"}' \
https://hooks.slack.com/services/REDACTED/REDACTED/REDACTED
# Moved to other channel after Sam changed groups.
30 08 * * 3 curl -X POST -H 'Content-type: application/json' \
--data '{"text":"Hey guys! Have you considered what to have for WWWW yet?"}' \
https://hooks.slack.com/services/REDACTED/REDACTED/REDACTED
# Friday mornings before 10 to #WWWW
#15 08 * * 5 curl -X POST -H 'Content-type: application/json' \
--data '{"text":"UAs?"}' \
https://hooks.slack.com/services/REDACTED/REDACTED/REDACTED
# Moved to other channel after Sam changed groups.
30 08 * * 5 curl -X POST -H 'Content-type: application/json' \
--data '{"text":"UAs?"}' \
https://hooks.slack.com/services/REDACTED/REDACTED/REDACTED
## Daily ##
# Monday - Thursday at 16:30 and 16:50 to #Taco
30 16 * * 1-4 curl -X POST -H 'Content-type: application/json' \
--data '{"text":"Do your time?"}' \
https://hooks.slack.com/services/REDACTED/REDACTED/REDACTED
50 16 * * 1-4 curl -X POST -H 'Content-type: application/json' \
--data '{"text":"Q?"}' \
https://hooks.slack.com/services/REDACTED/REDACTED/REDACTED
# Friday at 14:40 and 15:00 to #Taco
40 14 * * 5 curl -X POST -H 'Content-type: application/json' \
--data '{"text":"Do your time?"}' \
https://hooks.slack.com/services/REDACTED/REDACTED/REDACTED
00 15 * * 5 curl -X POST -H 'Content-type: application/json' \
--data '{"text":"Q?"}' \
https://hooks.slack.com/services/REDACTED/REDACTED/REDACTED