Skip to content

davidasync/user-agent-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

user-agent-generator

Translated from mkstayalive | random-user-agent-java

Generate Random User-agent strings in kotlin. Useful in web-scraping. Just import the file in your project and call

RandomUserAgent.getRandomUserAgent()

This will return a random user-agent string with the following probability:

Internet Explorer: 11.8%
Firefox: 28.2%
Chrome: 52.9%
Safari: 3.9%
Opera: 1.8%

Releases

No releases published

Packages

No packages published

Languages