static splatnet3_scraper.query.Config.from_config_handler(handler, output_file_path=None)

Creates a Config object from a ConfigOptionHandler object.

Parameters:
handler : ConfigOptionHandler

The ConfigOptionHandler object to create the Config object from.

output_file_path : str | None

The path to the file to save the config to. Defaults to None.

Raises:

ValueError – If the session token is not provided.

Returns:

Config – The Config object created from the ConfigOptionHandler object.