8000 GitHub - juli-so/rss: RSS生成器 - 基于nodejs koajs开发,提供微信公众号RSS订阅接口
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ rss Public
forked from wlwr/rss

RSS生成器 - 基于nodejs koajs开发,提供微信公众号RSS订阅接口

License

Notifications You must be signed in to change notification settings

juli-so/rss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rss

提供微信公众号RSS订阅接口,基于nodejs koajs开发

演示地址:http://rss.wlwr.net

更新日志

  • 2015.05.22 搜狗微信接口做了加密处理,导致采集失败。(已修复)

搭建

  • 安装 io.jsNode.js 0.11 以上版本,才支持 ES6相关语法

  • 安装 redis-server 端,默认端口是 6379

进入项目根目录, npm install,然后 node --harmony app.js 即可启动


反反爬虫机制

请求过多会触发搜狗的反爬虫机制,搜狗的反爬虫机制主要通过cookie识别。

可通过定时生成cookie池 (执行 node task/cookiePool),然后每次请求会从cookie池里随机取。

About

RSS生成器 - 基于nodejs koajs开发,提供微信公众号RSS订阅接口

http://rss.wlwr.net https://www.v2ex.com/member/wlwr https://www.v2ex.com/t/186830#reply49

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.5%
  • HTML 12.5%
0