Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 320 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 320 Bytes

wechat

806Lab wechat service.

QRCODE

QRCODE

Installation

PHP Configuration

git clone https://github.com/806Lab/wechat.git
cd wechat 
composer install
mv app/config/config.sample.php app/config/config.php

Python Crawler

nohup ./cli/crawler/server.py 8879 &