Brisppy / twitch-archiver

A simple, fast, platform-independent tool for downloading Twitch streams, videos, and chat logs.
GNU Affero General Public License v3.0
61 stars 6 forks source link

feat: add environment variable support for configuration #17

Closed HeliosLHC closed 1 year ago

HeliosLHC commented 1 year ago

PR adds support for usage of environment variables to provide configuration for most of the CLI flags. Values passed via environment variables have lower precedence than those via CLI flags.

Brisppy commented 1 year ago

Looking good and a useful feature - I'll merge this soon but may move the table from the README to one of the wiki pages.