parses your intra page and sends a slack notification (and/or sms) when you have a correction
apt install python3-pip
pip3 install bs4 twilio slackclient
### edit the script and add your credentials
crontab -e
(adjust folder paths as necessary)
*/15 * * * * cd /home/ubuntu/corrections; /usr/bin/python3 corrections-bot.py >> execution.log 2>&1