Skip to content

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.

Notifications You must be signed in to change notification settings

principekiss/onions.watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Last Commit PR friendly Python Version Flask Version Requests Version



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.



Install Tor

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

Install pipenv and create a virtual environement

pip install pipenv

Create an active environemnt

pipenv shell

Install packages into the pipenv virtual environment

pipenv install

Run the app

pipenv run python app.py 



About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published