Skip to content

Multi-user based torrent download and sharing Django application

Notifications You must be signed in to change notification settings

ssi379/TorrentBOX

 
 

Repository files navigation

Torrent BOX

Multi-user based torrent download and sharing Django application

Screenshot

demo

Installation

sudo pip install django==1.8.3
sudo pip install django-celery
sudo pip install requests

For Ubuntu

sudo apt-get install python-libtorrent
sudo apt-get install rabbitmq-server

How to use

We need at least two terminal.

python manage.py runserver 0.0.0.0:8000

python manage.py celeryd -l info -c 2

celeryd -c option means total number of worker.

If we set -c option to 2, then we can download two torrent simultaneously.

About

Multi-user based torrent download and sharing Django application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.5%
  • CSS 46.3%
  • Other 1.2%