• This repository has been archived on 28/Jan/2024
  • Stars
    star
    634
  • Rank 68,609 (Top 2 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created almost 5 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Torrent Web Client

Live Torrent V4

Rebuilding Live Torrent with Next.js ❤️ flavor from scratch.

In progress

Search, explore, download and stream torrent files online.

Watch online YTS movies with subtitles in any language.

Now all in one fullstack package.

Install and Build

# clone the project
git clone --depth=1 --single-branch https://github.com/Davenchy/live-torrent.git

# change working directory
cd live-torrent

# then install dependencies
npm install

# now lets's build our project
npm run build

# finally get ready
npm start

Docker

Build Docker Image

docker build -t live-torrent-next .

Manage Docker Container

  • run/create a new container
docker run --name=live-torrent-next -d -p 3000:3000 live-torrent-next

OR use our pre-built image form docker hub davenchy/live-torrent-next:latest

docker run --name=live-torrent-next -d -p 3000:3000 davenchy/live-torrent-next:latest
  • start the container
docker start live-torrent-next
  • stop the container
docker stop live-torrent-next

Old LiveTorrent

  • To pull the old LiveTorrent docker image
docker pull davenchy/live-torrent
  • To run a container for the old LiveTorrent
docker run --name=live-torrent -d -p 3000:8080 -e "OSUA=<your opensubtitles user agent>" davenchy/live-torrent
  • The OSUA enviroment variable must be set to your opensubtitles user agent. It is not mandatory to set but it is required to fetch subtitles.

  • To get your own OpenSubtitles_User_Agent check this link

More Repositories

1

live-torrent-backend

The backend server for the live-torrent project
JavaScript
43
star
2

peer_node_connection

A peer to peer node connection
Dart
6
star
3

dwall-manager

simple unsplash desktop wallpaper manager
JavaScript
2
star
4

torrent-explorer

Torrent explorer and streamer
JavaScript
2
star
5

xo_flutter_game

XO Game
Dart
2
star
6

smart_controller

Create virtual gamepad on linux machine and control using your android phone
Dart
2
star
7

utm

Univeral Tabs Manager is a browser simple, clean and powerful tabs manager
TypeScript
2
star
8

general_json_rpc

This package will help you to invoke methods across network using any protocol, This package encode and decode your requests and responses to and from bytes so you can send it any where using any protocol, This package is implementing json-rpc v2.0
Dart
2
star
9

genetic-algoithm-noc-book

This is my result by following nature of code book by Daniel Shiffman
TypeScript
2
star
10

event_object

Dart
1
star
11

bmi_calculator_basic

Dart
1
star
12

hook_controller

Simple hooks system
Dart
1
star
13

event_emitter

event emitter for dart
Dart
1
star
14

news_app

simple news_app application which fetching news from newsapi.org
Dart
1
star
15

cping-pong

Ping Pong game written in C using raylib
C
1
star
16

value_container

Dart
1
star
17

lowdb-contacts-app

Created with CodeSandbox
Vue
1
star
18

i3-battery-alert

simple i3 tiling window manager low level battery notifier
Python
1
star
19

fire_auth_x

Dart
1
star
20

alx-system_engineering-devops

Shell and Bash basics
Shell
1
star
21

Davenchy

1
star
22

animation_model

Dart
1
star
23

build-a-robot

vuejs app from a tutorial
Vue
1
star
24

simple_shell_tests

Shell
1
star
25

JST-Javascript-Terminal

Simple javascript terminal
HTML
1
star
26

life-particles-system

JavaScript
1
star
27

beat-mixer-vanillajs

Wanna play some vanilla javascript music
CSS
1
star
28

meditation-app

JavaScript
1
star
29

chat_app

simple node chat app
JavaScript
1
star
30

alx-pre_course

I'm now a ALX Student, this is my first repository as a full-stack engineer
Shell
1
star
31

linux-bot

A Linux virtual assistant powered by ChatGPT.
Python
1
star
32

agent-ai

A python wrapper for OpenAI API module
Python
1
star
33

zellij-wrapper

A bash script to ease working with zellij using fzf
Shell
1
star