Skip to content

Web app that streams torrents and allows for synchronized playback between multiple clients

License

Notifications You must be signed in to change notification settings

Andeskjerf/Piraflix

Repository files navigation

Piraflix

Website that uses Flask, Vue and WebTorrent so you can torrent stuff with your friends.

Currently in a somewhat broken state.

Requires

Python 3.9>

Project setup

Setting up the backend

git clone https://github.com/Andeskjerf/Piraflix.git
cd Piraflix/server
python3.9 -m venv env
source env/bin/activate
pip install -r requirements.txt

Setting up the frontend

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

Web app that streams torrents and allows for synchronized playback between multiple clients

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published