You can use this script to monitor your server and send SMS alerts using Free Mobile's API. You can get your API key by subscribing to the Free Mobile service and then going to your account settings (https://mobile.free.fr/account/mes-options/notifications-sms).
- Git clone the repository
- Install the required packages using
pip install -r requirements.txt
- Import the module in your script using
import pycheckersms
- (Optional) You can setup a cron job to run the script at regular intervals
Check the example.py
file for an example usage of the module.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.