freakinu
Results
1
issues of
freakinu
loading from a config file ```python user_agent_rotator = UserAgent(config_file="mobile_devices.json", limit=100) ``` example config file: ```json { "operating_systems": ["ios", "android"], "software_names": ["safari", "chrome"] } ```