zunsthy / qpt-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QingyingptAPI

23333333333333333333333

API 23333

ANNOUNCE 2014-12-22

This API will be deprecated due to QYPT-Open-API.

the Goal

Just touch Qingying PT easier and more automatic !

the Configure and Use

Firstly, QingyingptAPI = require('./') and

var qpt = new QingyingptAPI({
        host : 'pt.hit.edu.cn',
        port : 80,
        cookie : {
                id : 'your hit_UID',
                pw : 'your hit_passhash'
        }
});

Then you can call qpt.upload(filePath, arguments, callback) to upload a torrent.

the TODOs

Everything....

About


Languages

Language:JavaScript 100.0%