A simple script to poll a website with HTTP requests, playing an alarm whenever it returns a valid response.
- Python 3
pip install requirements.txt
- Adjust paramaters in config section
- Test by uncommenting
TEST = True
- Run with
python http_tester_alarm.py
, keep running. - Alarm sound will play on repeat when server returns valid response.