Home > Backend Development > PHP Tutorial > 如何得到新浪微博的热门话题前十

如何得到新浪微博的热门话题前十

WBOY
Release: 2016-06-06 20:48:58
Original
1022 people have browsed it

求方法和思路,想写一写代码。。 自己打印出来满足一下 任何语言!

回复内容:

求方法和思路,想写一写代码。。 自己打印出来满足一下 任何语言!

你这个属于网页抓取的范畴。

具体逻辑,思路,示例代码,工具使用,可参考:

详解抓取网站,模拟登陆,抓取动态网页的原理和实现(Python,C#等)

看完就知道:搞懂逻辑后,可以用多种语言实现的

(我就用过python,C#,java,go等等语言实现过模拟百度登陆,教程中有示例代码)

对于如果要使用Python,则还有专门教程详细解释:

Python专题教程:抓取网站,模拟登陆,抓取动态网页

看一下weibo十大话题首页,每个话题都对应一个标签li, 用python分析一下就行了。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template