Skip to content

Latest commit

 

History

History
36 lines (36 loc) · 734 Bytes

README.md

File metadata and controls

36 lines (36 loc) · 734 Bytes

Queen

𝙱𝚛𝚞𝚝𝚎𝚏𝚘𝚛𝚌𝚎 𝚊𝚝𝚝𝚊𝚌𝚔 𝚝𝚘 𝚒𝚗𝚜𝚝𝚊𝚐𝚛𝚊𝚖 𝚞𝚜𝚎𝚛𝚗𝚊𝚖𝚎 𝚠𝚒𝚝𝚑 𝙿𝚢𝚝𝚑𝚘𝚗

!TODO: improve tor server integration and spam undetection

Dependencies

herbe(not required), python3-pip, tor(if u want tor server)

systemd

sudo systemctl enable tor

runit

sudo ln -s /etc/sv/tor /var/service/ && sudo sv up tor

INSTALLATION

git clone https://github.com/sudurraaa/queen.git
cd queen/
pip3 install -r requirements.txt

Launch

python3 queen.py --tor enable
python3 queen.py --tor disable

for help

python3 queen.py -h