Implement Configuration File Reader for Octoffers
Opened this issue · 3 comments
webgtx commented
Description:
Currently, some Octoffers settings are hardcoded. We need to allow users to customize these settings using a configuration file.
Expected Behavior:
Users should be able to create a configuration file (in YAML format) and specify settings like:
- Profiles
- Headless mode for driver (boolean)
- Web driver settings
- Paths
Take a peak into platforms/driver.py and platforms/profile.py for the context
Solution:
- Create a configuration file parser that can read YAML files.
- Define a schema for the configuration file.
- Implement logic to load and apply the configuration settings.
- Provide clear documentation on the available configuration options and how to use them.
oohomohit commented
can i, work on this?
webgtx commented
@oohomohit sure, just follow guidelines and don't bloat dependencies.
oohomohit commented
I'll keep that in mind, thanks