/whatcd-cau

Create and upload torrents to What.cd

Primary LanguagePythonMIT LicenseMIT

whatcd-cau

PyPI version PyPI license

Create and upload torrents to What.cd.

Requirements

Creating torrents requires mktorrent

Installation

$ pip install whatcd-cau

Usage

from whatcd import Whatcd

what = Whatcd('username', 'password')
create = what.create('Sketch 2', 'Sketch_v2.torrent', '20')
upload = what.upload('Sketch v2', 'sketch, vector', 'Sketch version 2!', 'Sketch_v2.torrent')