项目作者: makevoid

项目描述 :
Smash old fashioned HTTP downloaders! Thor agrees!
高级语言: JavaScript
项目地址: git://github.com/makevoid/thorrents.git
创建时间: 2011-03-15T19:12:21Z
项目社区:https://github.com/makevoid/thorrents

开源协议:Other

下载


Thorrents

Take the torrent power back! Smash HTTP downloads! Thor agrees!

main code:

https://github.com/makevoid/thorrents/blob/master/models/thorz.rb

usage:

https://github.com/makevoid/thorrents/blob/master/thorrents.rb#L161

old domain:
thorrents.com

The tHorrents are coming from tpb, that is still blocked in some countries like Italy, that’s why this project makes some sense somewhere.

JSON API Documentation

https://github.com/makevoid/thorrents/blob/master/views/docs.haml

thorrents.com/docs (probably offline)

Installation

note: you need ruby 1.9.x and the bundler gem installed

how to install:

clone the repo, install the dependencies and run

  1. git clone git://github.com/makevoid/thorrents.git
  2. cd thorrents
  3. bundle install
  4. RACK_ENV=production rackup

the default rack server starts at http://localhost:9292

open models/thorz.rb and fill the HOST constant (you can uncomment one of the lines above)

If you are in Italy or in another place of the world where you can’t access to tpb use:

  1. rackup

to boot it in development mode (your host will need to have access TPB).

enjoy!

Features

  • results ordered by seeds
  • magnet links
  • fb share

Credits