{"id":17024181,"url":"https://github.com/arrow2nd/linebot-imas","last_synced_at":"2025-04-12T11:18:38.884Z","repository":{"id":37092923,"uuid":"251477990","full_name":"arrow2nd/linebot-imas","owner":"arrow2nd","description":"📖 アイマスアイドルのプロフィールを検索する LINEBot","archived":false,"fork":false,"pushed_at":"2025-03-25T13:11:37.000Z","size":4971,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T12:42:11.848Z","etag":null,"topics":["idolmaster","linebot"],"latest_commit_sha":null,"homepage":"https://lin.ee/gsEi1Ik","language":"TypeScript","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/arrow2nd.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-03-31T02:14:59.000Z","updated_at":"2025-03-25T13:11:40.000Z","dependencies_parsed_at":"2024-01-05T01:27:55.737Z","dependency_job_id":"538930f1-7625-46c2-a63a-3f5aceb7c3eb","html_url":"https://github.com/arrow2nd/linebot-imas","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrow2nd%2Flinebot-imas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrow2nd%2Flinebot-imas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrow2nd%2Flinebot-imas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrow2nd%2Flinebot-imas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arrow2nd","download_url":"https://codeload.github.com/arrow2nd/linebot-imas/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248557847,"owners_count":21124168,"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":["idolmaster","linebot"],"created_at":"2024-10-14T07:24:45.233Z","updated_at":"2025-04-12T11:18:38.862Z","avatar_url":"https://github.com/arrow2nd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# linebot-imas\n\nTHE IDOLM@STER シリーズに登場するアイドルのプロフィールを検索できる LINE Bot\n\n![トーク画面](https://user-images.githubusercontent.com/44780846/130342672-dcc586d2-868d-49c2-8a68-dcd7dce3f3bd.png)\n\n## 友だち登録\n\n![QRコード](https://user-images.githubusercontent.com/44780846/78094124-bac41c00-740e-11ea-9c0c-0a3704e44e31.png)\n\n\u003ca href=\"https://lin.ee/gsEi1Ik\"\u003e\u003cimg src=\"https://scdn.line-apps.com/n/line_add_friends/btn/ja.png\" alt=\"友だち追加\" height=\"36\" border=\"0\"\u003e\u003c/a\u003e\n\n## 使い方\n\nプロフィールを検索したいアイドルの名前を送信してください。\n\n**名前の一部やひらがなでも検索できます。**\n\n### 誕生日検索\n\n誕生日からアイドルを検索することができます。\n\n\u003e **リッチメニューから行えるようになりました！**\n\n![リッチメニュー](https://user-images.githubusercontent.com/44780846/101235459-241dcc80-370c-11eb-9689-917b0a01183f.png)\n\n\u003cdetails\u003e\n\u003csummary\u003e反応する文字について\u003c/summary\u003e\n\n- 「昨日・今日・明日」と「誕生日」を含む文を送ると、その日が誕生日のアイドルのプロフィールを検索します。\n\n\u003c/details\u003e\n\n### 同時検索\n\n複数のアイドル名をスペース・改行で区切ると、同時に検索することができます。\n\n![同時検索結果](https://user-images.githubusercontent.com/44780846/130342691-d22ad2d4-f09e-48bc-bf5c-555d88d8a789.png)\n\n「芹沢あさひと白菊ほたるってどっちが年上だっけ...？」ってなった時などにご活用ください。\n\n## 仕様\n\n- 複数のプロフィールが見つかった場合、**上位 5 件まで**を返信します\n- 検索結果の順序は都度、異なる場合があります\n\n## プライバシーポリシー\n\n[こちら](https://arrow2nd.github.io/linebot-imas/) をご覧ください\n\n## 実行\n\n以下の内容で `.env`を作成\n\n```\nACCESS_TOKEN=\u003cLINEBotアクセストークン\u003e\nSECRET_KEY=\u003cLINEBotシークレットキー\u003e\n```\n\nngrok 等でポートを公開し、吐き出された URL を LINEBot の 管理画面から Webhook\nに登録\n\n```\nngrok http \u003cポート番号\u003e\n```\n\n実行！\n\n```\ndeno task dev\n```\n\n## Thanks!\n\nプロフィール情報は [im@sparql](https://sparql.crssnky.xyz/imas/)\nより取得しています。\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrow2nd%2Flinebot-imas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farrow2nd%2Flinebot-imas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrow2nd%2Flinebot-imas/lists"}