Weries / WechatHelper

WechatHelper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WechatHelper

WechatHelper written in python.  
You can star this repository to keep track of the project if it's helpful for you, thank you for your support.

Introduction in Chinese

https://mp.weixin.qq.com/s/uWSgeD5FyzXV3LsMNus01Q

Usage

Step1

Download this repository:
Clone or download.

Step2

Install some dependencies:  
"pip install -r requirements.txt" or  
"py -3 -m pip install -r requirements.txt"  

Step3

You can run "python main.py -h" to get more helps.
--antiWithdrawal, execute the following command:
	python main.py -o antiWithdrawal
--analysisFriends, execute the following command:
	python main.py -o analysisFriends
--wechatRobot, execute the following command:
	python main.py -o wechatRobot
--autoReply, execute the following command:
	python main.py -o autoReply -k keyword1*keyword2 -c content1*content2
	explain:
	-k and -c are not necessary optional, use "*" to separate if keywords/contents is more than one.

Effect

antiWithdrawal

img

analysisFriends

img img

wechatRobot

img

autoReply

img

Platform[Tested]

  • Windows
  • Python3.6

Record

2019-02-09

  • Version: V0.1.0
  • Detail: support antiWithdrawal, analysisFriends, wechatRobot, autoReply

More

WeChat Official Accounts

Charles_pikachu
img

About

WechatHelper

License:MIT License


Languages

Language:Python 100.0%