wechaty/python-wechaty-getting-started

Python Wechaty Starter Project Template that Works Out-of-the-Box

MakefilePythonpythonchatbotgetting-startedwechaty
This is stars and forks stats for /wechaty/python-wechaty-getting-started repository. As of 25 Apr, 2024 this repository has 158 stars and 52 forks.

python-wechaty-getting-started Python Wechaty Starter Project Template that Works Out-of-the-Box Connecting Chatbots Wechaty is a RPA SDK for Wechat Individual Account that can help you create a chatbot in 9 lines of Python. Requirements python3.7+ Live Coding Video Tutorial Here's a great live coding video tutorial from our Python Wechaty creator @wj-Mcat: https://wechaty.js.org/2020/10/26/python-wechaty-live-coding/ Quick Start Clone python-wechaty-getting-started repository git clone https://github.com/wechaty/python-wechaty-getting-started cd python-wechaty-getting-started Install Dependencies make install # or pip install -r requirements.txt Set token for your bot You need a Wechaty Puppet Service Token first, you can learn how to get it from our official docs at https://wechaty.js.org/docs/puppet-services/. ```sh # examples/ding-dong-bot.py : func-> main() # it must be donut token export WECHATY_PUPPET=wechaty-puppet-service export WECHATY_PUPPET_SERVICE_TOKEN=your_token_at_here ``` or you can use `TOKEN` or `token` environment variable alias name to set **token**, for example: ```shell export TOKEN=your_token_at_here # or export token=your_token_at_here ``` Learn more about the token related concepts by reading our blog post: Introducing Wechaty Puppet Service (Providers), @huan, Jan 14, 2021 Run the bot make bot # or python examples/ding-dong-bot.py The World's Shortest Python ChatBot: 9 lines of Code from wechaty import Wechaty import asyncio async def main(): bot = Wechaty() bot.on('scan', lambda status, qrcode, data: print('Scan QR Code to login: {}\nhttps://wechaty.wechaty.js/qrcode/{}'.format(status, qrcode))) bot.on('login', lambda user: print('User {} logged in'.format(user))) bot.on('message', lambda message: print('Message: {}'.format(message))) await bot.start() asyncio.run(main()) Wechaty Getting Started in Multiple Languages TypeScript Wechaty Getting Started Python Wechaty Getting Started Java Wechaty Getting Started Go Wechaty Getting Started Badge [![Wechaty in Python](https://img.shields.io/badge/Wechaty-Python-blue)](https://github.com/wechaty/python-wechaty) Maintainers @wechaty/python Copyright & License Code & Docs © 2020 Wechaty Contributors https://github.com/wechaty Code released under the Apache-2.0 License Docs released under Creative Commons
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
securas/Grotto_Escape_2D_PlatformerGDScriptGLSLMakefile29020
GoogleCloudPlatform/kubernetes-engine-samplesHCLPythonShell1.1k01.1k0
fgui/trytond-hyton_holidayHyPython0000
DerpFest-AOSP/vendor_derpMakefileShellPython30520
tiiuae/build-configurationsNixShellMakefile1090
adobe-research/custom-diffusionPythonShell1.6k01110
lucidrains/PaLM-rlhf-pytorchPython7.3k06240
autonomousvision/sdfstudioPythonJavaScriptShell1.6k01510
giswqs/aws-open-data-geoPythonJupyter Notebook252070
google-research/frame-interpolationPython2.4k02410