pytrends:适用于Google趋势的伪API

时间:2024-05-18 00:29:04
【文件属性】:

文件名称:pytrends:适用于Google趋势的伪API

文件大小:18KB

文件格式:ZIP

更新时间:2024-05-18 00:29:04

Python

趋势 介绍 Google趋势的非官方API 提供简单的界面,可自动从Google趋势下载报告。 只有在Google再次更改其后端时,它才有效:-P。 发生这种情况时,请随时贡献力量! 寻找维护者! 内容表 学分 安装 pip install pytrends 要求 适用于Python 3.3+ 需要请求,lxml,Pandas 回到顶部 原料药 连接到Google from pytrends.request import TrendReq pytrends = TrendReq(hl='en-US', tz=360) 或由于Google速率限制而被禁止使用代理服务器时,请执行以下操作: from pytrends.request import TrendReq pytrends = TrendReq(hl='en-US', tz=360, timeout=(10,25)


【文件预览】:
pytrends-master
----.gitignore(2KB)
----README.md(11KB)
----.github()
--------workflows()
----examples()
--------example.py(1KB)
----LICENSE(559B)
----MANIFEST.in(34B)
----pytrends()
--------dailydata.py(5KB)
--------exceptions.py(273B)
--------request.py(23KB)
--------__init__.py(0B)
--------test_trendReq.py(4KB)
----setup.py(1KB)

网友评论