由 Google Apps Script 驱动,灵感自rss 订阅特定 bilibili 的 up 主(/t/315041)
Feedburner http://feeds.feedburner.com/v2ex-hot-topics
GAS(较慢! Atom 格式) https://script.google.com/macros/s/AKfycbwvYkr-5goKASde1dseGYSAtJMHedoaZ1XxbP6UXAU9Jrnh1aE/exec
API 采用 /p/7v9TEc53
GAS 脚本链接 v2exhot2rss.gs
由于猪队友七牛云(/t/404735), 没法提供国内镜像节点了, 抱歉。
不过想自己搭建镜像得可以参考这个脚本:feedbummer_qiniu.sh
经@liangchaoboy 提供的七牛CDN文档, 已解决国内镜像feed时发生的问题,故增加国内源:
镜像自GAS输出结果,每小时更新:http://oz3vwa495.bkt.clouddn.com/v2ex-hot-topic.xml
FYI:我自己用的就是国内Feed,毕竟最热这类还是有一定时效性的 =D
1
Chrics 2017-11-09 09:53:21 +08:00
官方不是有吗...
|
3
imdjh OP @Chrics 你说的是这个吗 https://www.v2ex.com/index.xml
这个是首页内容的订阅,原帖是 V2EX 提供的 API 返回了 json,经过 GAS 输出为 Atom 格式 feed。这个流程 =] |
4
imdjh OP @sunocean 感谢回复,就像是原帖中说的,代码大部分和 bilispace2rss 一致 哈哈~
FYI: bilispace2rss.gs ==>https://github.com/delight09/gadgets/blob/master/code-snippets/google-apps-script/bilispace2rss.gs |