An open API service indexing awesome lists of open source software.

https://github.com/beiyuouo/readme-action

๐Ÿ–ผ Add your recently blog and douban states in your GitHub Profile
https://github.com/beiyuouo/readme-action

blog douban github github-action python readme readme-profile

Last synced: 10 months ago
JSON representation

๐Ÿ–ผ Add your recently blog and douban states in your GitHub Profile

Awesome Lists containing this project

README

          

# readme-action

## How to use

A simple example.

```yaml
- uses: beiyuouo/readme-action@main
with:
blog_rss_link: https://blog.bj-yan.top/index.xml
douban_name: 179948994
```

A full example.

```yaml
name: Build Readme

on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
push:
branches: [main]

jobs:
update-social:
runs-on: ubuntu-latest
steps:
- uses: beiyuouo/readme-action@main
with:
blog_rss_link: https://blog.bj-yan.top/index.xml
blog_limit: 5
blog_time_format: "%a, %d %b %Y %H:%M:%S %z"
douban_name: 179948994
douban_limit: 5
commit_message: Updated README Profile by readme action
time_zone: "Asia/Shanghai"
```

Remember to add following prompt to your GitHub Profile.

```html

```

Prettier example
```markdown

#### ๐Ÿคนโ€โ™€๏ธ Recent Blog

#### ๐Ÿคพโ€โ™‚๏ธ Funny Soul

#### ๐Ÿ’ป Recent Activity

```

# Reference

- Thanks to [zylele](https://github.com/zylele/social-readme) for their great work.