Metadata-Version: 2.1
Name: bayscrape
Version: 1.1.3
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
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Win32 (MS Windows)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Classifier: Topic :: Terminals
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.24.0)
Requires-Dist: beautifulsoup4 (>=4.9.3)
Requires-Dist: colored (>=1.4.2)
Requires-Dist: setuptools (>=50.3.2)
Requires-Dist: beautifultable (>=1.0.0)

# bayscrape
bayscrape is a simple CLI-based application that allows you to safely browse legal torrents from the comfort of your command-line. Just type `bayscrape` into the command line and go.

## Installation

```bash
pip install bayscrape
```

## Usage

```bash
> bayscrape
```

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. Thank you in advanced.

## 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/)


