{"id":41025220,"url":"https://github.com/x1ah/picobbs","last_synced_at":"2026-01-22T09:39:17.189Z","repository":{"id":105906433,"uuid":"584761132","full_name":"x1ah/picobbs","owner":"x1ah","description":"Pico 社区自动领取积分脚本 https://bbs.picoxr.com/","archived":false,"fork":false,"pushed_at":"2024-05-22T15:46:00.000Z","size":19,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-22T16:56:30.806Z","etag":null,"topics":["automation","cli","python"],"latest_commit_sha":null,"homepage":"https://when.run/picobbs","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/x1ah.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":"2023-01-03T12:58:04.000Z","updated_at":"2024-05-22T15:45:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"50c9520d-d240-4c72-ae83-ff952803e196","html_url":"https://github.com/x1ah/picobbs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/x1ah/picobbs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x1ah%2Fpicobbs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x1ah%2Fpicobbs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x1ah%2Fpicobbs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x1ah%2Fpicobbs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/x1ah","download_url":"https://codeload.github.com/x1ah/picobbs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x1ah%2Fpicobbs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28660770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":["automation","cli","python"],"created_at":"2026-01-22T09:39:16.515Z","updated_at":"2026-01-22T09:39:17.182Z","avatar_url":"https://github.com/x1ah.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# picobbs\n\nPico 论坛每日积分任务脚本，积分规则：\n- 每日签到获得 1-200 积分\n- 每日发帖获得 100 积分\n- 每日评论，获得 5 积分，最多评论 20 次\n\n# 使用方式\n\n1. 登录 [Pico 社区](https://bbs.picoxr.com/)\n2. 找到名为 `sessionid` 的 cookie，填入到脚本中\n\n```python\nif __name__ == \"__main__\":\n    cli = PicoBBS(session_id=\"cookie 中的 sessionid 值\", channels=[\n        Echo(),\n        LarkChannel(\"飞书 webhook\")\n    ])\n    cli.sign()          # 执行每日签到\n    cli.publish_post()  # 每日发帖\n    cli.comment()       # 发送 20 个评论\n```\n\n3. 安装依赖：`pip install -r requirements.txt`\n4. 运行脚本：`python pico.py`\n5. [可选] 设置 cronjob 每日运行\n6. 运行效果\n\n\n![image](https://user-images.githubusercontent.com/14919255/210379037-bfd44dba-b736-43ed-9a51-1b95e57cdfcd.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx1ah%2Fpicobbs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fx1ah%2Fpicobbs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx1ah%2Fpicobbs/lists"}