/temperature-sensor-alert

this script allow you to supervise your temperature sensor for your server

Primary LanguagePython

this script allow you to supervise your temperature sensor

/i\ tested on Debian family

what you need

* python3

how to install ?

1-download the script on repository click here

2- download twilio package

pip3 install twilio

3 - create twilio account on here and take your API key

twilio

add this on your code

code

4-if you want to run this script any time add this on crontab (recommended for supervisor any time )

crontab -e

@reboot /usr/bin/python3 "directory where is a script"

or use python3 to run script

python3  temperature-sensor-alert.py 

after normally all is work, if you have a problem contact me