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
python -m detector 'facebook'
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.