Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KeJunMao/bilibili-box
将你的B站最新投稿显示在 pinned gist。
https://github.com/KeJunMao/bilibili-box
bilibili deno gists profile
Last synced: 2 months ago
JSON representation
将你的B站最新投稿显示在 pinned gist。
- Host: GitHub
- URL: https://github.com/KeJunMao/bilibili-box
- Owner: KeJunMao
- Created: 2020-08-04T08:22:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T15:15:32.000Z (over 4 years ago)
- Last Synced: 2024-11-01T18:37:00.854Z (2 months ago)
- Topics: bilibili, deno, gists, profile
- Language: TypeScript
- Homepage:
- Size: 13.7 KB
- Stars: 18
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-pinned-gists - bilibili-box - Update a pinned gist to contain your latest Bilibili videos. (External Services)
README
Bilibili-box
Update a pinned gist to contain the latest videos of a user
---
> 📌✨ For more pinned-gist projects like this one, check out: https://github.com/matchai/awesome-pinned-gists
## Setup
English | [中文](./readme.zh.md)
### Prep work
1. Create a new public GitHub Gist (https://gist.github.com/)
1. Create an access token with the `gist` scope and copy it. (https://github.com/settings/tokens/new)
1. Find UID in Bilibili personal space link (https://space.bilibili.com/37728693)### Project setup
1. Fork this repo
1. Edit the [environment variables](https://github.com/KeJunMao/bilibili-box/blob/master/.github/workflows/main.yml#L27-L28) in `.github/workflows/schedule.yml`:- **UID:** The user handle of the bilibili account.
- **GIST_ID:** The ID portion from your gist url: `https://gist.github.com/matchai/`**`6d5f84419863089a167387da62dd7081`**.1. Go to the repo **Settings > Secrets**
1. Add the following environment variables:
- **GH_TOKEN:** The GitHub access token generated above.