a simpler version of the Doxbin with an open source backend made with Python and Flask. the Hall of Loosers (similiar to Hall of Autism in the Original Website) can be easily edited using the ./data/hol.json
full credit for the concept and the frontend goes to the original Doxbin
sudo apt install install git python3 python3-pip -y
git clone "https://github.com/hirusha-adi/DoxBin.git"
cd ./DoxBin
pip3 install -r requirements.txt
python3 app.py
sudo pacman -Syy python python-pip git --noconfirm
git clone "https://github.com/hirusha-adi/DoxBin.git"
cd ./DoxBin
pip install -r requirements.txt
python app.py