requests-random-user-agent:配置请求库以随机选择桌面用户代理

时间:2024-06-04 17:28:34
【文件属性】:

文件名称:requests-random-user-agent:配置请求库以随机选择桌面用户代理

文件大小:55KB

文件格式:ZIP

更新时间:2024-06-04 17:28:34

python scraping python3 requests web-scraping

请求随机用户代理 配置请求库以随机选择一个桌面用户代理。 请参阅的完整列表。 安装 pip install requests-random-user-agent 用法 import requests import requests_random_user_agent s = requests . Session () print ( s . headers [ 'User-Agent' ]) # Without a session resp = requests . get ( 'https://httpbin.org/user-agent' ) print ( resp . json ()[ 'user-agent' ]) 用户代理是按会话或请求随机分配的。 没有会话的单个HTTP请求将分别具有一个从Useragents.txt列表中选择的随机User-Agent。 Androi


【文件预览】:
requests-random-user-agent-master
----MANIFEST.in(142B)
----.travis.yml(956B)
----Pipfile(196B)
----.github()
--------workflows()
----tests()
--------test_random_user_agent.py(2KB)
----LICENSE(1KB)
----Pipfile.lock(11KB)
----setup.py(1KB)
----.gitignore(29B)
----Makefile(581B)
----README.md(1KB)
----scripts()
--------scrape.py(626B)
----requests_random_user_agent()
--------useragents.txt(10KB)
--------__init__.py(668B)
--------android_useragents.txt(412KB)

网友评论