![]() |
|
PyAgent User Agent Generator - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Python (https://sinister.ly/Forum-Python) +--- Thread: PyAgent User Agent Generator (/Thread-PyAgent-User-Agent-Generator) |
PyAgent User Agent Generator - Harvey_mybb_import13746 - 10-30-2013 PyAgent
A Python random user agent generator. INFORMATION This handy little script can be used in your source codes to generate a random user agents. The resulted user agents will vary between Chrome, Internet Explorer, and Firefox, appearing to be on a Linux, Mac, or Windows computer. The platform and just about everything down the browsers version is all random, while still being a legitimate user agent. USAGE Running this script itself will not do anything, this is simply a function meant to be included in your source code. The function can be called with "getUserAgent()", which will return the randomly generated agent to a string. SOURCE CODE CLICK HERE PyAgent User Agent Generator - Harvey_mybb_import13746 - 10-30-2013 PyAgent
A Python random user agent generator. INFORMATION This handy little script can be used in your source codes to generate a random user agents. The resulted user agents will vary between Chrome, Internet Explorer, and Firefox, appearing to be on a Linux, Mac, or Windows computer. The platform and just about everything down the browsers version is all random, while still being a legitimate user agent. USAGE Running this script itself will not do anything, this is simply a function meant to be included in your source code. The function can be called with "getUserAgent()", which will return the randomly generated agent to a string. SOURCE CODE CLICK HERE |