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.
您需要创建一个Trakt API 应用程序才能使用该 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