{"id":37195632,"url":"https://github.com/ptt-alertor/ptt-alertor","last_synced_at":"2026-01-14T22:44:50.309Z","repository":{"id":38012037,"uuid":"79549403","full_name":"Ptt-Alertor/ptt-alertor","owner":"Ptt-Alertor","description":":loudspeaker: Ptt 文章通知機器人！Notify Ptt Article in Realtime","archived":false,"fork":false,"pushed_at":"2023-02-25T01:51:09.000Z","size":662,"stargazers_count":242,"open_issues_count":31,"forks_count":50,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-06-18T21:42:56.547Z","etag":null,"topics":["chatbot","crawler","linebot","messenger-bot","ptt","telegram-bot"],"latest_commit_sha":null,"homepage":"https://pttalertor.dinolai.com","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ptt-Alertor.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":"2017-01-20T10:24:03.000Z","updated_at":"2024-06-16T17:33:42.000Z","dependencies_parsed_at":"2024-06-18T21:26:16.816Z","dependency_job_id":"e17fd52e-579e-41e0-965e-3633b5886830","html_url":"https://github.com/Ptt-Alertor/ptt-alertor","commit_stats":null,"previous_names":["meifamily/ptt-alertor","liam-lai/ptt-alertor"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/Ptt-Alertor/ptt-alertor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ptt-Alertor%2Fptt-alertor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ptt-Alertor%2Fptt-alertor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ptt-Alertor%2Fptt-alertor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ptt-Alertor%2Fptt-alertor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ptt-Alertor","download_url":"https://codeload.github.com/Ptt-Alertor/ptt-alertor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ptt-Alertor%2Fptt-alertor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28436773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T22:37:52.437Z","status":"ssl_error","status_checked_at":"2026-01-14T22:37:31.496Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["chatbot","crawler","linebot","messenger-bot","ptt","telegram-bot"],"created_at":"2026-01-14T22:44:49.314Z","updated_at":"2026-01-14T22:44:50.301Z","avatar_url":"https://github.com/Ptt-Alertor.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ptt-Alertor\n\n\u003cimg align=\"right\" src=\"https://raw.githubusercontent.com/Ptt-Alertor/ptt-alertor/master/logo.jpg\"\u003e\n\n[![Build Status](https://github.com/Ptt-Alertor/ptt-alertor/actions/workflows/main.yml/badge.svg)](https://github.com/Ptt-Alertor/ptt-alertor/actions/workflows/main.yml)\n[![codecov](https://codecov.io/gh/Ptt-Alertor/ptt-alertor/branch/master/graph/badge.svg)](https://codecov.io/gh/Ptt-Alertor/ptt-alertor)\n[![Go Report Card](https://goreportcard.com/badge/github.com/Ptt-Alertor/ptt-alertor)](https://goreportcard.com/report/github.com/Ptt-Alertor/ptt-alertor)\n[![Code Climate](https://api.codeclimate.com/v1/badges/f7047295fce56a0465dc/maintainability)](https://codeclimate.com/github/Ptt-Alertor/ptt-alertor/maintainability)\n[![StackShare](https://img.shields.io/badge/tech-stack-0690fa.svg?style=flat)](https://stackshare.io/ptt-alertor/ptt-alertor)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\n## API\n\n### Board\n\n* GET /boards\n\n* GET /boards/[board name]/articles\n\n* GET /boards/[board name]/articles/[article code]\n\n### Keyword\n\n* GET /keyword/boards\n\n### Author\n\n* GET /author/boards\n\n### PushSum\n\n* GET /pushsum/boards\n\n### Articles\n\n* GET /articles\n\n### User (Auth)\n\n* GET /users\n\n* GET /users/[account]\n\n* POST /users\n\n```json\n{\n    \"profile\":{\n        \"account\": \"sample\",\n        \"email\":\"sample@mail.com\"\n    },\n    \"subscribes\":[\n        {\n            \"board\":\"gossiping\",\n            \"keywords\":[\"問卦\",\"爆卦\",\"公告\"]\n        },\n        {\n            \"board\":\"lol\",\n            \"keywords\":[\"閒聊\"]\n        }\n    ]\n}\n```\n\n* PUT /users/[account]\n\n```json\n{\n    \"profile\":{\n        \"account\": \"sample\",\n        \"email\":\"sample@mail.com\"\n    },\n    \"subscribes\":[]\n}\n```\n\n## Credits\n\n### Real Life\n\nRose Li, Aries Huang, Scott Kao, Amy Li\n\n### Ptt\n\nDMM, oas, bestpika, Zero0910, lucky0509, wbreeze, chang0206, lindo0130, hungys, gyman7788, tooilxui, myamyakoko, whkuo, papago89, timeline, Kamikiri\n\n### Facebook\n\nMr.clu, Woqeker","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fptt-alertor%2Fptt-alertor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fptt-alertor%2Fptt-alertor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fptt-alertor%2Fptt-alertor/lists"}