Go to file
Dessalines 1e54bfa717 Script mostly working. 2018-10-04 13:23:57 -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 Script mostly working. 2018-10-04 13:23:57 -07:00
add_torrents.sh Script mostly working. 2018-10-04 13:23:57 -07:00
remove_dead_torrents.sh Script mostly working. 2018-10-04 13:23:57 -07:00
torrent.csv Script mostly working. 2018-10-04 13:23:57 -07:00

README.md

Torrent.csv

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

An "upload", consists of making a pull request adding your torrents to the last line of the file.

Run ./torrents_to_csv.sh ~/TORRENTS_DIR to generate your add lines.

The file will periodically be sorted by name, and seeders descending.

Columns

name,size_bytes,infohash,created_unix,seeders,leechers,completed,scraped_date

To get the correct format run this script: todo.txt

Seeder and leecher counts are necessary, I suggest using the torrent-tracker-scraper to get seeders, leechers, and completed.

The columns are...

Start with that one huge backup.

TODO

  • Create add line script. Inputs a torrent or a torrent directory, and spits out the add lines.
  • Add a Dup checker