Skip to content

dragonruler1000/Hackclub-Status-Check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 


Visitor Counter

Status Check Script

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".

Setup

Bash Script

  • Edit check_status.sh with your RECORD_ID and ntfy topic.
  • Requires: curl, jq
  • Run manually or add to cron with:
    */5 * * * * /path/to/check_status.sh

Python Script

  • Edit check_status.py with your RECORD_ID and ntfy topic.
  • Requires Python 3 and the requests package.
  • Install dependencies:
    pip install requests
  • Run manually or add to cron with:
    */5 * * * * /usr/bin/python3 /path/to/check_status.py

Contributing

  • All scripts should either be bash scripts or python scripts.
  • Please read contributing.md before contributing.

License

MIT

About

Check a record’s status from Hack Club Airtable and send a notification via ntfy.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors