TorrentBOX Save

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

Project README

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

Open Source Agenda is not affiliated with "TorrentBOX" Project. README Source: myeonggyunhan/TorrentBOX
Stars
57
Open Issues
1
Last Commit
7 years ago

Open Source Agenda Badge

Open Source Agenda Rating