How Can I make own torrent search engine?

robin69

Power Member
Joined
Sep 13, 2013
Messages
567
Reaction score
116
How can i create my search engine?

i want to clone sites like rarbg, kickass etc.

Is their any api seller which will provide me with this data?

thanking you
 
There's no central API

Gotta take something like libtorrent and program your system to scrape trackers for stats.

If your node remains on the P2P network, it receives data about torrents. You then publish that P2P data on a site.
 
Sourceforge has some basic torrent software you can modify. Saw a tracker for PHPbb. Can't recall if there is one for WP, but you could always put a magnet link in pretty easy.

Edit: You should consider getting a seedbox, so you can keep torrents seeding, if you plan to make your own site.
 
Sourceforge has some basic torrent software you can modify. Saw a tracker for PHPbb. Can't recall if there is one for WP, but you could always put a magnet link in pretty easy.

Edit: You should consider getting a seedbox, so you can keep torrents seeding, if you plan to make your own site.
itorrents.org providing free api for seeding. thanks alot for the info
 
Back
Top