Skip to content

Multi-user based torrent download and sharing application written in Django

License

Notifications You must be signed in to change notification settings

myeonggyunhan/TorrentBOX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TorrentBOX

Multi-user based torrent download and sharing application written in Django

Screenshot

Demo

Prerequisites

Installation

$ git clone https://github.com/L34p/TorrentBOX.git
$ cd TorrentBOX
$ pip3 install -r requirements.txt
$ python3 manage.py migrate

Quick Start

  • Two terminals are needed.
  • Concurrency option determines the number of torrent that can be downloaded simultaneously.
# First terminal
$ python3 manage.py runserver 0.0.0.0:8000

# Second terminal  
$ python3 manage.py celeryd --loglevel info --concurrency 5

NOTE: This is only for test. If you want to deploy it, use Django with other web servers like Apache or Nginx.

License

MIT