whatcd-cau

Create and upload torrents to What.cd


Keywords
whatcd, upload, torrent, mktorrent
License
MIT
Install
pip install whatcd-cau==0.1.0a1

Documentation

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')