Skip to content

msnkr/fictional-octo-couscous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fictional-octo-couscous

A simple torrent streamer.

I created this project because I was fascinated how apps like kodi and Elementum do this.

This is a very simple streamer, I didn't have to scrape any data because there are already Python APIs that do this for you. This project took a couple of hours to create.


Create a .venv

python -m venv .venv

Activate your .venv

source .venv/bin/activate

Install the required packages.

pip install -r requirments.txt

Note. You need webtorrent-cli and mpv. On arch based distro's, run

yay -S webtorrent-cli mpv


This project isn't complete. This program will eventually be fixed to run on Windows, and other distributions of Linux. It needs some fixing which I will get to once I've finished some other projects.

About

A simple torrent streamer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages