0af1db917d | ||
---|---|---|
.gitignore | ||
LICENSE | ||
README.md | ||
add_torrents.sh | ||
remove_dead_torrents.sh | ||
torrent.csv |
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