Metadata-Version: 2.1
Name: bgmiget
Version: 1.0.3
Summary: a way to download anime.
Author: aoout
Author-email: wuz66280@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: beautifulsoup4 (>=4.11.1,<5.0.0)
Requires-Dist: fire (>=0.4.0,<0.5.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: torrentp (>=0.1.5,<0.2.0)
Description-Content-Type: text/markdown

# BgmiGet

## How to Install

```
pip install bgmiget
```

## Basic Usage

Search anime by "search" commnad.

```
bgmiget search '因为太怕痛' 7 "sc" "桜都字幕组"
>0  -> 【因为太怕痛...】【07】【桜都字幕组】
```

Then, download anime by index.

```
bgmiget download 0
```

Subscribe anime by "subscribe" command, and list them by "show_subscribed" command.

At last, check for updates on anime by "upgrade" command.


