This script checks the status of a specific Airtable record using Hack Club's API and sends a push notification via ntfy.sh if the status has changed from "Pending".
- Edit
check_status.shwith yourRECORD_IDand ntfy topic. - Requires:
curl,jq - Run manually or add to cron with:
*/5 * * * * /path/to/check_status.sh
- Edit
check_status.pywith yourRECORD_IDand ntfy topic. - Requires Python 3 and the
requestspackage. - Install dependencies:
pip install requests
- Run manually or add to cron with:
*/5 * * * * /usr/bin/python3 /path/to/check_status.py
- All scripts should either be bash scripts or python scripts.
- Please read contributing.md before contributing.
MIT