trakt cli
v1.1.1
████████╗██████╗ █████╗ ██╗ ██╗████████╗ ██████╗██╗ ██╗
╚══██╔══╝██╔══██╗██╔══██╗██║ ██╔╝╚══██╔══╝ ██╔════╝██║ ██║
██║ ██████╔╝███████║█████╔╝ ██║ ██║ ██║ ██║
██║ ██╔══██╗██╔══██║██╔═██╗ ██║ ██║ ██║ ██║
██║ ██║ ██║██║ ██║██║ ██╗ ██║ ╚██████╗███████╗██║
╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═════╝╚══════╝╚═╝
trakt.tv API를 사용하는 trakt.tv용 CLI입니다.
릴리스에서 바이너리 빌드를 가져옵니다.
git clone https://github.com/angristan/trakt-cli
cd trakt-cli
go build
➜ trakt
Source code: https://github.com/angristan/trakt-cli
Usage:
trakt-cli [command]
Available Commands:
auth Authenticate with trakt.tv
completion Generate the autocompletion script for the specified shell
help Help about any command
history Show your watched history
Flags:
-h, --help help for trakt-cli
Use "trakt-cli [command] --help" for more information about a command.
API를 사용하려면 Trakt API 앱을 만들어야 합니다.
https://trakt.tv/oauth/applications/new로 이동하여 새 앱을 만듭니다.
그러면 앱의 클라이언트 ID 와 클라이언트 비밀번호가 제공됩니다.
이제 CLI를 사용하여 로그인할 수 있습니다.
➜ trakt auth --client-id xxx --client-secret yyy
Please go to https://trakt.tv/activate and enter the following code: XXXXXXXX
Successfully authenticated, creds written to ~/.trakt.yaml