鱼塘热榜是一个获取各大热门网站热门头条的聚合网站,使用 Go 语言编写,多协程异步快速抓取信息,预览:https://www.printf520.com/hot.html
地址: https://github.com/timeromantic/hotDataList.git
HotList/
├── App
│ └── GetHot.go 爬虫主程序
├── Common
│ ├── Db.go 数据库组件
│ └── Redis.go redis 组件
├── Config
│ ├── Config.go
│ └── Mysql.go mysql 配置文件
├── Cron
│ └── GetHot.sh 爬虫定时脚本
├── Exe
├── Html
│ ├── css
│ ├── hot.html 热榜展示网页
│ └── js
|
└── database.sql
└── README.md
https://www.printf520.com:8080/GetType
{
"Code":0,
"Message":"获取数据成功",
"Data":[
{"id":"1","sort":"63908","title":"知乎"},
{"id":"2","sort":"21912","title":"虎扑"},
{"id":"6","sort":"11707","title":"天涯"},
{"id":"7","sort":"12546","title":"知乎日报"},
]}
https://www.printf520.com:8080/GetTypeInfo?id=2
{
"Code":0,
"Message":"获取成功",
"Data":[
{
"title":"
45 个经典面试回答提示,分享给即将工作的大家。zt
",
"url":"https://bbs.hupu.com//28814429.html"
},
{
"title":"
[名场面]回家的诱惑:洪世贤酒店幽会,抵不住诱惑犯了错! zt
",
"url":"https://bbs.hupu.com//28818367.html"
},
{
"title":"
张艺兴回应假唱风波。ZT
",
"url":"https://bbs.hupu.com//28815609.html"
}
]
}
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.