Metadata-Version: 2.1
Name: bayscrape
Version: 1.1.1
Summary: Safely browse legal torrents from the comfort of your command-line.
Home-page: https://github.com/mattshu/bayscrape
Author: Matt Kelley
Author-email: mattshu32@gmail.com
License: GNU GPLv3
Description: # bayscrape
        bayscrape is a simple Python application that allows you to safely browse legal torrents from the comfort of your command-line.
        
        ## Installation
        * Use the `setup.py` file.
        
        ```bash
        python setup.py install
        ```
        
        * Use the package manager while inside the  `bayscrape/` directory.
        
        ```bash
        pip install .
        ```
        
        ## Usage
        
        ```bash
        python bayscrape.py
        ```
        
        This will begin the bayscrape user interface.
        
        ![bs1](https://i.imgur.com/uhIptOT.png)
        
        The interface is simple and popup free.
        
        ![bs2](https://i.imgur.com/XqAiVsT.png)
        
        Read into torrent descriptions and also user comments.
        
        ![bs3](https://i.imgur.com/Ex70SVu.png)
        
        Choosing **download** will open the default torrent application via the magnet link.
        
        ## Contributing
        
        I could use some guidance if you'd like to contribute. I'm new at this. I try to follow flake8 guidelines per the [setup.cfg](https://github.com/mattshu/bayscrape/blob/main/setup.cfg) settings.
        
        ## Thank you
        
        * [BeautifulSoup](https://pypi.org/project/beautifulsoup4/)
        * [BeautifulTable](https://github.com/pri22296/beautifultable)
        
        ## License
        [GNU GPL3.0](https://choosealicense.com/licenses/gpl-3.0/)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
