Is The Text There Yet?
Monitor a URL, notify when some text appears on the page.
curl -s https://raw.githubusercontent.com/hiway/ittty/refs/heads/main/ittty.sh > ~/bin/ittty.sh
chmod +x ~/bin/ittty.sh
ittty.sh init
ittty.sh uses Telegram to send notifications.
- Chat with @BotFather to create a new bot and get bot-token
- Chat with @getidsbot to get your chat-id
Manually check configured URL for presence of text
ittty.sh check
Add a cron job to check the URL every 60 minutes
crontab -e
# Add the following line to the crontab
0 * * * * /home/user/bin/ittty.sh check
Once a notification is sent, the script will stop loading the URL.
Run ittty.sh reset
to start monitoring the URL again.
To change the URL or text to monitor, run ittty.sh config
.