01c3d23b42
Adding a find.sh script |
||
---|---|---|
.gitignore | ||
LICENSE | ||
README.md | ||
add_torrents.sh | ||
find.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 after running the add_torrents.sh
script that adds your new unique torrents to the file, after checking that they aren't already there, and that they have seeders.
To find torrents run ./find.sh "SEARCH"
To contribute:
- Click here to fork this repo.
git clone https://gitlab.com/[MY_USER]/torrent.csv
cd torrent.csv
./add_torrents.sh MY_TORRENTS_DIR # `MY_TORRENTS_DIR` is `~/.local/share/data/qBittorrent/BT_backup/` for qBittorrent on linux, but you can search for where your torrents are stored for your client.
git commit -am "Adding my torrents"
git push
Then click here to do a pull/merge request to my branch.
How the file looks
infohash;name;size_bytes;created_unix;seeders;leechers;completed;scraped_date
# torrents here...
Torrent.csv
will be periodically purged of non-seeded torrents, and potentially sorted.