Updating readme.

This commit is contained in:
Dessalines 2018-10-09 15:44:49 -07:00
parent ac1a54eb1a
commit 7f22342aa9
1 changed files with 5 additions and 11 deletions

View File

@ -1,9 +1,11 @@
# Torrents.csv # Torrents.csv
`Torrents.csv` is a vetted database of torrents, consisting of a single, searchable `torrents.csv` file. `Torrents.csv` is a vetted database of torrents, consisting of a single, searchable `torrents.csv` file. Its initially populated with a January 2017 backup of the pirate bay, and new torrents are periodically added from various torrents sites via a rust script.
`Torrents.csv` will only store torrents with at least one seeder to keep the file small, and will be periodically purged of non-seeded torrents, and sorted by seeders descending.
## Searching ## Searching
To find torrents run `./search.sh "frasier s01"` To find torrents, run `./search.sh "frasier s01"`
``` ```
Frasier S01-S11 (1993-) Frasier S01-S11 (1993-)
seeders: 33 seeders: 33
@ -11,11 +13,9 @@ Frasier S01-S11 (1993-)
link: magnet:?xt=urn:btih:3cc5142d0d139bcc9ea9925239a142770b98cf74 link: magnet:?xt=urn:btih:3cc5142d0d139bcc9ea9925239a142770b98cf74
``` ```
To add your own torrents, run `./add_torrents.sh MY_TORRENTS_DIR`
## Uploading ## Uploading
An *upload*, consists of making a pull request after running the `add_torrents.sh` script, which adds torrents from a directory to the `.csv` file, after checking that they aren't already there, and that they have seeders. An *upload*, consists of making a pull request after running the `add_torrents.sh` script, which adds torrents from a directory you choose to the `.csv` file, after checking that they aren't already there, and that they have seeders.
[Click here](https://gitlab.com/dessalines/torrents.csv/forks/new) to fork this repo. [Click here](https://gitlab.com/dessalines/torrents.csv/forks/new) to fork this repo.
```sh ```sh
@ -45,12 +45,6 @@ infohash;name;size_bytes;created_unix;seeders;leechers;completed;scraped_date
- [Human Friendly](https://humanfriendly.readthedocs.io/en/latest/readme.html#command-line) - [Human Friendly](https://humanfriendly.readthedocs.io/en/latest/readme.html#command-line)
## Other info
`Torrents.csv` will only store torrents with at least one seeder to keep the file small, and will be periodically purged of non-seeded torrents, and sorted by seeders descending.
Its initially populated with a January 2017 backup of the pirate bay, but eventually scripts will be written that pull in new torrents daily.
## Potential sources for new torrents ## Potential sources for new torrents
- https://www.skytorrents.lol/top100 - https://www.skytorrents.lol/top100
- https://1337x.to/top-100 - https://1337x.to/top-100