Initial commit

This commit is contained in:
Dessalines 2018-10-03 10:12:12 -07:00
commit 7b20545691
3 changed files with 28 additions and 0 deletions

25
README.md Normal file
View 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
View File

@ -0,0 +1,2 @@
name,seeders,leechers,completed,infohash,scraped_date
1 name seeders leechers completed infohash scraped_date

1
torrent_to_csv_lines.sh Normal file
View File

@ -0,0 +1 @@
# TODO