**A Command-Line Interface for scraping Kickass torrents (kickasstorrents.to). Provides options to scrape top torrents in given categories, or searching for specific torrents. The user can select single, multiple or even specify a range for the torrent to download from any category. It has an inbuilt bittorent client, if none exist on the system then the Command line bittorent client is used for downloading. **
Using pip
$ pip install katastrophe
- Clone the repo git clone https://github.com/alyakhtar/katastrophe
- Run python setup.py install
- for Linux/Mac OS X
- for Windows
katastrophe.py
katastrophe [--verifyssl=<boolean>][-m | -t | -a | -s | -l | -g | -p | -b | -x | -M | -T | -A | -S | -B | -G | -P | -X]
katastrophe -h | --help
katastrophe --version
Multi Download:
i,j From Serial No. i to Serial No. j
,i From Serial No. 1 to Serial No. i
i, From Serial No. i to serial no 25
i,j,... Multiple Serial Numbers
Arguments | Description |
---|---|
-h, --help | Show this screen |
--verifyssl | Change SSL setting in request package [default: True] |
--version | Show version |
-m, --newmovies | Show latest Movie Torrents |
-t, --newtv | Show latest TV Torrents |
-a, --newanime | Show latest Anime Torrents |
-s, --newsongs | Show latest Music Torrents |
-l, --newlosslessmusic | Show latest Lossless Music Torrents |
-g, --newgames | Show latest Game Torrents |
-p, --newapplications | Shoe latest Application Torrents |
-b, --newbooks | Show latest Book Torrents |
-x, --xxx | Show latest XXX Torrents |
-M, --movies | Search by Movie Category |
-T, --tv | Search by TV Category |
-A, --anime | Search by Anime Category |
-S, --songs | Search by Music Category |
-B, --books | Search by Book Category |
-G, --games | Search by Games Category |
-P, --applications | Search by Applications Category |
-X, --XXX | Search by XXX Category |
$ katastrophe -m
$ katastrophe -t
$ katastrophe -g
$ katastrophe -s
$ katastrophe -a
$ katastrophe -b
$ katastrophe -l
$ Starting and Ending Torrent
$ Starting Torrent
$ Ending Torrent
$ katastrophe --verifyssl=True/False
Found a bug or want to suggest a new feature? Report it by opening an issue. Feel free to send a pull request for any improvements or feature requests ;)
A big thanks to Lita for her bittorrent client.
MIT © Aly Akhtar