Skip to content

This project give you random user agent from known user agents.

License

Notifications You must be signed in to change notification settings

gagandeep/GetUserAgent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GetUserAgent

This project give you random user agent from known user agents.

Need to know:

This project use UserAgentSwitcher list from http://techpatterns.com/forums/about304.html

How to Use this project?

import user_agent

There are two ways to use this library

print get_user_agent()
Or, Use the generator version
user_agents = gen_user_agent()
print user_agents.next()

Get in touch with me

Gagandeep Singh

[email protected]

http://www.aftercoupon.in

About

This project give you random user agent from known user agents.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages