{"id":15410220,"url":"https://github.com/hmbsbige/dawdler","last_synced_at":"2025-10-11T07:31:21.967Z","repository":{"id":37891837,"uuid":"325433578","full_name":"HMBSbige/Dawdler","owner":"HMBSbige","description":"懒 人 工 具","archived":true,"fork":false,"pushed_at":"2023-12-15T14:31:39.000Z","size":194,"stargazers_count":9,"open_issues_count":14,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T17:39:35.837Z","etag":null,"topics":["baidu","bilibili","docker","net6"],"latest_commit_sha":null,"homepage":"","language":"C#","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/HMBSbige.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":"2020-12-30T02:21:28.000Z","updated_at":"2024-10-30T18:49:06.000Z","dependencies_parsed_at":"2025-01-28T17:33:16.806Z","dependency_job_id":null,"html_url":"https://github.com/HMBSbige/Dawdler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HMBSbige/Dawdler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HMBSbige%2FDawdler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HMBSbige%2FDawdler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HMBSbige%2FDawdler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HMBSbige%2FDawdler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HMBSbige","download_url":"https://codeload.github.com/HMBSbige/Dawdler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HMBSbige%2FDawdler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006618,"owners_count":26084131,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["baidu","bilibili","docker","net6"],"created_at":"2024-10-01T16:43:40.893Z","updated_at":"2025-10-11T07:31:21.675Z","avatar_url":"https://github.com/HMBSbige.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dawdler\n[![CI](https://github.com/HMBSbige/Dawdler/actions/workflows/CI.yml/badge.svg)](https://github.com/HMBSbige/Dawdler/actions/workflows/CI.yml)\n[![Docker](https://github.com/HMBSbige/Dawdler/actions/workflows/Docker.yml/badge.svg)](https://github.com/HMBSbige/Dawdler/actions/workflows/Docker.yml)\n[![Docker](https://img.shields.io/badge/dawdler-blue?label=Docker\u0026logo=docker)](https://github.com/users/HMBSbige/packages/container/package/dawdler)\n[![Github last commit date](https://img.shields.io/github/last-commit/HMBSbige/Dawdler.svg?label=Updated\u0026logo=github)](https://github.com/HMBSbige/Dawdler/commits)\n\n# 功能\n* Bilibili\n  * 漫画\n    * 每日签到\n    * 每日分享\n  * 直播\n    * 每日自动发送弹幕获取 100 亲密度\n* 百度\n  * 每日贴吧签到\n\n# 配置\n所有的配置文件均在 `configs/` 目录下，运行前应手动配置好\n\n* `configs`\n  * `bilibiliusers.json`\n  * `baiduusers.json`\n\n## bilibiliusers.json\nB 站用户配置，支持多用户\n```json\n[\n  {\n    \"Username\": \"用户名\",\n    \"Password\": \"密码\",\n    \"AccessToken\": \"\",\n    \"RefreshToken\": \"\",\n    \"Csrf\": \"\",\n    \"Cookie\": \"\"\n  },\n  {\n    \"Username\": \"\",\n    \"Password\": \"\"\n  }\n]\n```\n\n## baiduusers.json\n百度用户配置，支持多用户\n\nBUSS 可以从 Cookie 中自行获取\n\n```json\n[\n  {\n    \"BDUSS\": \"BDUSS\"\n  }\n]\n```\n\n\n# Usage\n## Docker\n### 拉取/更新最新镜像\n```\ndocker pull ghcr.io/hmbsbige/dawdler\n```\n### 运行\n```\ndocker run \\\n-it \\\n--name=dawdler \\\n-v /etc/localtime:/etc/localtime:ro \\\n-v $(pwd)/configs:/app/configs \\\n-v $(pwd)/Logs:/app/Logs \\\nghcr.io/hmbsbige/dawdler\n```\n\n## 其他平台\n在 [Actions](https://github.com/HMBSbige/Dawdler/actions/workflows/CI.yml?query=workflow%3ACI+branch%3Amaster+is%3Asuccess) 中选择最新的 Commit 下载所需平台的 Artifact\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhmbsbige%2Fdawdler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhmbsbige%2Fdawdler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhmbsbige%2Fdawdler/lists"}