Skip to main content

Like a anole, fake everything.

Project description

Anole

Like a anole, fake everything.

Currently support user agent fake, other will be coming soon.

Thanks for use.

How to use

from anole import UserAgent


# Suppose this is the request headers
headers = {
    "referer": "https://leesoar.com"
}
user_agent = UserAgent()
user_agent.fake(headers)

It will check if there is "user-agent" in headers. If not, "user-agent" will update with random.

Use as fake_useragent

from anole import UserAgent


user_agent = UserAgent()
user_agent.random
# or user_agent.chrome
# or other browsers

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

anole-0.1.3.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

anole-0.1.3-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page