https://github.com/dongweiming/douban-activity-readme
Updates README.md with the recent Douban activities of a user.
https://github.com/dongweiming/douban-activity-readme
Last synced: 2 months ago
JSON representation
Updates README.md with the recent Douban activities of a user.
- Host: GitHub
- URL: https://github.com/dongweiming/douban-activity-readme
- Owner: dongweiming
- License: mit
- Created: 2020-08-23T02:16:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-10T08:57:12.000Z (almost 4 years ago)
- Last Synced: 2025-05-02T20:46:51.786Z (8 months ago)
- Language: Go
- Size: 60.4 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Intro
Allows you to show your latest douban activities on your github profile or project readme
## Usage:
### Example Workflow file
```yaml
uses: dongweimng/douban-activity-readme@v1
with:
uid: YOUR_DOUBAN_USER_ID
max_count: 5
```
### Example TEMPLATE.md file
```markdown
### 🗣 My activity:
```
##### Configuration
| option | value | default | description |
| ------ | ------- | --------- | ----------- |
| uid | string | `false` | Your douban user_id. |
| max_count | string | `5` | Maximum number of activities you want to show on your readme, all feeds combined. |
| readme_path | string | `./README.md` | Path of the readme file you want to update. |