Fetches and parses data from Kickass Torrents.
Project description
========
kTorrent
========
A Python module to fetch and parse data from Kickass Torrents.
Install
-------
pip install ktorrent
Usage
-----
import ktorrent
# Basic Search
search = ktorrent.search(search='Linux')
# Complex Search
search = ktorrent.search(search='Linux Shell script', strict=1, category='books', field='age', sorder='desc', page=2)
# Top movies
top_movies = ktorrent.top(category='movies', page=2)
Know More
--------
kTorrent Docs: https://github.com/codenirvana/kTorrent#readme
kTorrent
========
A Python module to fetch and parse data from Kickass Torrents.
Install
-------
pip install ktorrent
Usage
-----
import ktorrent
# Basic Search
search = ktorrent.search(search='Linux')
# Complex Search
search = ktorrent.search(search='Linux Shell script', strict=1, category='books', field='age', sorder='desc', page=2)
# Top movies
top_movies = ktorrent.top(category='movies', page=2)
Know More
--------
kTorrent Docs: https://github.com/codenirvana/kTorrent#readme
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.4.0.tar.gz
(3.3 kB
view hashes)