Get the best Quality of streaming performance by hosting it on VPS, here's the step's:
sudo apt update && apt upgrade -y
sudo apt install git curl python3-pip ffmpeg -y
pip3 install -U pip
git clone https://github.com/aryazakaria01/PornHub # clone the repo.
cd PornHub
pip3 install -U -r requirements.txt
cp sample.env .env # use vim to edit ENVs
vim .env # fill up the ENVs (Steps: press i to enter in insert mode then edit the file. Press Esc to exit the editing mode then type :wq! and press Enter key to save the file).
python3 -m PornHub # run the bot.
# continue the host with screen or anything else, thanks for reading.