{"id":15433381,"url":"https://github.com/beiyuouo/readme-action","last_synced_at":"2025-04-19T18:06:52.108Z","repository":{"id":107740414,"uuid":"436524636","full_name":"beiyuouo/readme-action","owner":"beiyuouo","description":"🖼 Add your recently blog and douban states in your GitHub Profile","archived":false,"fork":false,"pushed_at":"2023-06-22T08:27:43.000Z","size":23,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-18T08:15:58.573Z","etag":null,"topics":["blog","douban","github","github-action","python","readme","readme-profile"],"latest_commit_sha":null,"homepage":"https://github.com/beiyuouo","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beiyuouo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-09T07:38:50.000Z","updated_at":"2023-06-07T15:30:45.000Z","dependencies_parsed_at":"2024-10-20T20:20:54.008Z","dependency_job_id":null,"html_url":"https://github.com/beiyuouo/readme-action","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":"0.33333333333333337","last_synced_commit":"2bcdfe1d08167d03d6acfa2df9385b57e976499d"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beiyuouo%2Freadme-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beiyuouo%2Freadme-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beiyuouo%2Freadme-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beiyuouo%2Freadme-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beiyuouo","download_url":"https://codeload.github.com/beiyuouo/readme-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249757648,"owners_count":21321364,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blog","douban","github","github-action","python","readme","readme-profile"],"created_at":"2024-10-01T18:33:47.449Z","updated_at":"2025-04-19T18:06:52.087Z","avatar_url":"https://github.com/beiyuouo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# readme-action\n\n## How to use\n\nA simple example.\n\n```yaml\n- uses: beiyuouo/readme-action@main\n    with:\n    blog_rss_link: https://blog.bj-yan.top/index.xml\n    douban_name: 179948994\n```\n\nA full example.\n\n```yaml\nname: Build Readme\n\non:\n  schedule:\n    - cron: \"0 0 * * *\"\n  workflow_dispatch:\n  push:\n    branches: [main]\n\njobs:\n  update-social:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: beiyuouo/readme-action@main\n        with:\n          blog_rss_link: https://blog.bj-yan.top/index.xml\n          blog_limit: 5\n          blog_time_format: \"%a, %d %b %Y %H:%M:%S %z\"\n          douban_name: 179948994\n          douban_limit: 5\n          commit_message: Updated README Profile by readme action\n          time_zone: \"Asia/Shanghai\"\n```\n\nRemember to add following prompt to your GitHub Profile.\n\n```html\n\u003c!-- START_SECTION:blog --\u003e\n\u003c!-- END_SECTION:blog --\u003e\n\n\u003c!-- START_SECTION:douban --\u003e\n\u003c!-- END_SECTION:douban --\u003e\n\n\u003c!-- START_SECTION:github --\u003e\n\u003c!-- END_SECTION:github --\u003e\n```\n\nPrettier example\n```markdown\n\u003ctable width=\"100%\" align=\"center\"\u003e\n\u003ctr\u003e\n\u003ctd valign=\"top\" width=\"50%\"\u003e\n\n#### 🤹‍♀️ \u003ca href=\"https://blog.bj-yan.top/\" target=\"_blank\"\u003eRecent Blog\u003c/a\u003e\n\n\u003c!-- START_SECTION:blog --\u003e\n\u003c!-- END_SECTION:blog --\u003e\n\u003c/td\u003e\n\u003ctd valign=\"top\" width=\"50%\"\u003e\n\n#### 🤾‍♂️ \u003ca href=\"https://blog.bj-yan.top/\" target=\"_blank\"\u003eFunny Soul\u003c/a\u003e\n\n\u003c!-- START_SECTION:douban --\u003e\n\u003c!-- END_SECTION:douban --\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd valign=\"top\" width=\"100%\" colspan=\"2\"\u003e\n\n#### 💻 \u003ca href=\"https://github.com/beiyuouo\" target=\"_blank\"\u003eRecent Activity\u003c/a\u003e\n\n\u003c!-- START_SECTION:github --\u003e\n\u003c!-- END_SECTION:github --\u003e\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n```\n\n\n# Reference\n\n- Thanks to [zylele](https://github.com/zylele/social-readme) for their great work.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeiyuouo%2Freadme-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeiyuouo%2Freadme-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeiyuouo%2Freadme-action/lists"}