randua
======

what?
-----
randua is a random User Agent (UA) string generator, written in Python.
It's based on the `Python Random User-Agent Generator <http://pastebin.com/zYPWHnc6#>`_
by InvisibleMan.


why?
----
Because:

* every time you make a HTTP request only one Web browser gets credit.
* you might wish to change the UA of your browser once in a while to avoid
  possible identification [#f1]_

License
_______
Public domain.


.. rubric:: Footnotes

.. [#f1] https://www.eff.org/deeplinks/2010/01/tracking-by-user-agent
