Fetches and parses data from Kickass Torrents.
Project description
=====
kTorrent
=====
A Python module to fetch and parse data from Kickass Torrents.
Install
=====
Install using pip:
pip install ktorrent
Usage
=====
### Search
import ktorrent
# Basic Search
search = ktorrent.search(search='Linux')
# Complex Search
search = ktorrent.search(search='linux', category='books', field='age', sorder='desc')
More @ https://github.com/codenirvana/kTorrent
kTorrent
=====
A Python module to fetch and parse data from Kickass Torrents.
Install
=====
Install using pip:
pip install ktorrent
Usage
=====
### Search
import ktorrent
# Basic Search
search = ktorrent.search(search='Linux')
# Complex Search
search = ktorrent.search(search='linux', category='books', field='age', sorder='desc')
More @ https://github.com/codenirvana/kTorrent
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ktorrent-0.1.5.tar.gz
(2.3 kB
view hashes)