random_user_agent icon indicating copy to clipboard operation
random_user_agent copied to clipboard

A package to get list of user agents based on filters such as operating system, software name etc..

Results 4 random_user_agent issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** The list of user agents haven't been updated for 15 months. Would be great if the data was updated with...

I'm pretty sure this Closes #9 of @matt-slalom Some of them contained ["] inside the UserAgent value so I just did a search on all of them and removed the...

**Describe the bug** There is one random user agent that has quote marks around it. All other entries do not have quotation marks. This causes problems in some cases with...

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"] } ```