Skip to content

leigeng2014/wechannel

 
 

Repository files navigation

wechannel

一个tornado练手小项目。初步做成微信公众号文章聚合阅读,聚合一些财经,技术,段子等公众号,提供简单的导航。

使用步骤

前端:

cd themes
npm install
gulp # 监控前端项目

后端:

  1. pip install -r requirements.txt
  2. install mongodb and redis.
  3. cp config/config.py.example config.py; modify your own config.
  4. run spider: python iwgc.py; python crawler/sougou_wechat/sg.py
  5. ./run.sh

访问:

http://127.0.0.1:3000/,需要的话在gulpfile修改

About

A simple website you can read articles from wechat.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.1%
  • CSS 10.1%
  • HTML 5.3%
  • JavaScript 2.8%
  • Other 0.7%