Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ZipFile/twitch-stream-monitor
A tool for automatic recording of Twitch streams.
https://github.com/ZipFile/twitch-stream-monitor
twitch
Last synced: 3 months ago
JSON representation
A tool for automatic recording of Twitch streams.
- Host: GitHub
- URL: https://github.com/ZipFile/twitch-stream-monitor
- Owner: ZipFile
- License: bsd-2-clause
- Created: 2021-10-27T20:29:02.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T11:38:35.000Z (about 2 years ago)
- Last Synced: 2023-07-12T13:51:24.459Z (over 1 year ago)
- Topics: twitch
- Language: Go
- Homepage:
- Size: 82 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twitch Stream Monitor
* [Installation and Usage](#installation-and-usage)
* [Installation and Usage (Windows)](#installation-and-usage-windows)
* [Command Line Interface](docs/cli.md)
* [Getting Credentials](docs/credentials.md)
* [Webhook Configuration](docs/webhook.md)
* [Environment Variables](docs/environment-variables.md)
* [Development](docs/development.md)
* [Ngrok Support](docs/ngrok.md)## Installation and Usage
1. `go install github.com/ZipFile/twitch-stream-monitor@latest`
2. Create a `.env` file as descibed in [Environment Variables](docs/environment-variables.md#.env).
3. Run `twitch-stream-monitor monitor`.## Installation and Usage (Windows)
1. Download latest version form the releases page and extract zip file.
2. Create a `twitch-stream-monitor.bat` file as descibed in [Environment Variables](docs/environment-variables.md#windows).
3. Run `twitch-stream-monitor.bat`.