Create and upload torrents to What.cd.
Creating torrents requires mktorrent
$ pip install whatcd-cau
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')