Metadata-Version: 2.1
Name: bgmiget
Version: 1.0.5
Summary: a way to download anime.
Author: aoout
Author-email: wuz66280@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
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

## 🌟 Overview

BgmiGet is a command line tool that allows you to search, download, and manage your favorite anime. It provides a simple and efficient way to keep track of the latest episodes and download them with ease.

## 📦 Dependencies

> [!NOTE]
> PyPdf requires Python 3.8.1.

## 💻 Installation

To install BgmiGet, you can use pip:
```
pip install bgmiget
```

## 🎬 Basic Usage

### 🔍 Searching Anime

To search for anime, use the "search" command. The format is as follows:
```
bgmiget search <anime_name> <episode_number> "<source>" "<subtitle_group>"
```
For example:
```
bgmiget search "因为太怕痛" 7 "sc" "桜都字幕组"
```
This will search for the anime "因为太怕痛" with episode number 7 from source "sc" and subtitle group "桜都字幕组". The result will be displayed as:
```
>0  -> 【因为太怕痛...】【07】【桜都字幕组】
```

### 🚀 Downloading Anime

Once you have found the anime you want, you can download it by its index. For example, to download the anime with index 0:
```
bgmiget download 0
```

### 🔄 Subscribing and Listing Anime

To subscribe to an anime, use the "subscribe" command. To list all subscribed anime, use the "show_subscribed" command.

### ⬆️ Upgrading Anime

To check for updates on subscribed anime, use the "upgrade" command. This will ensure you always have the latest episodes of your subscribed anime.

