gagandeep / GetUserAgent

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

gagan@aftercoupon.in

http://www.aftercoupon.in

About

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

License:MIT License


Languages

Language:Python 100.0%