This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
Scraping the DHT? #90
Replies: 3 comments 1 reply
-
This project is, as the repository describes, a torrent tracker framework, not a torrent scraper for grabbing torrents. The torrust-index repository is a just meta-repo for the torrust-backend and torrust-frontend. |
Beta Was this translation helpful? Give feedback.
0 replies
-
For the moment the index only scapes a single tracker over a dedicated api. We have not generalized this api, so that an index-backend could collect the statistics from multiple sources. The process to implement this feature could be something like this:
A nice project. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is this a goal of torrust-index to provide a component for scraping the DHT like btdig does with dhtcrawler2?
If it's not an exact goal of the project, would a new torrust-index-scraper component be welcome? I have no idea where to start with this, but i'd be willing to try and make it if some people can guide me.
My usecase: i'm archiving niche anarchist content which has often been torrented in the past. The torrents are usually not advertised on public indexes like TPB, however you can find them in BTDig. However, the search feature in BTDig is terrible, and it doesn't expose the seeders count so i often have to add a dozen torrents before finding one that is still seeded. I need a DHT index with proper search (eg. exact match for more than one word in a single file, instead of matching across all files) and that can load seed count on demand for a specific query.
Is this usecase compatible with the spirit of your project?
Beta Was this translation helpful? Give feedback.
All reactions