从Bilibili视频生成俳句的命令行工具
Project description
haikubot:B站引流狗最爱的俳句生成器
简介
haikubot 是一个基于 Bilibili 视频生成俳句的命令行工具。
在这里,我参考了 bilibili-API-collect 仓库用于获取B站视频信息,你可以在 musicstream_url.md 和 videostream_url.md 来参考如何获取音视频流地址。
接着,我使用了dashscope api,调用alibaba的paraformer模型进行语音识别,识别出类字幕文本。
最后,我使用了openai的api,可以用兼容模型(比如qwen/deepseek)来生成俳句。
安装
pip install haikubot
使用方法
# 第一次使用,你应该配置dashscope的API密钥,你可以搜索百炼平台,进去获取api key,随后替换这里的YOUR_API_KEY,然后运行
haikubot --config YOUR_API_KEY
# 之后,你可以这样使用BVID处理视频生成俳句
haikubot --process BV117XoYGErB
# 显示版本信息
haikubot --version
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
haikubot-0.2.1.tar.gz
(6.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file haikubot-0.2.1.tar.gz.
File metadata
- Download URL: haikubot-0.2.1.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df0ecfb220d143d8633fa13857e620a9a2f9819b6840a237573565f9f0c8cd83
|
|
| MD5 |
0282ea79ba1c310c07cf5f3c1a5fc01b
|
|
| BLAKE2b-256 |
99eab621c9373e282a34174d62bbf257681af297630ac8ea947a0a795e1bebb2
|
File details
Details for the file haikubot-0.2.1-py3-none-any.whl.
File metadata
- Download URL: haikubot-0.2.1-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cce8cd170e74edd4d32d3ba52682edd3f2ca72dfd59fe89bd16ddfcd20fc4f8b
|
|
| MD5 |
6190707f287a5d4820ae90fc49e65ab3
|
|
| BLAKE2b-256 |
860c331d6acceeb8ba8553077be1bad5318958377be99d2e7eecb33c855f1641
|