wechaty


Namewechaty JSON
Version 0.10.7 PyPI version JSON
download
home_pagehttps://github.com/wechaty/python-wechaty
SummaryWechaty is a Conversational RPA SDK for Chatbot Makers
upload_time2022-11-20 08:35:52
maintainer
docs_urlNone
authorJingjing WU (吴京京)
requires_python
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements pyee requests qrcode lxml wechaty-puppet wechaty-puppet-service quart opengraph_py3 Quart-CORS APScheduler SQLAlchemy PyGithub
Travis-CI
coveralls test coverage No coveralls.
            <!-- markdownlint-disable MD033 -->
# python-wechaty

![Python Wechaty](./docs/img/getting-started/python-wechaty.png)

[![PyPI Version](https://img.shields.io/pypi/v/wechaty?color=blue)](https://pypi.org/project/wechaty/)
[![Python Wechaty Getting Started](https://img.shields.io/badge/Python%20Wechaty-Getting%20Started-blue)](https://github.com/wechaty/python-wechaty-getting-started)
[![Python 3.7](https://img.shields.io/badge/python-3.7+-blue.svg)](https://www.python.org/downloads/release/python-370/)
[![Downloads](https://pepy.tech/badge/wechaty)](https://pepy.tech/project/wechaty)
[![Wechaty in Python](https://img.shields.io/badge/Wechaty-Python-blue)](https://github.com/wechaty/python-wechaty)
[![codecov](https://codecov.io/gh/wechaty/python-wechaty/branch/master/graph/badge.svg)](https://codecov.io/gh/wechaty/python-wechaty)
[![PyPI](https://github.com/wechaty/python-wechaty/actions/workflows/pypi.yml/badge.svg)](https://github.com/wechaty/python-wechaty/actions/workflows/pypi.yml)
![PyPI - Downloads](https://img.shields.io/pypi/dm/wechaty?color=blue)

[📄 Chinese Document](https://wechaty.readthedocs.io/zh_CN/latest/)  [python-wechaty-template](https://github.com/wechaty/python-wechaty-template)

## What's Python Wechaty

Python Wechaty is an Open Source software application for building chatbots. It is a modern Conversational RPA SDK which Chatbot makers can use to create a bot in a few lines of code.

You can use Wechaty to build a chatbot which automates conversations and interact with people through instant messaging platforms such as WhatsApp, WeChat, WeCom, Gitter and Lark among others.

## Features

* **Message Processing**: You can use the simple code, similar to natural language, to process the message receving & sending.
* **Plugin System**: You can use the community-contributed plugins to handle your scenario.
* **Write onece, run multi IM platform**: python wechaty support many IM platforms with one code, all of you need to do is switch the token token type.
* **Wechaty UI**: you can use the powerful wechaty-ui to create interactive chatbot
* ...


## Getting Started

There are few steps to start your bot, and we give a [bot-template](https://github.com/wechaty/python-wechaty-template) for you to getting started quickly. 


## Join Us

Wechaty is used in many ChatBot projects by thousands of developers. If you want to talk with other developers, just scan the following QR Code in WeChat with secret code _python wechaty_, join our **Wechaty Python Developers' Home**.

![Wechaty Friday.BOT QR Code](https://wechaty.js.org/img/friday-qrcode.svg)

Scan now, because other Wechaty Python developers want to talk with you too! (secret code: _python wechaty_)


## Requirements

1. Python 3.7+

## Install

```shell
pip3 install wechaty
```

## See Also

- [Packaging Python Projects](https://packaging.python.org/tutorials/packaging-projects/)

### Static & Instance of Class

- [Static variables and methods in Python](https://radek.io/2011/07/21/static-variables-and-methods-in-python/)

### Typings

- [PEP 526 -- Syntax for Variable Annotations - Class and instance variable annotations](https://www.python.org/dev/peps/pep-0526/#class-and-instance-variable-annotations)
  - [Python Type Checking (Guide)](https://realpython.com/python-type-checking/) by [Geir Arne Hjelle](https://realpython.com/team/gahjelle/)

## History

### v0.6 (Jun 19, 2020)

Python Wechaty Scala Wechaty **BETA** Released!

Read more from our Multi-language Wechaty Beta Release event from our blog:

- [Multi Language Wechaty Beta Release Announcement!](https://wechaty.js.org/2020/06/19/multi-language-wechaty-beta-release/)

### v0.4 (Mar 15, 2020) master

Welcome [@huangaszaq](https://github.com/huangaszaq) for joining the project! [#42](https://github.com/wechaty/python-wechaty/pull/42)

1. Add a friendly exception message for PyPI users. [#24](https://github.com/wechaty/python-wechaty/issues/24)

### v0.1 (Mar 8, 2020)

Welcome [@wj-Mcat](https://github.com/wj-Mcat) for joining the project! [#4](https://github.com/wechaty/python-wechaty/pull/4)

1. Starting translate TypeScript of Wechaty to Python
1. DevOps Setup
    1. Type Checking: mypy & pytype
    1. Unit Testing: pytest
    1. Linting: pylint, pycodestyle, and flake8
    1. CI/CD: GitHub Actions
1. Publish to PyPI automatically after the tests passed.

### v0.0.1 (Aug 25, 2018)

Project created, publish a empty module `wechaty` on PyPI.

## Related Projects

- [Wechaty](https://github.com/wechaty/wechaty) - Conversatioanl AI Chatot SDK for Wechaty Individual Accounts (TypeScript)
- [Python Wechaty](https://github.com/wechaty/python-wechaty) - Python WeChaty Conversational AI Chatbot SDK for Wechat Individual Accounts (Python)
- [Go Wechaty](https://github.com/wechaty/go-wechaty) - Go WeChaty Conversational AI Chatbot SDK for Wechat Individual Accounts (Go)
- [Java Wechaty](https://github.com/wechaty/java-wechaty) - Java WeChaty Conversational AI Chatbot SDK for Wechat Individual Accounts (Java)
- [Scala Wechaty](https://github.com/wechaty/scala-wechaty) - Scala WeChaty Conversational AI Chatbot SDK for WechatyIndividual Accounts (Scala)

## Badge

[![Wechaty in Python](https://img.shields.io/badge/Wechaty-Python-blue)](https://github.com/wechaty/python-wechaty)

```md
[![Wechaty in Python](https://img.shields.io/badge/Wechaty-Python-blue)](https://github.com/wechaty/python-wechaty)
```

## Stargazers over time

[![Stargazers over time](https://starchart.cc/wechaty/python-wechaty.svg)](https://starchart.cc/wechaty/python-wechaty)

## Contributors

<a href="https://github.com/wechaty/python-wechaty/graphs/contributors">
  <img src="https://contrib.rocks/image?repo=wechaty/python-wechaty" />
</a>

Made with [contrib.rocks](https://contrib.rocks).

## Support

Thanks the following supported Software. 

[![test image size](https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg?_gl=1*1lb7oaa*_ga*MjE5ODE2MzAwLjE2MzYxODMyNTE.*_ga_V0XZL7QHEB*MTY0MTI2NzU5OS41LjEuMTY0MTI2NzY3OC4w&_ga=2.157122558.411488113.1641267600-219816300.1636183251)](https://jb.gg/OpenSourceSupport)

## Committers

1. [@huangaszaq](https://github.com/huangaszaq) -  Chunhong HUANG (黄纯洪)

## Creators

- [@wj-Mcat](https://github.com/wj-Mcat) - Jingjing WU (吴京京)
- [@huan](https://github.com/huan) - ([李卓桓](http://linkedin.com/in/zixia)) zixia@zixia.net

## Copyright & License

- Code & Docs © 2018 Wechaty Contributors <https://github.com/wechaty>
- Code released under the Apache-2.0 License
- Docs released under Creative Commons

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/wechaty/python-wechaty",
    "name": "wechaty",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jingjing WU (\u5434\u4eac\u4eac)",
    "author_email": "wechaty@chatie.io",
    "download_url": "https://files.pythonhosted.org/packages/86/6b/3cef7d22bbdf444c82e378412c6cc1784383720176a533601d08d25a1a52/wechaty-0.10.7.tar.gz",
    "platform": null,
    "description": "<!-- markdownlint-disable MD033 -->\n# python-wechaty\n\n![Python Wechaty](./docs/img/getting-started/python-wechaty.png)\n\n[![PyPI Version](https://img.shields.io/pypi/v/wechaty?color=blue)](https://pypi.org/project/wechaty/)\n[![Python Wechaty Getting Started](https://img.shields.io/badge/Python%20Wechaty-Getting%20Started-blue)](https://github.com/wechaty/python-wechaty-getting-started)\n[![Python 3.7](https://img.shields.io/badge/python-3.7+-blue.svg)](https://www.python.org/downloads/release/python-370/)\n[![Downloads](https://pepy.tech/badge/wechaty)](https://pepy.tech/project/wechaty)\n[![Wechaty in Python](https://img.shields.io/badge/Wechaty-Python-blue)](https://github.com/wechaty/python-wechaty)\n[![codecov](https://codecov.io/gh/wechaty/python-wechaty/branch/master/graph/badge.svg)](https://codecov.io/gh/wechaty/python-wechaty)\n[![PyPI](https://github.com/wechaty/python-wechaty/actions/workflows/pypi.yml/badge.svg)](https://github.com/wechaty/python-wechaty/actions/workflows/pypi.yml)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/wechaty?color=blue)\n\n[\ud83d\udcc4 Chinese Document](https://wechaty.readthedocs.io/zh_CN/latest/)  [python-wechaty-template](https://github.com/wechaty/python-wechaty-template)\n\n## What's Python Wechaty\n\nPython Wechaty is an Open Source software application for building chatbots. It is a modern Conversational RPA SDK which Chatbot makers can use to create a bot in a few lines of code.\n\nYou can use Wechaty to build a chatbot which automates conversations and interact with people through instant messaging platforms such as WhatsApp, WeChat, WeCom, Gitter and Lark among others.\n\n## Features\n\n* **Message Processing**: You can use the simple code, similar to natural language, to process the message receving & sending.\n* **Plugin System**: You can use the community-contributed plugins to handle your scenario.\n* **Write onece, run multi IM platform**: python wechaty support many IM platforms with one code, all of you need to do is switch the token token type.\n* **Wechaty UI**: you can use the powerful wechaty-ui to create interactive chatbot\n* ...\n\n\n## Getting Started\n\nThere are few steps to start your bot, and we give a [bot-template](https://github.com/wechaty/python-wechaty-template) for you to getting started quickly. \n\n\n## Join Us\n\nWechaty is used in many ChatBot projects by thousands of developers. If you want to talk with other developers, just scan the following QR Code in WeChat with secret code _python wechaty_, join our **Wechaty Python Developers' Home**.\n\n![Wechaty Friday.BOT QR Code](https://wechaty.js.org/img/friday-qrcode.svg)\n\nScan now, because other Wechaty Python developers want to talk with you too! (secret code: _python wechaty_)\n\n\n## Requirements\n\n1. Python 3.7+\n\n## Install\n\n```shell\npip3 install wechaty\n```\n\n## See Also\n\n- [Packaging Python Projects](https://packaging.python.org/tutorials/packaging-projects/)\n\n### Static & Instance of Class\n\n- [Static variables and methods in Python](https://radek.io/2011/07/21/static-variables-and-methods-in-python/)\n\n### Typings\n\n- [PEP 526 -- Syntax for Variable Annotations - Class and instance variable annotations](https://www.python.org/dev/peps/pep-0526/#class-and-instance-variable-annotations)\n  - [Python Type Checking (Guide)](https://realpython.com/python-type-checking/) by [Geir Arne Hjelle](https://realpython.com/team/gahjelle/)\n\n## History\n\n### v0.6 (Jun 19, 2020)\n\nPython Wechaty Scala Wechaty **BETA** Released!\n\nRead more from our Multi-language Wechaty Beta Release event from our blog:\n\n- [Multi Language Wechaty Beta Release Announcement!](https://wechaty.js.org/2020/06/19/multi-language-wechaty-beta-release/)\n\n### v0.4 (Mar 15, 2020) master\n\nWelcome [@huangaszaq](https://github.com/huangaszaq) for joining the project! [#42](https://github.com/wechaty/python-wechaty/pull/42)\n\n1. Add a friendly exception message for PyPI users. [#24](https://github.com/wechaty/python-wechaty/issues/24)\n\n### v0.1 (Mar 8, 2020)\n\nWelcome [@wj-Mcat](https://github.com/wj-Mcat) for joining the project! [#4](https://github.com/wechaty/python-wechaty/pull/4)\n\n1. Starting translate TypeScript of Wechaty to Python\n1. DevOps Setup\n    1. Type Checking: mypy & pytype\n    1. Unit Testing: pytest\n    1. Linting: pylint, pycodestyle, and flake8\n    1. CI/CD: GitHub Actions\n1. Publish to PyPI automatically after the tests passed.\n\n### v0.0.1 (Aug 25, 2018)\n\nProject created, publish a empty module `wechaty` on PyPI.\n\n## Related Projects\n\n- [Wechaty](https://github.com/wechaty/wechaty) - Conversatioanl AI Chatot SDK for Wechaty Individual Accounts (TypeScript)\n- [Python Wechaty](https://github.com/wechaty/python-wechaty) - Python WeChaty Conversational AI Chatbot SDK for Wechat Individual Accounts (Python)\n- [Go Wechaty](https://github.com/wechaty/go-wechaty) - Go WeChaty Conversational AI Chatbot SDK for Wechat Individual Accounts (Go)\n- [Java Wechaty](https://github.com/wechaty/java-wechaty) - Java WeChaty Conversational AI Chatbot SDK for Wechat Individual Accounts (Java)\n- [Scala Wechaty](https://github.com/wechaty/scala-wechaty) - Scala WeChaty Conversational AI Chatbot SDK for WechatyIndividual Accounts (Scala)\n\n## Badge\n\n[![Wechaty in Python](https://img.shields.io/badge/Wechaty-Python-blue)](https://github.com/wechaty/python-wechaty)\n\n```md\n[![Wechaty in Python](https://img.shields.io/badge/Wechaty-Python-blue)](https://github.com/wechaty/python-wechaty)\n```\n\n## Stargazers over time\n\n[![Stargazers over time](https://starchart.cc/wechaty/python-wechaty.svg)](https://starchart.cc/wechaty/python-wechaty)\n\n## Contributors\n\n<a href=\"https://github.com/wechaty/python-wechaty/graphs/contributors\">\n  <img src=\"https://contrib.rocks/image?repo=wechaty/python-wechaty\" />\n</a>\n\nMade with [contrib.rocks](https://contrib.rocks).\n\n## Support\n\nThanks the following supported Software. \n\n[![test image size](https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg?_gl=1*1lb7oaa*_ga*MjE5ODE2MzAwLjE2MzYxODMyNTE.*_ga_V0XZL7QHEB*MTY0MTI2NzU5OS41LjEuMTY0MTI2NzY3OC4w&_ga=2.157122558.411488113.1641267600-219816300.1636183251)](https://jb.gg/OpenSourceSupport)\n\n## Committers\n\n1. [@huangaszaq](https://github.com/huangaszaq) -  Chunhong HUANG (\u9ec4\u7eaf\u6d2a)\n\n## Creators\n\n- [@wj-Mcat](https://github.com/wj-Mcat) - Jingjing WU (\u5434\u4eac\u4eac)\n- [@huan](https://github.com/huan) - ([\u674e\u5353\u6853](http://linkedin.com/in/zixia)) zixia@zixia.net\n\n## Copyright & License\n\n- Code & Docs \u00a9 2018 Wechaty Contributors <https://github.com/wechaty>\n- Code released under the Apache-2.0 License\n- Docs released under Creative Commons\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Wechaty is a Conversational RPA SDK for Chatbot Makers",
    "version": "0.10.7",
    "project_urls": {
        "Homepage": "https://github.com/wechaty/python-wechaty"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e6bf4589a678c46b7f0fc3dc82edd3eb893b5243c662e4e4aa8e4b588ce5316d",
                "md5": "d0d86b49da80b90ed476c5e645b013ca",
                "sha256": "4acdd9761146dbd504116bb4240d6c707000f506fa5d12cf56e6c364642e104f"
            },
            "downloads": -1,
            "filename": "wechaty-0.10.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d0d86b49da80b90ed476c5e645b013ca",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1627446,
            "upload_time": "2022-11-20T08:35:51",
            "upload_time_iso_8601": "2022-11-20T08:35:51.162553Z",
            "url": "https://files.pythonhosted.org/packages/e6/bf/4589a678c46b7f0fc3dc82edd3eb893b5243c662e4e4aa8e4b588ce5316d/wechaty-0.10.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "866b3cef7d22bbdf444c82e378412c6cc1784383720176a533601d08d25a1a52",
                "md5": "86070bad311a0568536633ae8a509c63",
                "sha256": "7f54c1441d0ca6601e7ed32b04eb4639af3026ebf6e189985acd775ce1e3e707"
            },
            "downloads": -1,
            "filename": "wechaty-0.10.7.tar.gz",
            "has_sig": false,
            "md5_digest": "86070bad311a0568536633ae8a509c63",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1617258,
            "upload_time": "2022-11-20T08:35:52",
            "upload_time_iso_8601": "2022-11-20T08:35:52.767442Z",
            "url": "https://files.pythonhosted.org/packages/86/6b/3cef7d22bbdf444c82e378412c6cc1784383720176a533601d08d25a1a52/wechaty-0.10.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-11-20 08:35:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wechaty",
    "github_project": "python-wechaty",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pyee",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "qrcode",
            "specs": []
        },
        {
            "name": "lxml",
            "specs": []
        },
        {
            "name": "wechaty-puppet",
            "specs": [
                [
                    ">=",
                    "0.4.19"
                ]
            ]
        },
        {
            "name": "wechaty-puppet-service",
            "specs": [
                [
                    ">=",
                    "0.8.9"
                ]
            ]
        },
        {
            "name": "quart",
            "specs": []
        },
        {
            "name": "opengraph_py3",
            "specs": []
        },
        {
            "name": "Quart-CORS",
            "specs": []
        },
        {
            "name": "APScheduler",
            "specs": []
        },
        {
            "name": "SQLAlchemy",
            "specs": []
        },
        {
            "name": "PyGithub",
            "specs": []
        }
    ],
    "lcname": "wechaty"
}
        
Elapsed time: 0.07057s