This is a new version of boxHelper based on python3. Unlike the previous version, boxHelper2 is designed to be compatible with a wide range of websites. It relies on RSS to get patterns and torrent info.
apt install python3
apt install python3-pip
pip3 install virtualenv
wget -O 'boxHelper2.zip' 'https://github.com/SpereShelde/boxHelper2/archive/master.zip'
unzip boxHelper2.zip
cd boxHelper2 && mkdir ENV && cd ENV
source ./bin/activate
cd .. && pip3 install -r requirements.txt
nano config.ini
gunicorn -b 0.0.0.0:12020 app:app
You may want it run on background by using & or other commands. But I recommand using screen -R box