Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Community Cafe (http://www.bvlist.com/forumdisplay.php?f=18)
-   -   KickAssTorrent Api (http://www.bvlist.com/showthread.php?t=7230)

atm0n3r 19th November 2011 03:27

KickAssTorrent Api
 
1 Attachment(s)
I saw that kick asstorrent was offering the API ... I wanted to use :ok:

So I create a small system that can download .torrent + .sql from the API :muscle:
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 :relax:

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 :drink:


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

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


:drink:


All times are GMT +2. The time now is 16:09.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.