今日熱榜是一個獲取各大熱門網站熱門頭條的聚合網站,使用Go語言編寫,多協程異步快速抓取信息,預覽:https://www.printf520.com/hot... github地址:https://github.com/timeromant...
css
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" } ] }