init64/octoffers

Implement Configuration File Reader for Octoffers

Opened this issue · 3 comments

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:

  1. Create a configuration file parser that can read YAML files.
  2. Define a schema for the configuration file.
  3. Implement logic to load and apply the configuration settings.
  4. Provide clear documentation on the available configuration options and how to use them.

can i, work on this?

@oohomohit sure, just follow guidelines and don't bloat dependencies.

I'll keep that in mind, thanks