static splatnet3_scraper.scraper.SplatNet_Scraper.from_config_file(config_path=None) Creates a SplatNet_Scraper instance using the given config file. Parameters:¶ config_path : str | None¶The path to the config file. If None, it will look for “.splatnet3_scraper” in the current working directory. Returns:¶ SplatNet_Scraper – The SplatNet_Scraper instance.