No commit activity in last 3 years
No release in over 3 years
This gem give you a random user agent from IE, Chrome, Firefox, Safari and Opera. More than 800 possibilities
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

RandomUserAgent

Random User Agent is a generator of user agent for url, website... scrapping....

Call RandomUserAgent to get a random user agent from more than 800 possibilites.

Provides IE, Firefox, Chrome, Safari and Opera web browser from different OS.

Installation

$ gem install random_user_agent

Usage

require "random_user_agent"

user_agent = RandomUserAgent.randomize

generate a random user agent like :

Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

##Project status

RandomUserAgent is currently maintained by Yassine Azzout.

##Authors and contributors

Current

##License

MIT license