Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aoout/bgmiget
a cli can download anime with p2p.
https://github.com/aoout/bgmiget
anime-downloader anime-search
Last synced: about 2 months ago
JSON representation
a cli can download anime with p2p.
- Host: GitHub
- URL: https://github.com/aoout/bgmiget
- Owner: aoout
- Created: 2022-11-22T20:33:41.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T07:16:23.000Z (about 2 months ago)
- Last Synced: 2024-11-13T08:21:13.727Z (about 2 months ago)
- Topics: anime-downloader, anime-search
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# πΊ 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 or higher.## π» 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 "" ""
```
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.