Go to file
Dessalines 98388dc3fa Renaming to torrents.csv 2018-10-04 16:33:33 -07:00
.gitignore Script mostly working. 2018-10-04 13:23:57 -07:00
LICENSE Script mostly working. 2018-10-04 13:23:57 -07:00
README.md Renaming to torrents.csv 2018-10-04 16:33:33 -07:00
add_torrents.sh Renaming to torrents.csv 2018-10-04 16:33:33 -07:00
find.sh Renaming to torrents.csv 2018-10-04 16:33:33 -07:00
scrape_and_clean.sh Renaming to torrents.csv 2018-10-04 16:33:33 -07:00

README.md

Torrents.csv

Torrents.csv is a vetted database of torrents, consisting of a single, searchable torrents.csv file.

An upload, consists of making a pull request after running the add_torrents.sh script that adds your new unique torrents to the file, after checking that they aren't already there, and that they have seeders.

To find torrents run ./find.sh "SEARCH"

To contribute:

git clone https://gitlab.com/[MY_USER]/torrents.csv
cd torrents.csv
./add_torrents.sh MY_TORRENTS_DIR # `MY_TORRENTS_DIR` is `~/.local/share/data/qBittorrent/BT_backup/` for qBittorrent on linux, but you can search for where your torrents are stored for your client.
git commit -am "Adding my torrents"
git push

Then click here to do a pull/merge request to my branch.

How the file looks

infohash;name;size_bytes;created_unix;seeders;leechers;completed;scraped_date
# torrents here...

Torrents.csv will be periodically purged of non-seeded torrents, and potentially sorted.