Skip to main content

create a fake useragent

Project description

my-fake-useragent

generate your random fake useragent.

description:

create your fake useragent

install

python setup.py install

or

pip install my_fake_useragent

usage

from my_fake_useragent import UserAgent

ua = UserAgent(family='chrome')

res = ua.random()

family参数可用:

可以设置列表还匹配多种情况

  • chrome
  • firefox
  • edge
  • ie
  • opera
  • safari

os_family参数可用

可以设置列表还匹配多种情况

  • android
  • windows
  • linux
  • mac
  • ios
  • chrome os

phone参数可用

  • None 不过滤
  • True 要求是移动端
  • False 要求不是移动端

移动端的判据如下: 如果device family检测到:

[
    'BlackBerry',
    'BlackBerry 9700',
    'BlackBerry 9800',
    'Generic Feature Phone',
    'Generic Smartphone',
    'Generic Tablet',
    'HTC Desire',
    'HTC DesireHD A9191',
    'HTC DesireS S510e',
    'HTC DesireZ A7272',
    'HTC HD2_T8585',
    'HTC IncredibleS S710e',
    'HTC Legend',
    'HTC P715a',
    'HTC Pyramid',
    'HTC Sensation',
    'HTC Vision',
    'LG-L160L',
    'LG-LU3000',
    'LG-P505R',
    'Nintendo Wii',
    'Nokia 2730c-1',
    'SprintPPC-6700',
    'SprintPPC-6700)',
    'SprintPPC-i830',
    'SprintSCH-i320',
    'SprintSCH-i830',
    'SprintSPH-ip320',
    'SprintSPH-ip830w',
    'T-Mobile myTouch 3G Slide',
    'iPad',
    'iPhone',
    'iPod']

则认为是移动端,同时还补充 认为 android操作系统和ios操作系统也是移动端。

一个符合过滤例子如下:

要求 linux操作系统的的chrome 浏览器:

from my_fake_useragent import UserAgent
ua = UserAgent(family='chrome', os_family='linux')

CHANGELOG

0.2.1

更新了最新的数据,看了一下,就Chrome firefox等增加了一些新的版本。项目很久没接触了,其他的没做修改。

浏览器现在变动得也比较少了,本项目就生成一些随机的useragent基本上够用了,打算封存了。

0.2.0

make the parsed_data.json file to a .py file which will make this package more compatible with the pyinstaller package.

0.1.6

nothing change on the source code, but add the pypi wheel to speed up installation.

0.1.1

this module does not need any third module at all.

0.1.0

init

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

my_fake_useragent-0.2.1.tar.gz (67.3 kB view details)

Uploaded Source

Built Distribution

my_fake_useragent-0.2.1-py3-none-any.whl (69.6 kB view details)

Uploaded Python 3

File details

Details for the file my_fake_useragent-0.2.1.tar.gz.

File metadata

  • Download URL: my_fake_useragent-0.2.1.tar.gz
  • Upload date:
  • Size: 67.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for my_fake_useragent-0.2.1.tar.gz
Algorithm Hash digest
SHA256 64840ebf4c10cfc07af04313a6000d9802f72bbc7579095d75e02f25ed346387
MD5 78f0effb0908fa0d9d82174712439526
BLAKE2b-256 1264358def34ed2ba6b775d1f7891cf67ca65653ef2435f84f56c5e4cabb8b39

See more details on using hashes here.

File details

Details for the file my_fake_useragent-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for my_fake_useragent-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 48add6b06dd038cacba234b96fe8a50a1a7df376cf90830fc9640e7226ec507a
MD5 39f8200a4ffca19be66b720028c995dc
BLAKE2b-256 632dffec5d49c6f5e7a8f62d71c36de02601251c2e26db41a1c90e7ff0db6981

See more details on using hashes here.

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