This project is a copy of dark.fail and aims to provide a codebase to allow anyone to create their own website that assess the uptime of popular onion services.
Debian or Ubuntu
sudo apt install tor -y
RHEL, CentOS or Fedora
sudo dnf install tor -y
Archlinux and other arch-based distribution
sudo pacman -S tor
pip install pipenv
Create an active environemnt
pipenv shell
Install packages into the pipenv virtual environment
pipenv install
pipenv run python app.py