Suggestion: store settings in an external config file.
Open
- Dominant language
- Python
- Stars
- 60
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
Currently you have to edit the logbot.py file to change settings. As a result, you can't easily run multiple instances of the same script.
It would be nice if the script only used the current constants as defaults, and allowed for a config file to be passed as a commandline argument that would override the defaults.
I wouldn't mind implementing this myself, but as I'm new to Python and don't really know what the config file standard is (YAML, JSON, ini, etc?), maybe we could discuss it in this ticket. :)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.