Trinix is a free streaming service designed to make entertainment accessible for everyone. Paired with the Trinix Discord bot, you can effortlessly search and enjoy the latest trending movies and TV shows. With its automatic update feature, your channel stays in sync with the freshest content.
Note: The creators of Trinix are not responsible for any actions taken by users of this service.
- Python 3.9
Follow these simple steps to get Trinix up and running on your local machine.
Ensure you have Python 3.9 installed before proceeding.
-
Install required Python packages:
pip install flask flask-cors waitress
-
Install Node.js and npm:
apt install nodejs npm
-
Install PM2 globally:
npm install pm2@latest -g
To start the Trinix server:
pm2 start main.py --interpreter python3
Other useful PM2 commands:
pm2 list # List all processes
pm2 restart <ID> # Restart a process
pm2 stop <ID> # Stop a process
Distributed under the GPL-3.0 License. See LICENSE.txt
for more information.
- Logo by gh0st_artz