|
8 | 8 | [](https://github.com/go-olive/olive/releases) |
9 | 9 | [](https://qm.qq.com/cgi-bin/qm/qr?k=c6CTyYkB-p-o8ZoT5ldcjuFAVnyu5vEL&jump_from=webapi) |
10 | 10 |
|
11 | | -### Claimer |
| 11 | +[简体中文](https://go-olive.github.io/) | English |
12 | 12 |
|
13 | | -main branch is currently WIP, check out [0.3.3](https://github.com/go-olive/olive/tree/0.3.3) instead. |
| 13 | +## Installation |
| 14 | + |
| 15 | +- build from source |
| 16 | + |
| 17 | + `go install github.com/go-olive/olive@latest` |
| 18 | + |
| 19 | +- download from [**releases**](https://github.com/go-olive/olive/releases) |
| 20 | + |
| 21 | +- docker image |
| 22 | + `docker pull luxcgo/olive` |
| 23 | + |
| 24 | +## Quickstart |
| 25 | + |
| 26 | +Get **olive** to work simply by passing the live url. |
| 27 | + |
| 28 | +```sh |
| 29 | +$ olive run -u https://www.huya.com/518512 |
| 30 | +``` |
| 31 | + |
| 32 | +## Usage |
| 33 | + |
| 34 | +```sh |
| 35 | +$ olive help |
| 36 | + |
| 37 | +olive is a live stream recorder, underneath there is a powerful engine |
| 38 | +which monitors streamers status and automatically records when they're |
| 39 | +online. It helps you catch every live stream you want to see. |
| 40 | +
|
| 41 | +Usage: |
| 42 | + olive [command] |
| 43 | +
|
| 44 | +Available Commands: |
| 45 | + admin Admin is a cli utility for database. |
| 46 | + biliup Biliup is a cli utility which generates bilibli cookies. |
| 47 | + completion Generate the autocompletion script for the specified shell |
| 48 | + help Help about any command |
| 49 | + run Start the olive engine. |
| 50 | + server Server provides olive-api support. |
| 51 | + tv TV is a cli utility which gets stream url. |
| 52 | + version Print the version number of olive |
| 53 | +
|
| 54 | +Flags: |
| 55 | + -h, --help help for olive |
| 56 | +
|
| 57 | +Use "olive [command] --help" for more information about a command. |
| 58 | +``` |
| 59 | +
|
| 60 | +## License |
| 61 | +
|
| 62 | +This project is under the Apache-2.0. See the [LICENSE](https://github.com/go-olive/olive/blob/main/LICENSE) file for the full license text. |
0 commit comments