https://github.com/criyle/bilibili_discord_bot
A music bot for discord playing bilibili video as audio
https://github.com/criyle/bilibili_discord_bot
Last synced: 5 months ago
JSON representation
A music bot for discord playing bilibili video as audio
- Host: GitHub
- URL: https://github.com/criyle/bilibili_discord_bot
- Owner: criyle
- License: unlicense
- Created: 2018-05-11T00:04:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-21T05:33:48.000Z (over 5 years ago)
- Last Synced: 2025-09-10T06:16:50.389Z (9 months ago)
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 9
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Bot for Bilibili
No longer working. No plan to revive.
Music bot that plays the audio of Bilibili video and doing local cache. It can also download video as audio files with format mp3 or m4a.
Require python version >= 3.4 and library bs4, discord.py\[audio\] (directly from github), PIL. FFmpeg is also required for media decoding. Atomicparsley is also required for album art for m4a files.
Using fabric to deploy and supervisor to run as service.
## Usage
Create `configure.json` with configurations
``` json
{
"token": "discord_token",
"file_path": "/cache_path"
}
```
and run in command line
``` bash
bilibili_discord_bot
```