README - seedlinux - Torrent indexing tool opensource torrents with share ratio's etc.
(HTM) git clone git://jay.scot/seedlinux
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
README (415B)
---
1
2 |> seedlinux
3
4 Seedlinux is a WIP application to list open source torrents that need
5 help with seeders. If you are using MongoDB directly installed on your
6 local machine or else where then skip the docker commands and go
7 straight for the import command.
8
9 usage:
10
11 $ docker pull mongo
12 $ docker run -p 27017:27017 -ti --rm mongo
13 $ mongoimport --db seedlinux --collection torrents --drop --file ./data/dataset.json
14