Metadata-Version: 2.1
Name: http-request-randomizer-fix
Version: 0.0.1
Summary: A package using public proxies to randomise http requests
Home-page: http://pgaref.com/blog/python-proxy
Author: kimjang
Author-email: ys02132286@gmail.com
Maintainer: kimjang
Maintainer-email: ys02132286@gmail.com
License: MIT
Project-URL: Blog, http://pgaref.com/blog/python-proxy
Project-URL: Documentation, https://pythonhosted.org/http-request-randomizer
Project-URL: Source Code, https://github.com/hostkimjang/HTTP_Request_Randomizer
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Environment :: Web Environment
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE.md
Requires-Dist: beautifulsoup4 (>=4.9.3)
Requires-Dist: httmock (>=1.3.0)
Requires-Dist: psutil (>=5.7.2)
Requires-Dist: python-dateutil (>=2.8.1)
Requires-Dist: requests (>=2.24.0)
Requires-Dist: pyOpenSSL (>=19.1.0)
Requires-Dist: fake-useragent (>=0.1.11)

HTTP Request Randomizer

=======================



A convenient way to implement HTTP requests is using Python's

**requests** library. One of requests' most popular features is simple

proxying support. HTTP as a protocol has very well-defined semantics for

dealing with proxies, and this contributed to the widespread deployment

of HTTP proxies.



...



License

-------



This project is licensed under the terms of the MIT license.
