View Single Post
  #1  
Old 19th November 2011, 03:27
atm0n3r atm0n3r is offline
Member
 
Join Date: Oct 2011
France
Posts: 3
Default KickAssTorrent Api
I saw that kick asstorrent was offering the API ... I wanted to use

So I create a small system that can download .torrent + .sql from the API
This system allows to dump the database files of kickasstorrents and creating a .sql (easily handled by phpmyadmin)!
and download the torrent at the same time.

All this will be provided in .tar

So go to: http://kat.atmoner.com and follow the instructions.

The structure of database (generate, to change following the script):

PHP Code:
CREATE TABLE `files` (
  `
hashvarchar(50NOT NULL,
  `
titlevarchar(100NOT NULL,
  `
catvarchar(15NOT NULL,
  `
url_postvarchar(250NOT NULL,
  `
url_torrentvarchar(300NOT NULL
ENGINE=MyISAM DEFAULT CHARSET=latin1
Update for V.2:
http://kat.atmoner.com/

Update:
- Creating a .sql
- Download .torrent's to the number of requests
- Creation of a tar with torrents + .sql

Adding staff:
- Improvement following the session menu
- Time Management on the dump (will change, but currently 15 minutes)
- Managing the number of requests

Any suggestion is welcome


Bump: I create a sample output with 100 torrents + database

Bump: I open source this script:

https://github.com/atmoner/Kick-ass-torrent-API

If you use this script, thank you to trace errors on github



Attached Files
File Type: rar Output.rar (3.35 MB, 43 views)
__________________
http://atmoner.com/

Last edited by atm0n3r; 19th November 2011 at 03:39.
Reply With Quote