https://github.com/timelessnesses/gobalt
A Cobalt CLI written in Go
https://github.com/timelessnesses/gobalt
cli cobalt golang media
Last synced: 6 days ago
JSON representation
A Cobalt CLI written in Go
- Host: GitHub
- URL: https://github.com/timelessnesses/gobalt
- Owner: timelessnesses
- Created: 2023-10-13T13:02:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T09:29:14.000Z (over 2 years ago)
- Last Synced: 2025-01-01T15:42:45.763Z (over 1 year ago)
- Topics: cli, cobalt, golang, media
- Language: Go
- Homepage:
- Size: 2.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gobalt
A CLI wrapping around Cobalt's API. Written in Golang.
Supported both as binary and library
## Build instruction
```sh
go build
```
## Usage as a library
```sh
go get github.com/timelessnesses/gobalt
```
then import it with name `github.com/timelessnesses/gobalt/client`