Skip to content

Latest commit

 

History

History
87 lines (56 loc) · 2.11 KB

README_EN.md

File metadata and controls

87 lines (56 loc) · 2.11 KB

anct

📺 Unofficial CLI Client of Annict

release test CodeQL Go Report Card GitHub all releases

日本語

anct-demo

Recommended

  • Terminal with sixel support (Required to display images)

Features

  • Searching for works
  • Update your watching status
  • Record your episode watchings
  • Create a review

How to Install

Warning

No built-in client token if installed by other than the following methods

Please refer to here for how to create one

Homebrew

brew tap arrow2nd/tap
brew install anct

Scoop

scoop bucket add arrow2nd https://github.com/arrow2nd/scoop-bucket.git
scoop install arrow2nd/anct

Binaries

Download the appropriate one for your environment from Releases

Initial Setup

Execute the following commands to link with Annict

anct auth login

Documents

Develop

Client Token

It can be created from https://annict.com/oauth/applications

The configuration is as follows

  • Redirect URI : urn:ietf:wg:oauth:2.0:oob
  • Scope : read + write

Generate API Client Code

Annict's personal access token (Scope : Read) to an environment variable and then

export ANNICT_KEY=<API Key>

Do the following

make generate