Skip to main content

A complete wechat personal account api

Project description

itchat is a open souce wechat api project for personal account.

It enables you to access your personal wechat account through command line.

Here is the document.

So enjoy:)

Try:

You may have a try of the robot based on this project first:

QRCodeOfRobot

Here is the code.

Installation

pip install itchat

Simple uses

import itchat, time

@itchat.msg_register(['Text', 'Map', 'Card', 'Note', 'Sharing'])
def text_reply(msg):
    itchat.send('%s: %s'%(msg['Type'], msg['Text']), msg['FromUserName'])

@itchat.msg_register(['Picture', 'Recording', 'Attachment', 'Video'])
def download_files(msg):
    fileDir = '%s%s'%(msg['Type'], int(time.time()))
    msg['Text'](fileDir)
    itchat.send('%s received'%msg['Type'], msg['FromUserName'])
    itchat.send('@%s@%s'%('img' if msg['Type'] == 'Picture' else 'fil', fileDir), msg['FromUserName'])

@itchat.msg_register('Friends')
def add_friend(msg):
    itchat.add_friend(**msg['Text'])
    itchat.get_contract()
    itchat.send('Nice to meet you!', msg['RecommendInfo']['UserName'])

@itchat.msg_register('Text', isGroupChat = True)
def text_reply(msg):
    if msg['isAt']:
        itchat.send(u'@%s\u2005I received: %s'%(msg['ActualNickName'], msg['Content']), msg['FromUserName'])

itchat.auto_login()
itchat.run()

FAQ

Why I can’t send files whose name is encoded in utf8?

That’s because of the upload setting of requests, you can put this file into packages/urllib3 of requests package.

Comments

If you have any problems or suggestions, you can talk to me in this issue

Or on gitter.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

itchat-1.0.11.zip (13.8 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

itchat-1.0.11-py3-none-any.whl (13.5 kB view details)

Uploaded Python 3

itchat-1.0.11-py2-none-any.whl (12.2 kB view details)

Uploaded Python 2

File details

Details for the file itchat-1.0.11.zip.

File metadata

  • Download URL: itchat-1.0.11.zip
  • Upload date:
  • Size: 13.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for itchat-1.0.11.zip
Algorithm Hash digest
SHA256 aaec9ac500516432d3e1d3e2bfc9e498f05bae8e54c2bf7ddb977f8a57c0d021
MD5 693b0e9a7b363eb0ee080862050ccde7
BLAKE2b-256 a2fa9ba662d0e0e45a4b8f96bdd06153ebf8eb57d3fb2ac5678aa0839bae9d89

See more details on using hashes here.

File details

Details for the file itchat-1.0.11-py3-none-any.whl.

File metadata

File hashes

Hashes for itchat-1.0.11-py3-none-any.whl
Algorithm Hash digest
SHA256 18c496a88307fe55efc612a28db8e950b01f788b65535c76597f406b8b93d560
MD5 34c0744742f8313c25f78162302ec47f
BLAKE2b-256 3116994def8603d262f97ef988a59ef3272764dd663549910ae04081df2cd11c

See more details on using hashes here.

File details

Details for the file itchat-1.0.11-py2-none-any.whl.

File metadata

File hashes

Hashes for itchat-1.0.11-py2-none-any.whl
Algorithm Hash digest
SHA256 776e70683829741a9dfb4d42f2bdb039307da50b9a2dcd946e20e99eee10cd48
MD5 b0a8591480d817212153de395d1cb353
BLAKE2b-256 57e2be41bb213aae4539ca38c69c5c9a42dae2ba3d1a717f3e90c74fe78e11b5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page