Initial commit
This commit is contained in:
commit
7b20545691
25
README.md
Normal file
25
README.md
Normal file
@ -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.
|
||||
|
||||
|
2
torrent.csv
Normal file
2
torrent.csv
Normal file
@ -0,0 +1,2 @@
|
||||
name,seeders,leechers,completed,infohash,scraped_date
|
||||
|
|
1
torrent_to_csv_lines.sh
Normal file
1
torrent_to_csv_lines.sh
Normal file
@ -0,0 +1 @@
|
||||
# TODO
|
Loading…
x
Reference in New Issue
Block a user