GoogleTrends

时间:2024-04-17 17:16:23
【文件属性】:

文件名称:GoogleTrends

文件大小:3KB

文件格式:ZIP

更新时间:2024-04-17 17:16:23

Python

GoogleTrends解析器 安装 pip install pytrends 用法 from main import GoogleTrends trends = [ "uber eats" , "deliveroo" , "just eat" ] output = GoogleTrends . GetTrendsOrdered ( trends ) print ( output ) # Console will look something like that [('uber eats', 3694), ('just eat', 3148), ('deliveroo', 1647)] print ( output [ 0 ][ 0 ]) # print the name of the first; here's uber eats 等待比较 为了避免被Google的服务器踢到,您可以设置


【文件预览】:
GoogleTrends-main
----.gitignore(2KB)
----README.md(1KB)
----tests.py(163B)
----main.py(2KB)
----sort_test.py(266B)

网友评论