Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 802 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 802 Bytes

Down-Detector provides real-time problem & outage monitoring.

Installation

Using poetry

git clone https://github.com/x404xx/Down-Detector.git
cd Down-Detector
poetry shell
poetry install

Using pip

git clone https://github.com/x404xx/Down-Detector.git
cd Down-Detector
virtualenv env
env/scripts/activate
pip install -r requirements.txt

Usage Example

python -m detector 'facebook'

Legal Disclaimer

Note

This was made for educational purposes only, nobody which directly involved in this project is responsible for any damages caused. You are responsible for your actions.