random_user_agent icon indicating copy to clipboard operation
random_user_agent copied to clipboard

Loading from a json config file for more flexibility when using across different scripts

Open freakinu opened this issue 7 months ago • 0 comments

loading from a config file

user_agent_rotator = UserAgent(config_file="mobile_devices.json", limit=100)

example config file:

{
    "operating_systems": ["ios", "android"],
    "software_names": ["safari", "chrome"]
}

freakinu avatar Jul 07 '24 03:07 freakinu