{"id":17024220,"url":"https://github.com/arrow2nd/anct","last_synced_at":"2025-04-12T11:18:57.427Z","repository":{"id":65971991,"uuid":"587128031","full_name":"arrow2nd/anct","owner":"arrow2nd","description":"📺 Unofficial CLI Client of Annict","archived":false,"fork":false,"pushed_at":"2025-04-08T01:18:29.000Z","size":452,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T11:18:49.343Z","etag":null,"topics":["anime","annict","cli","cli-client","golang"],"latest_commit_sha":null,"homepage":"https://www.arrow2nd.com/works/anct","language":"Go","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":"CHANGELOG.md","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-10T02:43:59.000Z","updated_at":"2025-04-08T01:18:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"afc36f3d-6ee4-4e12-8180-c25c3077aa7d","html_url":"https://github.com/arrow2nd/anct","commit_stats":{"total_commits":189,"total_committers":2,"mean_commits":94.5,"dds":"0.21693121693121697","last_synced_commit":"dacb4f333b5b6d4854780e5e4315dc97188828d6"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrow2nd%2Fanct","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrow2nd%2Fanct/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrow2nd%2Fanct/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrow2nd%2Fanct/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arrow2nd","download_url":"https://codeload.github.com/arrow2nd/anct/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":["anime","annict","cli","cli-client","golang"],"created_at":"2024-10-14T07:24:52.924Z","updated_at":"2025-04-12T11:18:57.396Z","avatar_url":"https://github.com/arrow2nd.png","language":"Go","readme":"# anct\n\n📺 Unofficial CLI Client of [Annict](https://annict.com/)\n\n[![release](https://github.com/arrow2nd/anct/actions/workflows/release.yml/badge.svg)](https://github.com/arrow2nd/anct/actions/workflows/release.yml)\n[![test](https://github.com/arrow2nd/anct/actions/workflows/test.yml/badge.svg)](https://github.com/arrow2nd/anct/actions/workflows/test.yml)\n[![CodeQL](https://github.com/arrow2nd/anct/actions/workflows/codeql.yml/badge.svg)](https://github.com/arrow2nd/anct/actions/workflows/codeql.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/arrow2nd/anct)](https://goreportcard.com/report/github.com/arrow2nd/anct)\n[![GitHub all releases](https://img.shields.io/github/downloads/arrow2nd/anct/total)](https://github.com/arrow2nd/anct/releases)\n\n\u003e [English](./README_EN.md)\n\n![anct-demo](https://user-images.githubusercontent.com/44780846/220039050-c19a0545-0028-4511-841d-cf4e930f2dea.gif)\n\n## 推奨環境\n\n- sixel に対応したターミナル (画像表示に必要です)\n\n## できること\n\n- 作品の検索\n- 視聴ステータスの更新\n- エピソードの視聴記録\n- レビューの投稿\n\n## インストール\n\n\u003e [!Warning]\n\u003e\n\u003e 以下の方法以外でインストールした場合、クライアントトークンが内蔵されていません\n\u003e\n\u003e 作成方法は [こちら](#クライアントトークン) をご覽ください\n\n### Homebrew\n\n```\nbrew tap arrow2nd/tap\nbrew install anct\n```\n\n### Scoop\n\n```\nscoop bucket add arrow2nd https://github.com/arrow2nd/scoop-bucket.git\nscoop install arrow2nd/anct\n```\n\n### バイナリ\n\n[Releases](https://github.com/arrow2nd/anct/releases)\nからお使いの環境にあったものをダウンロードしてください\n\n## 初期設定\n\n以下のコマンドを実行して Annict と連携してください\n\n```\nanct auth login\n```\n\n## ドキュメント\n\n- [コマンド一覧](./docs/ja/commands.md)\n\n## Develop\n\n### クライアントトークン\n\nhttps://annict.com/oauth/applications から作成することができます\n\n設定は以下の通りです\n\n- リダイレクト URI : `urn:ietf:wg:oauth:2.0:oob`\n- スコープ : 読み込み + 書き込み\n\n### API クライアントのコードを生成\n\n[Annict の個人用アクセストークン](https://annict.com/settings/apps) (スコープ :\n読み込み) を環境変数に設定して\n\n```\nexport ANNICT_KEY=\u003cAPI Key\u003e\n```\n\n以下を実行してください\n\n```\nmake generate\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrow2nd%2Fanct","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farrow2nd%2Fanct","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrow2nd%2Fanct/lists"}