Skip to content

qwj/python-wechat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

python-wechat

A simple Python wechat web client implemented in Python 3.6 asyncio/aiohttp.

Overview

Wechat web client is a simple message exchanger based on http protocol. Just run this program and scan the QRCode with your mobile wechat. It will sync all messages by asynchronous web requests. You can build more interesting features based on this.

Requirements

$ sudo pip-3.6 install aiohttp qrcode

Usage

Run this program with no parameters, scan the QRCode with mobile wechat, and then wait for incoming messages. To send message, just type the username and message in standard input. For example, type "Justin hello, the world" will send "hello, the world" to user with name "Justin"

About

A simple Python wechat web client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages