Can anyone explain me how to write a php script to convert info hash for scrape to get seeders and peers count from the tracker...

Thanks

link|improve this question
feedback

2 Answers

Use already existing ones such as PHPBttrk+

link|improve this answer
i cant use existing one because i create a torrent indexing site, and im stuck with getting the count of seeders and leechers from outside torrent trackers...so i think scrape is the only way to get the seeders and leechers count..any way thanks for your reply i realy appreciate it – user737481 May 4 '11 at 8:35
feedback

You can use the Bitsnoop API at www.bitsnoop.com

http://bitsnoop.com/info/api.html

They have a very simple API you can use to get information about torrents.

In addition, you can combine the data you get from Bitsnoop and use

www.torrage.com

to get the download links etc.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.