https://github.com/yjl9903/fetch-captain
获取 Bilibili 大航海列表
https://github.com/yjl9903/fetch-captain
bilibili bilibili-live github-actions miki vup
Last synced: 2 months ago
JSON representation
获取 Bilibili 大航海列表
- Host: GitHub
- URL: https://github.com/yjl9903/fetch-captain
- Owner: yjl9903
- License: mit
- Created: 2022-03-04T17:02:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T14:15:50.000Z (about 1 year ago)
- Last Synced: 2024-04-26T03:36:37.194Z (about 1 year ago)
- Topics: bilibili, bilibili-live, github-actions, miki, vup
- Language: TypeScript
- Homepage: https://miki.xlor.cn
- Size: 1.05 MB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Fetch Captain
[](https://github.com/yjl9903/fetch-captain/actions/workflows/ci.yml)
[](https://github.com/yjl9903/fetch-captain/actions/workflows/check-dist.yml)Automatically fetch the captain list of your favourite bilibili VUP.
## Usage
Add the following config to your Github Actions. Fill roomid and ruid.
```yml
- uses: yjl9903/fetch-captain@v1
with:
ruid:
roomid: <直播间 ID>
# output: './YYYY-MM-DD.csv'
```Notice that you should push changes (e.g. `./2022-3-5.csv`) in your following actions steps manually.
Example repo: [Miki-Captain](https://github.com/yjl9903/Miki-Captain), [Nagisa-Captain](https://github.com/yjl9903/Nagisa-Captain).
> 👷 **Migration from v0 to v1**
>
> **Sending email is deprecated**: If you still want to use it, please combine this action with other stuffs.
>
> **CSV output path**: Change `outdir` to `output`, which means the output file pattern instead of output directory. It uses supports some date placeholder, including `YYYY`, `MM`, `DD`. By default, it will dump csv file to `./YYYY-MM-DD.csv` (i.e. `./2024-04-25.csv`).## License
MIT License © 2023 [XLor](https://github.com/yjl9903)