Metadata-Version: 2.1
Name: search-torrent
Version: 1.2.5
Summary: Search for torrents using command line
Home-page: http://github.com/rajat19/torrent-crawler
Author: Rajat Srivastava
Author-email: rajatsri94@gmail.com
License: UNKNOWN
Download-URL: https://github.com/rajat19/torrent-crawler/releases
Description: [![PyPI](https://img.shields.io/pypi/pyversions/Django.svg)](https://www.djangoproject.com)
        [![Open Issues](https://img.shields.io/github/issues-raw/rajat19/torrent-crawler.svg)](https://www.github.com/rajat19/torrent-crawler)
        [![GitHub last commit](https://img.shields.io/github/last-commit/rajat19/torrent-crawler.svg)]()
        [![License](https://img.shields.io/github/license/rajat19/torrent-crawler.svg)]()
        ## Torrent Crawler and Search
        > Search for torrents using command line
        ```bash
        pip3 install search-torrent
        search-torrent
        ```
        
        <p align="center"><img src="img/search-torrent-colorized.gif?raw=true"/></p>
        
        ---
        ### Contributing
        ```bash
        git clone https://github.com/rajat19/torrent-search.git
        cd torrent-search
        pip install -r requirements.txt
        python setup.py install
        python search.py
        ```
        
        ---
        ### What's new
        Added support to download subtitles for the movie as well
        
        ---
        ### What's next
        - Allow user to stop movie search in between
        - Store search history in cache or something for faster processing
        
Keywords: pip,torrent,crawler
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
