UserAgent

This documentation provides details about the data that can be faked for a User Agent.

To retrieve generated/fake data for a User Agent see the following capabilities:

from socfaker import SocFaker

sc = SocFaker()

print(sc.user_agent)

UserAgent Class

class socfaker.useragent.UserAgent(force=False)

The UserAgent class generates random UserAgent strings

BROWSER_LIST = ['Firefox', 'Internet+Explorer', 'Opera', 'Safari', 'Chrome', 'Edge', 'Android+Webkit+Browser']
download()
get()
strings
updated