Git Product home page Git Product logo

python-wechaty-puppet-itchat's Introduction

wechaty-puppet-itchat Python 3.7

Powered by Wechaty

Service

Python Puppet for Wechaty

Quick Start

Installation

pip install wechaty-puppet-itchat

Usage

import asyncio
from wechaty_puppet_itchat import PuppetItChat
from wechaty_puppet import PuppetOptions
from wechaty import Wechaty, WechatyOptions


async def main():
    options = WechatyOptions(
        puppet=PuppetItChat(PuppetOptions())
    )
    bot = Wechaty(options)
    await bot.start()

asyncio.run(main())

History

v0.0.6 (Oct 03, 2022)

  1. enable itchat great again by @fangjiyuan
  2. itchat example

v0.0.4 (October 12, 2021)

  1. Fix Bugs
  2. Move src/itchat to src/wechaty_puppet_itchat/itchat
  3. Add examples

v0.0.3 (September 27, 2021)

  1. Fix Bugs

v0.0.2 (September 18, 2021)

  1. Fix Bugs
  2. Add Receive Message

v0.0.1 (September 10, 2021)

  1. Add CI/CD
  2. Add Scan/Login
  3. Add Send Message

v0.0.0 (July 1, 2021)

  1. Init Code

Authors

  • @Lyle - Lyle Shaw (肖良玉)
  • @wj-Mcat - Jingjing WU (吴京京)

Copyright & License

  • Code & Docs © 2020-now Huan LI <[email protected]>
  • Code released under the Apache-2.0 License
  • Docs released under Creative Commons

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.