[GH-ISSUE #463] How does the best ranking work? #389

Closed
opened 2026-02-26 05:34:33 +03:00 by kerem · 1 comment
Owner

Originally created by @ayyyiieneheuihues on GitHub (Aug 20, 2023).
Original GitHub issue: https://github.com/ngosang/trackerslist/issues/463

Hi, I know in an earlier issue #51 you mentioned that you don't want to make your bot open source due to ugly code. That's fine. However, can you give any insight as to how you determine what makes a tracker "best"? If you could let me know I'd appreciate it 👍.

Originally created by @ayyyiieneheuihues on GitHub (Aug 20, 2023). Original GitHub issue: https://github.com/ngosang/trackerslist/issues/463 Hi, I know in an earlier issue #51 you mentioned that you don't want to make your bot open source due to ugly code. That's fine. However, can you give any insight as to how you determine what makes a tracker "best"? If you could let me know I'd appreciate it 👍.
kerem 2026-02-26 05:34:33 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@ngosang commented on GitHub (Aug 22, 2023):

Sure.

  1. I have 5 reference torrent files which I change from time to time. 2 popular torrents, DMCA torrent, really old torrent (few seeds), Fake torrent.
  2. For each tracker I request peers for each torrent.
  3. I measure the uptime, latency, number of seeds, number of peers, number of downloads, fake seeds, IP Country, Cloudflare...
  4. I remove offline trackers. I remove private trackers. I remove duplicate trackers based on the domain, IP and number of seeds.
  5. I rank the trackers based on 3) and build the lists.
<!-- gh-comment-id:1687781345 --> @ngosang commented on GitHub (Aug 22, 2023): Sure. 1. I have 5 reference torrent files which I change from time to time. 2 popular torrents, DMCA torrent, really old torrent (few seeds), Fake torrent. 2. For each tracker I request peers for each torrent. 3. I measure the uptime, latency, number of seeds, number of peers, number of downloads, fake seeds, IP Country, Cloudflare... 4. I remove offline trackers. I remove private trackers. I remove duplicate trackers based on the domain, IP and number of seeds. 5. I rank the trackers based on 3) and build the lists.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/trackerslist-ngosang#389
No description provided.