pgaref / HTTP_Request_Randomizer

Proxying Python Requests
http://pgaref.com/blog/python-proxy/
MIT License
151 stars 59 forks source link

implemented fake-useragent package #49

Closed la55u closed 6 years ago

la55u commented 6 years ago

The default way the program gets user agents is now from an online, up-to-date database with the help of the fake-useragent package. Reading useragents from a custom local file is still available as a parameter to the UserAgentManager class. Solves #28.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+1.02%) to 62.344% when pulling 58d69f54fecf35cfe0906955ae992e7c526fe32f on la55u:master into fac206a8c54a53f1765999808d9ccaf841a492aa on pgaref:master.

pgaref commented 6 years ago

Merged! Thanks again for the PR @la55u !!