Go TvTime is a CLI application to manage TV Time account and episodes.
Install latest version using Golang (recommended)
$ go get github.com/Sh4d1/go-tvtime/cmd/tvtime
Or build from source
$ go get -u github.com/Sh4d1/go-tvtime
$ cd $GOPATH/src/github.com/Sh4d1/go-tvtime
$ make build
$ tvtime -h
NAME:
tvtime - tvtime
USAGE:
tvtime [global options] command [command options] [arguments...]
VERSION:
master
AUTHOR:
Patrik Cyvoct (patrik@ptrk.io)
COMMANDS:
login Login to TV Time
user Display current user
upcoming Display upcoming episodes
watchlist Display watchlist
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. We appreciate your contribution. Please refer to our contributing guidelines.
MIT