Fetches and parses data from Kickass Torrents.
Project description
A Python module to fetch and parse data from Kickass Torrents.
Install
pip install ktorrent
Usage
- # Import Library
>>> 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.7.tar.gz
(3.5 kB
view hashes)