Commit Graph

3 Commits

Author SHA1 Message Date
8d20af2e2c
Add CLI options (#8)
* add cli args --config, --debug and --verbose

load_config() will search for a relevant config file in several dirs

add separate handler methods for mute,unmute and toggle

mapping.toml removed, everything merged into config.toml

* add cli options subsection

* rename event variable to make it clear we're waiting for a stop event (and not some other obs event)

* fix argparse description

* add return None (for type checker)

* fix example in top level docstring

* add shorthand `-c` cli option
2025-01-13 19:00:06 +01:00
onyx-and-iris
96f0e0f789 x32 support added.
mapping.toml added.

tomli/tomllib compatibility layer added
2022-11-08 18:24:42 +00:00
onyx-and-iris
ba3389882e update for websocket v5, obs 28
support reading conn info from toml

add setup.py for easy dep installation
2022-09-27 09:25:25 +01:00