• This repository has been archived on 20/Sep/2022
  • Stars
    star
    531
  • Rank 82,924 (Top 2 %)
  • Language
    Python
  • Created almost 10 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

weibo weixin zhihu rss RSS工厂,生成微博,微信公众号,知乎日报RSS

RSS Factory


RSS Factory 是用于生成 微博 微信公众号 知乎日报 RSS 的Web APP.

demo服务搭建在OpenShift上,搭建步骤参考以下链接:
1.搭建OpenShift Tornado DIY环境

https://zhu327.github.io/2015/07/02/openshift平台diy环境配置tornado/

2.在OpenShift上安装memcached

http://www.blackglory.me/openshift-install-wordpress-memcached/

# 启动memcached  
$OPENSHIFT_DATA_DIR/bin/memcached -l $OPENSHIFT_DIY_IP -p 15211 -d  
# 获取pid用于停止服务  
ps -ef|grep memcached

3.安装Python依赖库

pip install -r requirements.txt

4.git push RSS Factory的代码

注意: 由于搜狗微信公众号搜索强大的反爬虫机制,demo服务在公众号订阅超过300订阅后就会500,所以如果你需要公众号RSS服务的话请自己尝试搭建。