SkMishra77 / Real-time-Website-Monitoring-and-Notification-System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Health Checker

It checks if a website is up or down, and if it's down, it sends a text message and makes a phone call to the specified phone number.

It uses Twilio RESTAPI to send message and make phone calls.

Run Locally

Clone the project

  git clone https://github.com/SkMishra77/Health_check.git

Go to the project directory

  cd Health_check

Install dependencies

  pip install -r requirements.txt

Update the environment variables

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

ACCOUNT_SID

AUTH_TOKEN

Run the project:

  python ping.py

About


Languages

Language:Python 99.1%Language:Shell 0.9%