chxj1992 / weixin-crawler

微信公众号爬虫

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

微信公众号爬虫

准备工作

$ pip install virtualenv
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

运行

$ cp .env.example .env
$ python run app.py

在浏览器中打开 http://localhost:5000/

About

微信公众号爬虫


Languages

Language:Python 52.0%Language:HTML 48.0%