Initial commit
This commit is contained in:
commit
7b20545691
|
@ -0,0 +1,25 @@
|
||||||
|
# Torrent.csv
|
||||||
|
|
||||||
|
Torrent.csv is a global, vetted, torrent database, 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. The file will periodically be sorted
|
||||||
|
by `name`, and `seeders` descending.
|
||||||
|
|
||||||
|
Periodic scraping will remove non-seeded torrents.
|
||||||
|
|
||||||
|
To get the correct format run this script: `todo.txt`
|
||||||
|
|
||||||
|
Seeder and leecher counts are necessary, I suggest using the [
|
||||||
|
torrent-tracker-scraper](https://github.com/ZigmundVonZaun/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.
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
name,seeders,leechers,completed,infohash,scraped_date
|
||||||
|
|
|
|
@ -0,0 +1 @@
|
||||||
|
# TODO
|
Loading…
Reference in New Issue