如何将torrent信息散列转换为scrape使用php?

问题描述:

谁能解释我如何写一个PHP脚本转换信息哈希刮得到播种机和同伴从跟踪算...如何将torrent信息散列转换为scrape使用php?

感谢

您可以在www.bitsnoop使用Bitsnoop API。 COM

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

他们有一个非常简单的API,你可以用它来获取有关山洪信息。

此外,你可以结合你从Bitsnoop获取数据,并使用

www.torrage.com 

获得下载链接等

你可以在这里看到答案https://*.com/a/3272202/3155632到信息哈希转换洪流for scrape

or use this: //Torrent hash = bc801b9d9972c432decafe56410f092e5de15ea6 $packed_hash = urlencode(pack('H*', $hash_info ? $hash_info :'bc801b9d9972c432decafe56410f092e5de15ea6')); echo $packed_hash;