classmethod splatnet3_scraper.query.QueryHandler.from_s3s_config(path, *, prefix='')

Creates a new instance of the class from an s3s configuration file.

This method will create a new instance of the class using an s3s configuration file. This method is useful if the user is a previous user of s3s and wants to migrate to splatnet3_scraper.

Parameters:
path : str

The path to the configuration file.

prefix : str

The prefix to use for environment variables. This is useful if the user prefers to use both environment variables and configuration files. Defaults to “SN3S”.

Returns:

QueryHandler – A new instance of the class using the configuration file provided, with all the options set in the configuration file.