msTeams: Add config options for several features. #4
Labels
area: config
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
The current
app.py
module doesn't support any config options We could potentially support the following:--headless
and--non-headless
: Whether the user wants to open aheadless
(runs the browser session in the background) selenium browser session or not.--config <path/to/config>
: If the user wants to specify a custom${HOME}/.selemrc
file.--no-join
: If the user doesn't want to automatically join an ongoing meeting, rather be just notified about it.--cron <cron-time>
: If the user wants the search to runCRON
'ically at specified intervals without making a cron-tab himself?Any other pointers are most welcome. 😀
The text was updated successfully, but these errors were encountered: