Skip to content

爬取 百度/360/新浪/搜狗 实时热搜词,演示地址

Notifications You must be signed in to change notification settings

yuzg667/hotwords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hotwords

爬取 百度/360/新浪/搜狗 实时热搜词

示例演示:https://www.renyyy.com/hotwords/

要求

  • python 2.7
  • BS4
  • requests

调用:

  • 百度:getbaiduHotWord()

  • 搜狗:rungetsougouHotword()

  • 360:get360words()

  • 微博:getweiboHotWord()

返回结果都会以字典List形式返回:

[

{"num":1,"query":热搜词1,"heat":999,"jumpHref":https://123.html?k=111},

{"num":2,"query":热搜词2,"heat":888,"jumpHref":https://123.html?k=222}

]

免责申明

该示例仅用于测试,请勿商业使用。若涉及侵权,请联系本站删除。

About

爬取 百度/360/新浪/搜狗 实时热搜词,演示地址

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages