medariox / scrapeer

Essential PHP library that scrapes HTTP(S) and UDP trackers for torrent information.
93 stars 29 forks source link

Is it possible to get the PeerID from the tracker? #26

Closed foreaser closed 2 years ago

foreaser commented 3 years ago

Is it possible to get the Peer ID of a Peer with a specific info_hash from HTTP or UDP tracker?

medariox commented 2 years ago

Hey!

I think this is a duplicate of: https://github.com/medariox/scrapeer/issues/14

The announce request differs a lot from tracker to tracker, so it's not very feasible to implement.