Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.