Tags

code

免费UOS协议快速接入可视化配置面板

经历过UOS web协议的重放荣光,又经过一段时间的封禁,又有大神把UOS web协议救回来了。免费的快乐又重新回来了,不是吗?

In talk, Jul 26, 2022

三步开发聊天机器人一秒生成漫画头像

大家好,我是胡琦。由于各种原因以及没能好好坚持笔记写作的习惯,距离上次分享有小半年了,今天给大家带来的是《三步开发聊天机器人一秒生成漫画头像》,其实就一个小小的功能:通过给微信群聊发送特定关键字触发聊天机器人头像漫画化处理程序,从而生成动漫化的头像。怎么实现呢?总的思路就是基于 ModelArts AI Gallery 快速验证 AnimateGanv2 现实照片...

In article, Jul 21, 2022

Best Practice of 5G Messaging puppet-walnut - 5G Intelligent Assistant

As the first prize winner of the 2022 5G Messaging Developer Marathon, this article introduces the 5G Intelligent Assistant platform built with Wechaty's puppet-walnut, demonstrating ...

In article, Jun 12, 2022

彩虹屁机器人 开心每一天

一、彩虹屁机器人 开心每一天

In project, Nov 03, 2021

Wechaty卡通P图插件,18行代码帮你实现变脸功能

Wechaty 人像转换插件,让你的 Wechaty 机器人实现照片卡通化,年龄变化,性别变化等功能。之前有看到过一些机器学习视频,可以把照片漫画化,感觉很有意思,就想着能不能结合 Wechaty 做一个可以自动返回动漫化照片的机器人。经过一番资料查找,发现腾讯有个人脸变换的功能,经过测试后,发现就是我想要的功能,而且效果还不错,关键是每个月有 1000 次的免费...

In article, Aug 13, 2021

使用 VS Code 调试 Node.js 应用

「暑期 2021」活动中,我为 Wechaty 开发命令行环境下的客户端 wechaty-cli,使用 blessed 这个终端图形化组件库可以轻松做出炫酷的仿 IRC 聊天软件,原以为只需调库即可完成任务,但事情远没有那么简单…

In article, tutorial, Aug 08, 2021

Teaching You to Develop Bots with python-wechaty and Web Protocol

Detailed guide on using python-wechaty with web protocol to develop chatbots, including Docker setup for web protocol service and connecting with python-wechaty to build functional bots.

In article, Apr 17, 2021

教你用go-wecahty和web协议开发机器人

写这篇文章的原因: 最近发现 web 协议以某种方式又复活了,所以想让 go-wechaty 的小伙伴也能使用 web 协议。

In article, Apr 16, 2021

Wechaty restful api

This article will explain why I started to use wechaty, made the restful api wrapping the bot and what I would do as the next step.

In project, Jan 19, 2021

基于wechaty的拼车小程序(1)

产品构想

In project, Jan 15, 2021

wechaty Web Panel的plugin诞生

背景介绍

In project, May 31, 2020

wechaty Web Panel的构思与实现

平台构思

In project, May 31, 2020

Exploration and Practice of Fragmented Data Response and BAU Routine Operation and Maintenance of wechatfordata

The new crown epidemic broke out in February 2020. The response and maintenance of business data of a large multinational pharmaceutical company increased rapidly with the outbreak of...

In project, Mar 01, 2020

How to Send WeChat Mini Programs Using PadPro

This post is also available in Chinese

In feature, Jul 18, 2019

Wechaty - Making Online Business Easy

A Wechaty-based payment solution for small businesses and individual developers without business licenses, enabling instant WeChat and Alipay payment notifications and automatic order...

In project, Jul 12, 2019

Summary of Learning Wechaty and Padpro

总结 wechaty 的基础用法; 介绍 wechaty 与 puppet 及 padpro 模块之间的关系、数据流向、事件监听机制等; 详细介绍合作开发的本地环境配置。

In tutorial, Jul 08, 2019

Data Stream about Room-Join Event from Wechat to Wechaty

介绍wechaty中的room-join事件的产生,及其数据流的变化

In tutorial, Jul 08, 2019

Build a WeChat Sweet-Talk Bot in Three Steps with Node.js - Beginner Friendly

A beginner-friendly Node.js tutorial for building a WeChat bot that sends daily weather updates, sweet messages, and relationship reminders to your significant other, with optional AI...

In project, Jun 21, 2019

Wechaty-As-A-Service Why and How

代码

In project, Jun 13, 2019

居然有人能忘记吃饭?写个微信机器人提醒他

居然有人忘记吃饭???

In project, May 11, 2019

使用koa2+wechaty打造个人微信小秘书

你是不是有闲置的微信号? 你想不想有个小秘书定时提醒你将要做的事情? 你是否为忘记一些纪念日而懊恼? 你是否加班到很晚,而忘记了今天和别人有约? 你是不是下班还记得拿快递,到家后才发现忘记了? 你是不是想学习一下如何做一个微信小秘书?

In project, Apr 02, 2019

Migrating Wechaty v0.14 to v0.18 Guide - From Puppeteer To Padchat

Wechaty has been updated to version 0.16(BETA) these days and begin to support all kinds of wechat solutions including web, ipad, ios, etc. My product based on wechaty has to migratio...

In migration, Jun 24, 2018

Building a Face Recognition Chatbot - Wechaty Blinder

Learn how to build a WeChat face recognition bot using Wechaty, TensorFlow, and FaceNet to help identify people in photos

In project, Jan 25, 2018

Wechaty-Mail: An email tool build on Wechaty

As soon as I learn how to use 6 lines of JavaScript to achieve a simple chatbot based on Wechaty, I was deeply attracted and decide to develop an easy-to-use email tool based on it. W...

In project, Dec 25, 2017

wechaty-electron: Making Your Wechaty a Client Service

A technical exploration of creating a desktop client for Wechaty using Electron, enabling real-time WeChat group broadcasting with manual intervention capabilities and cross-platform ...

In project, Nov 26, 2017

I Built a Points Red Packet Robot with Wechaty

A developer's journey building an automated WeChat robot for exchanging credit card reward points through red packets, sharing technical challenges and lessons learned from scaling to...

In project, Nov 08, 2017

Ten minutes to build a daily paper bot

I built a bot to deliver the daily paper about machine learning and fintech to the users.Considering the development of lowest cost, I chose wechaty. It’s so awesome that it only took...

In project, Oct 28, 2017

Research and Sharing on WeChat PC Version Hook

Technical exploration of hooking WeChat PC version through DLL injection, including code samples for message interception, contact list reading, and profile extraction using Version.d...

In hacking, Oct 06, 2017

Score Your Face Photo: a ML & Wechaty practice

Recently I found a fun and easy middleware to use for WeChat, called Wechaty.

In project, Sep 18, 2017

Run Your Telegram Bot with Wechaty

Before introducing Wechaty Telegram Bot Adaptor, I would like to say something about Telegram chatbots. Recent days, I have a lot of fun playing chatbots on Telegram. After lynched hu...

In project, Jul 17, 2017

An interesting weekend with Wechaty

Thanks for inviting me to write this article that give me a chance to share my story for each other. And Wechaty is a very awesome library that is powerful and easy to use. The most i...

In project, Jun 24, 2017

A Simple Wechaty Bot with Intelligence Powered by TensorFlow

Wechaty is an powerful library to help developers interact with WeChat programmatically, creating a bot for a varity of purposes. A very significant purpose of a bot is to chat with u...

In project, Jun 05, 2017

Deliver dialogs with SuperScript

Hailiang WANG is Lead of Rockq Community and also a software developer. He used to work in IBM China Innovation Center and IBM China Development Lab. Since last year, he has focused...

In tutorial, May 17, 2017

Using Chatie to Implement WeChat Bot Business Logic for [Haoshiyou] Group Management

To help friends new to Silicon Valley find roommates and rent apartments, we established several WeChat groups in our local area.Our basic philosophy for this project is simple focus ...

In project, Apr 16, 2017

Adding Image and Video Sending Function to Bots

For company activities, we needed to manage users joining groups and provide automatic responses. Earlier at Node Party Beijing, I was exposed to @huan’s sharing, and Wechaty was perf...

In feature, Apr 13, 2017

How a Girl Built a WeChat Chatbot with 6 Lines of Code

A personal story of how dance video creator Jiarui Li solved her community management challenges by building a WeChat chatbot using Wechaty framework with just 6 lines of JavaScript.

In story, Dec 10, 2016

Running Wechaty WeChat Bot Framework with Docker

Learn how to use Docker to run Wechaty WeChat bot framework, from basic setup to deployment with GhostCloud EcOS

In tutorial, Dec 05, 2016

news

Live from WAIC 2023: Wechaty at the Open Source Bazaar

Wechaty was invited to the WAIC 2023 Open Source Bazaar, creating a lively and interactive atmosphere. This post captures the highlights from the event, including our community's enga...

In announcement, Jul 08, 2023

Plans and Preview for Wechaty 2.0

We are excited to share our plans for Wechaty 2.0, which will merge experimental features into the main branch. This update includes new functionalities like video channel messages, s...

In announcement, May 09, 2023

Announcing Wechaty Puppet WXKF

We are excited to introduce wechaty-puppet-wxkf, a new, fully open-source puppet based on the official WeChat Customer Service API. This puppet runs locally, does not depend on extern...

In announcement, Apr 23, 2023

Live from the Scene: Wechaty at GAIDC Open Source Marketplace

Wechaty community was invited to participate in the GAIDC Open Source Marketplace on the weekend, where the scene was bustling with many enthusiastic participants interacting with Wec...

In announcement, Feb 26, 2023

Wechaty Invited to GAIDC Open Source Market - Join Us!

Wechaty is invited to participate in the GAIDC Open Source Market this weekend, joining AI projects and developers to share the "AI Carnival" with interactive challenges, community ga...

In announcement, Feb 23, 2023

Wechaty Puppet Service WorkPro Migration Guide

Migration guide for Node Wechaty users upgrading to WorkPro puppet service, including version compatibility, code changes, token migration, and important configuration notes for TLS a...

In tutorial, Jan 18, 2023

Wechaty Puppet Service WorkPro Release Announcement

After long-term preparation and development, WorkPro, the successor to WxWork, officially enters beta testing as a new Wechaty Puppet Service! Free 7-day trial tokens available, with ...

In announcement, Dec 23, 2022

Best Practice of 5G Messaging puppet-walnut - 5G Intelligent Assistant

As the first prize winner of the 2022 5G Messaging Developer Marathon, this article introduces the 5G Intelligent Assistant platform built with Wechaty's puppet-walnut, demonstrating ...

In article, Jun 12, 2022

Wechaty introduction at Microsoft Regional Director Summit

This is my speaking at Microsoft RD Summit on April 7, 2022.

In talk, Apr 07, 2022

Hardcore Peach 5G Chatbot Open-Source SDK Wechaty | Core Power Salon 6

5G Chatbot (RCS) is China’s version of the GSMA RCS standard for rich messaging.

In announcement, Mar 30, 2022

Event-driven Programming with CQRS Wechaty

Command Query Responsibility Segregation (CQRS) is a software architecture pattern that separates the command(write) and query(read) layers.— CQRS, Martin Fowler, 14 July 2011

In announcement, Mar 17, 2022

Puppet-Whatsapp 1.0 Released!

Puppet-Whatsapp has been published for more than a year, announcement here, and it was still in alpha stage with only login and text message supported. Recently Juzi.bot was planning ...

In announcement, Mar 14, 2022

China Open Source Power Ranking Released | Wechaty Founder Ranked TOP 7

“Open source” was one of the hottest tech keywords in China in 2021, with more people paying attention and contributing to it. Yet, opinions vary on the actual state of open source in...

In announcement, Mar 03, 2022

Refactoring Friday BOT with NestJS, Domain-driven Design (DDD), and CQRS

Friday BOT has been refactored to using NestJS framework, by following the Domain-driven Design (DDD) and the Command Query Responsibility Segregation (CQRS) this week, by merging thi...

In announcement, Feb 27, 2022

Wechaty Docker Multi-Platform for Raspberry Pi (ARM)

For a long time, wechaty docker image was build for platform amd64. Today, Wechaty is supporting new platform: Raspberry Pi (ARM)!

In announcement, Nov 27, 2021

COSCon21 Community Governance (GC): Wechaty Open Source Community Documentation Collaboration — Google Season of Docs Practice

Huan Li (李卓桓) shares Wechaty's experience as the first Chinese project selected for Google Season of Docs 2021, involving 12 technical writing experts in documentation optimization.

In talk, Nov 05, 2021

Programmer's Day Panel: Five Open Source Engineers Share Their Journeys (Milvus Community)

How can open source boost your market competitiveness? How can open source become a new entrepreneurial model after leaving big tech companies? How to build a strong resume through op...

In interview, Oct 29, 2021

OpenTEKr|OSS Pioneer|Interview with Huan Li

The “OSS Pioneer - The People” series is launched by OpenTEKr to help you to know more about the leaders who are constantly working hard to develop in China open source ecosystem ...

In interview, Oct 28, 2021

Wechaty OSPP (Summer of Open Source) Final Demo Day

Final Demo Day showcase for Wechaty's 9 Summer 2021 OSPP projects, featuring student presentations on WeChat mini-programs, Python puppets, 5G RCS chatbots, Lark integration, CLI clie...

In announcement, Oct 09, 2021

Google Season of Docs 2021 Volunteer Report: Document Quality

It’s a great honor to be part of Wechaty family in Google Season of Docs 2021. This report demonstrates the improvement of document quality.

In gsod, Oct 09, 2021

Baidu Paddle ❤️ Wechaty & Mixlab ML Chatbot Competition Works Recommendation

33 creative ML chatbot projects were submitted to the AI Creator Camp competition jointly hosted by Wechaty, PaddlePaddle, and Mixlab, showcasing innovative applications in OCR, image...

In project, Sep 10, 2021

Wechaty Docs Collaboration Practice in Google Season of Docs

Google Season of Docs (GSoD) is a program by Google since 2019 that funds and mentors open-source communities to improve their documentation. It also helps developers learn profession...

In talk, Aug 26, 2021

Docker Open Source Program ❤️ Wechaty

In November, 2020, Docker announced the launch of a special program to expand our support for Open Source projects that use Docker. The eligible projects that meet the program’s requi...

In announcement, Aug 10, 2021

Wechaty: Build a Conversational UI App for WhatsApp and WeChat with 6 Lines of Code

In this week’s Community Talk live stream at 8pm, GDG Shanghai invited Huan (Li Zixuan), author of the Wechaty Conversational SDK, to chat with developers on Bilibili about building c...

In talk, Jul 22, 2021

Revealed: Why 2021 Google Season of Docs Chose Wechaty

Wechaty has partnered with Google Season of Docs 2021 with an approved budget of $9,500 USD to improve documentation and support technical writers in the open source community.

In gsod, Jul 16, 2021

New Windows Puppet Project wechaty-puppet-xp Launches

Wechaty contributors gathered for an offline meetup to officially launch the wechaty-puppet-xp project, a free Windows WeChat desktop protocol implementation.

In story, Jul 13, 2021

Google Season Of Docs (GSoD) Guide

Google Season of Docs is an annual program organized by Google.

In announcement, gsod, Jul 10, 2021

AI Chatbot Competition - Metaverse Launcher: Reconstructing Reality!

Hardcore ML Chatbot competition jointly hosted by Wechaty, PaddlePaddle, and Mixlab - the "AI Creative Camp: Metaverse Launcher - Reconstructing Reality" invites sci-fi enthusiasts to...

In article, Jul 07, 2021

Good News: Login with Windows WeChat Desktop Protocol, Free Wechaty Protocol Coming Soon

After the free web protocol revival, Wechaty's free Windows protocol is coming soon, solving issues with accurately obtaining wxid and roomid that plagued the web protocol.

In article, Jul 05, 2021

Wechaty Open Source Promotion Plan 2021 Kickoff Meeting

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。学生可自主选择感兴趣的项目进行申请,并在中选后获得该...

In announcement, ospp, Jun 24, 2021

OSPP (Open Source Promotion Plan) Guide - 2021

Comprehensive guide for OSPP 2021 participants covering milestones, daily work requirements, mid-term and final reports, with templates and examples from successful 2020 students.

In announcement, ospp, Jun 24, 2021

The Wechaty Way: Best Practices Guide for Open Source Collaboration

A comprehensive guide to Wechaty community's open source collaboration practices, including meeting procedures, blog publishing, issue management, and PR workflows following The Apach...

In announcement, Jun 23, 2021

Open Source Leaders Talk - Wechaty's Open Source Journey

Yuan Gao (高原), Juzibot CTO and Wechaty committer, shares Wechaty's open source journey from 2016 to 2021, covering what Wechaty is, how to use it, the evolution of the Puppet architec...

In announcement, Jun 05, 2021

Hello Wechaty GSoD’21 Technical Writers!

It’s a great honor for Wechaty to participate in Google Season of Docs 2021as one of the great top 30 open-source sponsored projects all over the world!

In gsod, announcement, May 08, 2021

Reconstruct Wechaty landing page with value propositions

What is Value Proposition? A value proposition is a statement that answers the ‘why’ someone should do business with you. It should convince a potential customer why your servic...

In gsod, May 01, 2021

Google Season of Docs ❤️ Wechaty

What is Google Season of Docs?Season of Docs is an annual program organised by Google.Its goal is to bring technical writers and open source organisations together to foster collabo...

In announcement, gsod, Apr 30, 2021

AI ChatBot Creation Camp Kicks Off!

What capabilities does a ChatBot need in the age of artificial intelligence? Is it an intelligent housekeeper that helps you organize all the materials that “if you code it, you have ...

In article, Apr 22, 2021

RCS Messaging Chatbot

Rich Communication Services (RCS) is a communication protocol between mobile-telephone carriers and between phone and carrier, aiming at replacing SMS messages with a text-message s...

In article, Mar 27, 2021

Applying the documentation system to Wechaty docs

This year, Wechaty organization is applying the Google Season of Docs program because we want to improve our documentation for the community.

In announcement, gsod, Mar 25, 2021

Wechaty Puppet Providers Trends

Do you want know which Wechaty Puppet Provider is most used by our Wechaty developers?

In announcement, Mar 04, 2021

Google Cloud Shell Tutorials for Wechaty

Today, We have created a Google Cloud Shell Tutorial for easy getting started with Wechaty!

In tutorial, Feb 20, 2021

Wechaty-Puppet-Whatsapp Has been Published

With the introduction of wechaty puppet and the growth of the wechaty ecosystem and community, we’re happy to introduce wechaty-puppet-whatsapp which connects Wechaty API, the convers...

In announcement, Feb 15, 2021

Gource Visualization for Wechaty

Gource is an amazing and flexible tool that can be used to display activity from your repositories using a video visualization that people love.— How to use Gource to visualize your...

In story, Feb 14, 2021

Getting Started Without Leave Your Browser: Wechaty ❤️ Gitpod

Gitpod is an online IDE which can be launched from any GitHub page. Simply prefix any GitHub-URL with “https://gitpod.io#” or use our browser extension that adds a button to GitHub ...

In tutorial, Feb 06, 2021

Wechaty 0.56 Released!

V0.56 is the latest stable version of Wechaty, it is recommended to be upgraded for all developers.

In announcement, Jan 25, 2021

Huan: Introducing Chatbot and Conversational User Interface (CUI)

Wechaty is an SDK that provides interface services for conversational user interface. Through RPA technology, it provides Chatbot developers with convenient instant messaging platform...

In tutorial, Jan 20, 2021

Introducing Wechaty Puppet Service (Providers)

Wechaty is an SDK for chatbot makers. It uses Robotic Progress Automation (RPA) technology to help developers to be more productive for building Conversational User Interface (CUI), w...

In announcement, Jan 14, 2021

A OKR Review for the Summer 2020 Summit

In Nov 14, 2020, The Open Source Promotion Plan - Summer 2020 Summit was held in Nanjing (thanks ISCAS & openEuler Community for the organizing!). As an open-source organization w...

In announcement, Jan 04, 2021

This Summer: Stories of Wechaty Community and 9 Rising Open Source Contributors

Nine undergraduate and graduate students became rising contributors to Wechaty community during Summer 2020: Bi Kaiqiao (毕凯乔), Wang Junwei (王俊伟), Xie Yuqing (谢昱清), Fan Rui (范蕊), Jiang...

In announcement, Dec 31, 2020

Osschat a bridge to the apache way in China

OSSChat 是一个机器人工具,用于桥接 IM 应用(如微信)与 Apache 社区工具(如邮件列表、Jira),OSS.Chat项目的任务是将微信和其他社交平台(未来)以及GitHub出现的问题和邮件列表之间的三方沟通和翻译障碍发送给开源开发社区,使ASF的文化、技术和协作流程能够更高效、更容易被接受。

In announcement, Dec 31, 2020

Chatbot SDK Wechaty Wins Major Award from Top Domestic Open Source Organization

Wechaty wins recognition as an outstanding open source project at the 10th China Cloud Computing Standards and Applications Conference, standing alongside giants like Alibaba, Xiaomi,...

In announcement, Dec 31, 2020

2020 Wechaty 666: 6 lines of code, 6 platforms, and 6 languages

Time past fast, the year 2020 has gone.

In event, Dec 30, 2020

Wechaty Author Huan Li Selected for 'China's Open Source Pioneers 33'

Huan Li (李卓桓), author of Wechaty, BOT5 Club Chair, Tencent Chatbot TVP, and PreAngel Partner, was selected for the 2020 'China's Open Source Pioneers 33' annual list by SegmentFault.

In announcement, Dec 23, 2020

"Python-Wechaty Journey at Nanjing Open Source Summit"

A personal story about starting the python-wechaty open source project, participating in the 2020 Open Source Summit in Nanjing, and the lessons learned from contributing to open source.

In story, Dec 08, 2020

Wechaty Puppet Service WxWork Beta 版发布公告

最新消息: WorkPro 作为 WxWork 的继任者已经正式上线了!WxWork 现已废弃,请尽快转移到 WorkPro 上。对于这个 WorkPro 服务感兴趣的朋友,我们提供7天的免费试用 token ,请用微信或企微扫码添加客服咨询。

In announcement, Dec 07, 2020

Open Source Software Supply Chain Lighting Plan Summer 2020 Results: Wechaty-based Projects Win Outstanding Contribution and Most Potential Awards!

Wechaty community achieves remarkable success in Summer 2020 program with two students winning Outstanding Contribution and Most Potential awards from 388 participating projects acros...

In announcement, Nov 14, 2020

Open Source Forum: Wechaty's Open Source Journey

Wechaty community participated in the Open Source Software Supply Chain Summit 2020, with Huan Li (李卓桓) sharing Wechaty's open source journey and Jingjing Wu (吴京京) presenting Multi-We...

In event, Nov 14, 2020

Microsoft MVP Blog: Six Lines Of Code. Two MVPs. One Chatbot.

Six lines of code. Two MVPs. One chatbot.

In story, Nov 10, 2020

Official-Account Puppet Released

Developing a customized WeChat official account is a complex process, which requires reading a lot of documents. Especially, developing a robot with a custom reply function based on W...

In announcement, Nov 06, 2020

Chatie status page has been published!

Today, we have published a cloud service status page at https://chatie.statuspage.io , please feel free to have a look at it. It’s currently under construction and we will publish our...

In announcement, Nov 06, 2020

Python-Wechaty Live Coding

Wechaty 作为一个对话SDK,拥有适配多平台的优秀能力,同时还具备多语言的特性,今天我们将以一个简单的视频来介绍如何开始使用Python-Wechaty编写一个最简单的聊天机器人。

In tutorial, Oct 26, 2020

"New Wechaty Puppet Service: PadLocal"

Introducing PadLocal, a new Wechaty puppet service with a unique stateless architecture. All traffic is proxied through the local puppet client, ensuring better IP isolation, data sec...

In announcement, Oct 12, 2020

Gitter.im is supported by Wechaty now!

Wechaty is a RPA SDK for Chatbot Makers. It mainly works with WeChat accounts (both individual and official), and now we have published Gitter support for wechaty, which can make us e...

In announcement, Aug 23, 2020

暑期2020中期路演日(Mid-Term Demo Day)

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动,旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展,点击查看官方新闻。

In announcement, Aug 22, 2020

Wechaty Contributor Meetup -- Shenzhen August 5

8 月 5 日,周五晚上,大家按照约定时间到达吃饭地点,我与@lijiarui、@Gcaufy没有线下见过面,有一种见网友的感觉。好在很快就熟悉了。对于我来说意义非凡,非常荣幸,第一次接触 star 数那么多的项目作者,而且还是两位,好似追星族见了明星的感觉。

In event, Aug 09, 2020

Wechaty Workshop for Puppet Makers: How to make a Puppet for Wechaty

Wechaty 通过精妙的代码设计,实现了基于一套应用层代码,自由切换不同的接入方式,帮助开发者以最大程度的易用性,快速实现多个平台的聊天机器人接入。

In event, Aug 05, 2020

Wechaty Summer of Code 2020 Kickoff Meeting

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。

In announcement, Jul 20, 2020

Go Wechaty Beta Released!

go-wechaty 是 wechaty 多语言版本中的 golang 语言实现,目的是方便 go 语言开发者更容易的去使用 wechaty。

In announcement, Jun 29, 2020

Wonderful Wechaty devops toolset

Wechaty 的代码质量,是大家公认的比较高的水准。而在整个项目的搭建和发展的过程中,DevOps 工具是 Wechaty 代码质量的重要保证,这里,就和大家一起聊聊关于 Wechaty DevOps Toolset。

In announcement, Jun 20, 2020

Multi Language Wechaty Beta Release Announcement!

Multi-language Wechaty Beta Released! We have Python, Go, Java, and Scala released on June 19, 2020!

In announcement, Jun 19, 2020

Python Wechaty Beta Released: A Simple Bot

Python-wechaty能够使用少量代码即可完成一个机器人,使用起来非常简单,基于OOP的设计思路能够很好监听和处理微信内部大量的事件,比如:自动回复消息,定时发送消息,拉人入群,好友申请同意等等。此外,目前的插件系统里面有很多拿来即用的工具,比如拉人入群等。当然开发一个自己的插件也是非常简单,无需很高深的概念,只需要你能够理解事件和OOP即可。

In announcement, Jun 17, 2020

Java Wechaty Beta Released: Finally a WeChat Bot in Java

Java Wechaty Beta has been released, bringing the power of Wechaty chatbot development to the Java ecosystem with full TS version feature parity and plugin support.

In announcement, Jun 15, 2020

Wechaty Summer of Code 2020 Talk

作者: juzibot

In announcement, Jun 08, 2020

Wechaty Plugin System Launch Event: Join Us on May 30th

Wechaty officially launches its complete plugin system, allowing developers to call pre-packaged plugin capabilities with just one line of code. Join our May 30th event to learn more.

In announcement, May 30, 2020

How to Build an Investment and Financing Chatbot with QnAMaker.ai - Azure Show

In the first episode of Azure Show's 'From Scratch' series, Rui Li, founder of Juzi Interactive and a Microsoft AI MVP, demonstrates how to build a chatbot for investors using Azure's...

In tutorial, May 19, 2020

Wechaty 2016–2020: Four Years in Open Source — Huan

Huan Li (李卓桓) shares the story of Wechaty’s open-source journey (2016–2020) and introduces the project in a concise 20-minute talk from Azure Show.

In event, May 19, 2020

How to Build a WeChat Chatbot from 0 to 1

1. What is a chatbot?

In announcement, Apr 09, 2020

Kaiyuanshe (开源社): Meet the "SLASH" Youth Huan Li (李卓桓)

An interview with Huan Li (李卓桓) on his multi-hyphenate “SLASH” path—founder, investor, author, programmer, advisor, and extreme-sports enthusiast—and his views on entrepreneurship, op...

In story, Mar 27, 2020

Wechaty New Release Version v0.30: Lots of New Features!

Wechaty v0.30 Released! We have lots of new features added and bugs fixed!

In announcement, Feb 08, 2020

Year-End Highlight: Microsoft AI Global Bootcamp Beijing Concludes

On December 14, 2019, the Microsoft Global AI Bootcamp Beijing event brought together nearly 100 AI developers to learn from eight industry experts, as part of a global celebration sp...

In event, Dec 20, 2019

Wechaty Lecture at Peking University Open Source Class

On October 18, 2019, Wechaty was presented to over 120 students at Peking University's Software and Microelectronics School, covering project architecture, community governance, and t...

In event, Oct 18, 2019

First WWDC in Silicon Valley

The First WWDC in Silicon Valley

In event, Aug 31, 2019

Connect to Wechat: Bot Builder Adapter for Wechat Individual Account

适用于微信个人帐户的Microsoft Bot Framework v4 适配器

In announcement, Aug 23, 2019

Bot Friday - Second Edition

« Event Notification: Tencent + Juzi Interaction Second Edition, Chatbot Friday «

In event, Jul 26, 2019

Introduction to Rasa: Dialogue Systems, Products, and Technology

« Announcement for this event: Tencent + JuZi Interactive = Colliding Ideas, Igniting Technology «

In event, Jul 23, 2019

Wechaty-As-A-Service Why and How

代码

In project, Jun 13, 2019

New DevOps Toolset for @Chatie Organization

The powerful and easy to use Chatie DevOps Toolset:

In npm, Jun 12, 2019

What Can a WeChat Bot Do?

As a product manager who can code, I explore the limitless possibilities of WeChat bots using Wechaty - from chat history recording to community management, multi-group broadcasting, ...

In article, Nov 25, 2018

Microsoft Tech Summit - Quickly Build a Chatbot

A hands-on lab from Microsoft Tech Summit 2018 that shows you how to quickly build a WeChat chatbot using Microsoft LUIS and Wechaty.

In event, Oct 21, 2018

Build Wechaty Chatbot at OpenSource Factory

尹婷:动手实现微信聊天机器人

In announcement, Aug 05, 2018

Installing Wechaty on Windows 10

A comprehensive guide to installing Wechaty on Windows 10 Home, covering common installation errors and solutions including Python 2.7, node-gyp, windows-build-tools, and puppeteer co...

In tutorial, Jul 24, 2018

Migrating Wechaty v0.14 to v0.18 Guide - From Puppeteer To Padchat

Wechaty has been updated to version 0.16(BETA) these days and begin to support all kinds of wechat solutions including web, ipad, ios, etc. My product based on wechaty has to migratio...

In migration, Jun 24, 2018

Girl Techie Festival, Wechaty Special Tech Review

Girls naturally love beautiful clothes, a wardrobe full of jewelry, and cosmetics. They go on dates with their best friends on weekends, go shopping, and have afternoon tea. This seem...

In event, Jan 29, 2018

Wechaty Contributor Dinner with Data Girls

This Wechaty Contributors Dinner is sponsored by Data Girl.

In event, Jan 14, 2018

Research and Sharing on WeChat PC Version Hook

Technical exploration of hooking WeChat PC version through DLL injection, including code samples for message interception, contact list reading, and profile extraction using Version.d...

In hacking, Oct 06, 2017

Wechaty - the missing bot SDK for WeChat

Recently I was in San Francisco talking to a lot of my friends in the Chatbot community, and realized how the Wechaty community is becoming central to Chatbot development in China.

In story, Sep 10, 2017

Shanghai WWDC - Wechaty Worldwide Developers Conference

Most of the Wechaty core team are in Beijing, but there are a few of us here in Shanghai too.@lijiarui was in town for a few days and so we had a small get together!

In event, Aug 28, 2017

Run Your Telegram Bot with Wechaty

Before introducing Wechaty Telegram Bot Adaptor, I would like to say something about Telegram chatbots. Recent days, I have a lot of fun playing chatbots on Telegram. After lynched hu...

In project, Jul 17, 2017

The First Wechaty WWDC Party in 2017

On June 6, 2017, 6 pm, we have a great first Wechaty World Wide Developer Conference (WWDC) at Su Shi Restaurant of Wudaokou, Beijing.

In event, Jun 06, 2017

A Simple Wechaty Bot with Intelligence Powered by TensorFlow

Wechaty is an powerful library to help developers interact with WeChat programmatically, creating a bot for a varity of purposes. A very significant purpose of a bot is to chat with u...

In project, Jun 05, 2017

Deliver dialogs with SuperScript

Hailiang WANG is Lead of Rockq Community and also a software developer. He used to work in IBM China Innovation Center and IBM China Development Lab. Since last year, he has focused...

In tutorial, May 17, 2017

The secret lives of WeChat’s chatbots

Chatbots rocketed into the limelight last year, bolstered by the enthusiasm of Facebook and Microsoft, though the technology wasn’t mature yet.

In story, Feb 22, 2017

Wechaty 101: from v0.0 to v0.7

This talk was presented at Node Party Beijing #18 Dec 2016, all about ChatBots.

In announcement, Jan 06, 2017

How a Girl Built a WeChat Chatbot with 6 Lines of Code

A personal story of how dance video creator Jiarui Li solved her community management challenges by building a WeChat chatbot using Wechaty framework with just 6 lines of JavaScript.

In story, Dec 10, 2016

Node Party #18 - Rediscovering Chatbots

Node Party #18 focuses on chatbot development with Wechaty and explores practical scenarios for conversational AI. Join us for talks by Zhuohuan LI (李卓桓), Jiarui LI (李佳芮), and Shoukun...

In event, Dec 07, 2016

Chat Transcript - Jiarui Li (李佳芮): A Female Developer Taking a Step Forward

An insightful GitChat interview with Jiarui Li, a female frontend engineer, discussing WeChat robots, Wechaty framework, and her entrepreneurial journey in chatbot automation.

In story, Dec 04, 2016

interview

Kaiyuanshe (开源社): Meet the "SLASH" Youth Huan Li (李卓桓)

An interview with Huan Li (李卓桓) on his multi-hyphenate “SLASH” path—founder, investor, author, programmer, advisor, and extreme-sports enthusiast—and his views on entrepreneurship, op...

In story, Mar 27, 2020

The secret lives of WeChat’s chatbots

Chatbots rocketed into the limelight last year, bolstered by the enthusiasm of Facebook and Microsoft, though the technology wasn’t mature yet.

In story, Feb 22, 2017

Chat Transcript - Jiarui Li (李佳芮): A Female Developer Taking a Step Forward

An insightful GitChat interview with Jiarui Li, a female frontend engineer, discussing WeChat robots, Wechaty framework, and her entrepreneurial journey in chatbot automation.

In story, Dec 04, 2016

chatbot

Wechaty & AWS Global Recruitment: Leave an Eternal Mark with Your Code!

Wechaty & AWS AI development competition globally recruiting developers to create innovative AI chatbots using large language models - three tracks including efficiency, public welfar...

In article, May 23, 2025

AWS with Wechaty | AWS Generative AI Application Challenge Kicks Off!

✨ The 2nd China Generative AI Innovation Application Challenge ✨

In article, Apr 25, 2024

Postgraduate Exam Supervision Group Assistant - A Good Helper on the Postgraduate Exam Journey

A Wechaty-based bot for managing postgraduate exam study groups, featuring daily check-ins, study time tracking, scheduled reminders, and automatic countdown updates to help students ...

In article, Mar 03, 2023

2022-关于开发wechaty-huggingface-pipeline的提议

关于开发wechaty-huggingface-pipeline的提议

In project, May 05, 2022

xin_bot:一个尝试使用python-wechaty插件系统开发的娱乐性机器人

xin_bot,一个提供了一些小娱乐功能的wechaty机器人,考虑到后续功能的扩展,尝试使用python-wechaty的插件系统进行代码组织。

In article, Apr 28, 2022

2022-小白如何从0到1上手puppet-walnut

小白如何从0到1上手 Puppet-Walnut

In project, Apr 22, 2022

2022-基于5G平台puppet接入post消息

基于 5G 平台开发 puppet 模块接入 wechaty

In project, Apr 20, 2022

2022-基于5G平台开发puppet模块接入wechaty

基于 5G 平台开发 puppet 模块接入 wechaty

In project, Feb 17, 2022

2021-期中报告-基于5G平台开发puppet模块接入wechaty

基于 5G 平台开发 puppet 模块接入 wechaty

In project, Dec 21, 2021

2021-期初报告-基于5G平台开发puppet模块接入wechaty

基于 5G 平台开发 puppet 模块接入 wechaty

In project, Nov 24, 2021

OSPP 2021-期初报告-开发支持电信运营商5G Chatbot/RCS的 Wechaty接入Puppet模块

开发支持电信运营商5G Chatbot/RCS的 Wechaty接入Puppet模块

In project, ospp, Jul 15, 2021

AI Chatbot Competition - Metaverse Launcher: Reconstructing Reality!

Hardcore ML Chatbot competition jointly hosted by Wechaty, PaddlePaddle, and Mixlab - the "AI Creative Camp: Metaverse Launcher - Reconstructing Reality" invites sci-fi enthusiasts to...

In article, Jul 07, 2021

AI Poet Chatbot powered by Python Wechaty & PaddleHub

小白也能超快上手的AI ChatBot教程,这次教大家一个用基于Python Wechaty和 PaddlePaddle 框架运行的,用AI续写情话的对话机器人。

In tutorial, Apr 24, 2021

AI ChatBot Creation Camp Kicks Off!

What capabilities does a ChatBot need in the age of artificial intelligence? Is it an intelligent housekeeper that helps you organize all the materials that “if you code it, you have ...

In article, Apr 22, 2021

Huan: Introducing Chatbot and Conversational User Interface (CUI)

Wechaty is an SDK that provides interface services for conversational user interface. Through RPA technology, it provides Chatbot developers with convenient instant messaging platform...

In tutorial, Jan 20, 2021

Lark Chatbot Based on Wechaty Interface with Open API: Mid-term Report

Mid-term progress report for developing a Lark chatbot puppet using Wechaty interface and Open API, including implementation of message handling, contact list management, and event su...

In project, Aug 19, 2020

Implementing a WeChat Task Assistant with Wechaty

This post introduces a WeChat task assistant built with Wechaty. The author shares the motivation, design, and technical challenges of creating a chatbot that can understand natural l...

In project, Jul 17, 2020

How to Build a WeChat Chatbot from 0 to 1

1. What is a chatbot?

In announcement, Apr 09, 2020

Application of Chatbot in Offline Events

Hello everyone, my name is Alex, Wang Lei. I am a programmer with 10 years of experience and a community organizer. Since 2011, my friends and I have launched an English enthusiast co...

In talk, Nov 28, 2019

Microsoft Tech Summit - Quickly Build a Chatbot

A hands-on lab from Microsoft Tech Summit 2018 that shows you how to quickly build a WeChat chatbot using Microsoft LUIS and Wechaty.

In event, Oct 21, 2018

How a Girl Built a WeChat Chatbot with 6 Lines of Code

A personal story of how dance video creator Jiarui Li solved her community management challenges by building a WeChat chatbot using Wechaty framework with just 6 lines of JavaScript.

In story, Dec 10, 2016

Node Party #18 - Rediscovering Chatbots

Node Party #18 focuses on chatbot development with Wechaty and explores practical scenarios for conversational AI. Join us for talks by Zhuohuan LI (李卓桓), Jiarui LI (李佳芮), and Shoukun...

In event, Dec 07, 2016

Chat Transcript - Jiarui Li (李佳芮): A Female Developer Taking a Step Forward

An insightful GitChat interview with Jiarui Li, a female frontend engineer, discussing WeChat robots, Wechaty framework, and her entrepreneurial journey in chatbot automation.

In story, Dec 04, 2016

female-developer

Chat Transcript - Jiarui Li (李佳芮): A Female Developer Taking a Step Forward

An insightful GitChat interview with Jiarui Li, a female frontend engineer, discussing WeChat robots, Wechaty framework, and her entrepreneurial journey in chatbot automation.

In story, Dec 04, 2016

docker

Wechaty Docker Multi-Platform for Raspberry Pi (ARM)

For a long time, wechaty docker image was build for platform amd64. Today, Wechaty is supporting new platform: Raspberry Pi (ARM)!

In announcement, Nov 27, 2021

Docker Open Source Program ❤️ Wechaty

In November, 2020, Docker announced the launch of a special program to expand our support for Open Source projects that use Docker. The eligible projects that meet the program’s requi...

In announcement, Aug 10, 2021

Running Wechaty WeChat Bot Framework with Docker

Learn how to use Docker to run Wechaty WeChat bot framework, from basic setup to deployment with GhostCloud EcOS

In tutorial, Dec 05, 2016

talk

Plans and Preview for Wechaty 2.0

We are excited to share our plans for Wechaty 2.0, which will merge experimental features into the main branch. This update includes new functionalities like video channel messages, s...

In announcement, May 09, 2023

Wechaty Open Source Promotion Plan 2021 Kickoff Meeting

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。学生可自主选择感兴趣的项目进行申请,并在中选后获得该...

In announcement, ospp, Jun 24, 2021

Open Source Leaders Talk - Wechaty's Open Source Journey

Yuan Gao (高原), Juzibot CTO and Wechaty committer, shares Wechaty's open source journey from 2016 to 2021, covering what Wechaty is, how to use it, the evolution of the Puppet architec...

In announcement, Jun 05, 2021

一次愉快的南京开源峰会之旅

写在前面:本来此篇博文应该在去年完成,由于其它事情耽搁一直拖延到现在。

In story, Feb 17, 2021

Osschat a bridge to the apache way in China

OSSChat 是一个机器人工具,用于桥接 IM 应用(如微信)与 Apache 社区工具(如邮件列表、Jira),OSS.Chat项目的任务是将微信和其他社交平台(未来)以及GitHub出现的问题和邮件列表之间的三方沟通和翻译障碍发送给开源开发社区,使ASF的文化、技术和协作流程能够更高效、更容易被接受。

In announcement, Dec 31, 2020

Open Source Forum: Wechaty's Open Source Journey

Wechaty community participated in the Open Source Software Supply Chain Summit 2020, with Huan Li (李卓桓) sharing Wechaty's open source journey and Jingjing Wu (吴京京) presenting Multi-We...

In event, Nov 14, 2020

暑期2020中期路演日(Mid-Term Demo Day)

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动,旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展,点击查看官方新闻。

In announcement, Aug 22, 2020

Wechaty Summer of Code 2020 Kickoff Meeting

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。

In announcement, Jul 20, 2020

Building an Assistant with Wechaty and WeChat Open AI Platform

Invited by WWC (Women Who Code), I shared online how to build an assistant using Wechaty and WeChat Open AI Platform to help answer common questions.

In tutorial, Jul 20, 2020

Wonderful Wechaty devops toolset

Wechaty 的代码质量,是大家公认的比较高的水准。而在整个项目的搭建和发展的过程中,DevOps 工具是 Wechaty 代码质量的重要保证,这里,就和大家一起聊聊关于 Wechaty DevOps Toolset。

In announcement, Jun 20, 2020

Wechaty Summer of Code 2020 Talk

作者: juzibot

In announcement, Jun 08, 2020

Wechaty Plugin System Launch Event: Join Us on May 30th

Wechaty officially launches its complete plugin system, allowing developers to call pre-packaged plugin capabilities with just one line of code. Join our May 30th event to learn more.

In announcement, May 30, 2020

How to Build an Investment and Financing Chatbot with QnAMaker.ai - Azure Show

In the first episode of Azure Show's 'From Scratch' series, Rui Li, founder of Juzi Interactive and a Microsoft AI MVP, demonstrates how to build a chatbot for investors using Azure's...

In tutorial, May 19, 2020

Wechaty 2016–2020: Four Years in Open Source — Huan

Huan Li (李卓桓) shares the story of Wechaty’s open-source journey (2016–2020) and introduces the project in a concise 20-minute talk from Azure Show.

In event, May 19, 2020

How to Build a WeChat Chatbot from 0 to 1

1. What is a chatbot?

In announcement, Apr 09, 2020

Connect to Wechat: Bot Builder Adapter for Wechat Individual Account

适用于微信个人帐户的Microsoft Bot Framework v4 适配器

In announcement, Aug 23, 2019

Bot Friday - Second Edition

« Event Notification: Tencent + Juzi Interaction Second Edition, Chatbot Friday «

In event, Jul 26, 2019

Bot Friday Zero — Seminar Minutes

Kickoff minutes for Bot Friday (Zero) at Tencent Beijing on Jul 19, 2019 — Rasa-to-production talk by Qinghua Duan, founding members, roundtable insights, next-meetup plan, with slide...

In event, Jul 19, 2019

Microsoft Tech Summit - Quickly Build a Chatbot

A hands-on lab from Microsoft Tech Summit 2018 that shows you how to quickly build a WeChat chatbot using Microsoft LUIS and Wechaty.

In event, Oct 21, 2018

Girl Techie Festival, Wechaty Special Tech Review

Girls naturally love beautiful clothes, a wardrobe full of jewelry, and cosmetics. They go on dates with their best friends on weekends, go shopping, and have afternoon tea. This seem...

In event, Jan 29, 2018

Building a Face Recognition Chatbot - Wechaty Blinder

Learn how to build a WeChat face recognition bot using Wechaty, TensorFlow, and FaceNet to help identify people in photos

In project, Jan 25, 2018

How to Build a Chatbot

A comprehensive guide to building chatbots from the founder of Juzi Interactive, covering the evolution from PC to web to mobile apps to chatbots, and practical implementation using W...

In tutorial, Jul 13, 2017

Wechaty 101: from v0.0 to v0.7

This talk was presented at Node Party Beijing #18 Dec 2016, all about ChatBots.

In announcement, Jan 06, 2017

Node Party #18 - Rediscovering Chatbots

Node Party #18 focuses on chatbot development with Wechaty and explores practical scenarios for conversational AI. Join us for talks by Zhuohuan LI (李卓桓), Jiarui LI (李佳芮), and Shoukun...

In event, Dec 07, 2016

meetup

Plans and Preview for Wechaty 2.0

We are excited to share our plans for Wechaty 2.0, which will merge experimental features into the main branch. This update includes new functionalities like video channel messages, s...

In announcement, May 09, 2023

Wechaty community meetup: Office Hour, Feb 22th, 2022

7月22日,周五,社区在线上举办了一个 Office Hour 的视频会议,由 @Huan,@wj-Mcat,@Leo_chen 共同讨论了一下社区中一些新项目的进展,并且相互提出了一些建议。

In talk, Jul 22, 2022

Wechaty community meetup: PadLocal Office Hour, @padlocal, Feb 5th, 2022

2月5日,周六,社区在线上举办了一个 Padlocal 专题的视频会议,由 Padlocal 的作者 @Haoda 讲解了 Padlocal 的起源与技术架构,并对 Padlocal 的一些 issues 进行了回复。

In talk, Feb 22, 2022

Wechaty OSPP (Summer of Open Source) Final Demo Day

Final Demo Day showcase for Wechaty's 9 Summer 2021 OSPP projects, featuring student presentations on WeChat mini-programs, Python puppets, 5G RCS chatbots, Lark integration, CLI clie...

In announcement, Oct 09, 2021

New Windows Puppet Project wechaty-puppet-xp Launches

Wechaty contributors gathered for an offline meetup to officially launch the wechaty-puppet-xp project, a free Windows WeChat desktop protocol implementation.

In story, Jul 13, 2021

Wechaty Open Source Promotion Plan 2021 Kickoff Meeting

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。学生可自主选择感兴趣的项目进行申请,并在中选后获得该...

In announcement, ospp, Jun 24, 2021

Open Source Leaders Talk - Wechaty's Open Source Journey

Yuan Gao (高原), Juzibot CTO and Wechaty committer, shares Wechaty's open source journey from 2016 to 2021, covering what Wechaty is, how to use it, the evolution of the Puppet architec...

In announcement, Jun 05, 2021

Wechaty Contributor Beijing Meetup 2021/04

A casual gathering of Wechaty contributors in Beijing during Qingming Festival, discussing PadLocal, community history, and the future of Wechaty.

In story, Apr 05, 2021

Osschat a bridge to the apache way in China

OSSChat 是一个机器人工具,用于桥接 IM 应用(如微信)与 Apache 社区工具(如邮件列表、Jira),OSS.Chat项目的任务是将微信和其他社交平台(未来)以及GitHub出现的问题和邮件列表之间的三方沟通和翻译障碍发送给开源开发社区,使ASF的文化、技术和协作流程能够更高效、更容易被接受。

In announcement, Dec 31, 2020

暑期2020中期路演日(Mid-Term Demo Day)

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动,旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展,点击查看官方新闻。

In announcement, Aug 22, 2020

Wechaty Contributor Meetup -- Shenzhen August 5

8 月 5 日,周五晚上,大家按照约定时间到达吃饭地点,我与@lijiarui、@Gcaufy没有线下见过面,有一种见网友的感觉。好在很快就熟悉了。对于我来说意义非凡,非常荣幸,第一次接触 star 数那么多的项目作者,而且还是两位,好似追星族见了明星的感觉。

In event, Aug 09, 2020

Wechaty Summer of Code 2020 Kickoff Meeting

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。

In announcement, Jul 20, 2020

Wechaty Summer of Code 2020 Talk

作者: juzibot

In announcement, Jun 08, 2020

Wechaty Plugin System Launch Event: Join Us on May 30th

Wechaty officially launches its complete plugin system, allowing developers to call pre-packaged plugin capabilities with just one line of code. Join our May 30th event to learn more.

In announcement, May 30, 2020

How to Build a WeChat Chatbot from 0 to 1

1. What is a chatbot?

In announcement, Apr 09, 2020

Wechaty Lecture at Peking University Open Source Class

On October 18, 2019, Wechaty was presented to over 120 students at Peking University's Software and Microelectronics School, covering project architecture, community governance, and t...

In event, Oct 18, 2019

First WWDC in Silicon Valley

The First WWDC in Silicon Valley

In event, Aug 31, 2019

Connect to Wechat: Bot Builder Adapter for Wechat Individual Account

适用于微信个人帐户的Microsoft Bot Framework v4 适配器

In announcement, Aug 23, 2019

Bot Friday - Second Edition

« Event Notification: Tencent + Juzi Interaction Second Edition, Chatbot Friday «

In event, Jul 26, 2019

Introduction to Rasa: Dialogue Systems, Products, and Technology

« Announcement for this event: Tencent + JuZi Interactive = Colliding Ideas, Igniting Technology «

In event, Jul 23, 2019

Bot Friday Zero — Seminar Minutes

Kickoff minutes for Bot Friday (Zero) at Tencent Beijing on Jul 19, 2019 — Rasa-to-production talk by Qinghua Duan, founding members, roundtable insights, next-meetup plan, with slide...

In event, Jul 19, 2019

Wechaty Contributor Dinner with Data Girls

This Wechaty Contributors Dinner is sponsored by Data Girl.

In event, Jan 14, 2018

Shanghai WWDC - Wechaty Worldwide Developers Conference

Most of the Wechaty core team are in Beijing, but there are a few of us here in Shanghai too.@lijiarui was in town for a few days and so we had a small get together!

In event, Aug 28, 2017

The First Wechaty WWDC Party in 2017

On June 6, 2017, 6 pm, we have a great first Wechaty World Wide Developer Conference (WWDC) at Su Shi Restaurant of Wudaokou, Beijing.

In event, Jun 06, 2017

Node Party #18 - Rediscovering Chatbots

Node Party #18 focuses on chatbot development with Wechaty and explores practical scenarios for conversational AI. Join us for talks by Zhuohuan LI (李卓桓), Jiarui LI (李佳芮), and Shoukun...

In event, Dec 07, 2016

case

Wechaty Case Study - a letter from JasLin

Usercase of using wechat robot with Wechaty

In story, Dec 08, 2016

tutorial

Building a Paid Private Domain Traffic Assistant Using Micro Merchants + Wechaty

A WeChat bot that automatically accepts friend requests, collects payments, and adds users to groups based on keywords - all within WeChat.

In project, Feb 09, 2021

Wechaty Workshop for Puppet Makers: How to make a Puppet for Wechaty

Wechaty 通过精妙的代码设计,实现了基于一套应用层代码,自由切换不同的接入方式,帮助开发者以最大程度的易用性,快速实现多个平台的聊天机器人接入。

In event, Aug 05, 2020

How to Build a Chatbot

A comprehensive guide to building chatbots from the founder of Juzi Interactive, covering the evolution from PC to web to mobile apps to chatbots, and practical implementation using W...

In tutorial, Jul 13, 2017

How a Girl Built a WeChat Chatbot with 6 Lines of Code

A personal story of how dance video creator Jiarui Li solved her community management challenges by building a WeChat chatbot using Wechaty framework with just 6 lines of JavaScript.

In story, Dec 10, 2016

startup

wewe - Making Group Messages Public to the World

wewe is an open-source tool that records and publicly shares WeChat and Slack group chat messages, making discussions searchable and accessible to everyone, with topic extraction and ...

In project, Jul 16, 2019

Using Chatie to Implement WeChat Bot Business Logic for [Haoshiyou] Group Management

To help friends new to Silicon Valley find roommates and rent apartments, we established several WeChat groups in our local area.Our basic philosophy for this project is simple focus ...

In project, Apr 16, 2017

Wechaty OSPP (Summer of Open Source) Final Demo Day

Final Demo Day showcase for Wechaty's 9 Summer 2021 OSPP projects, featuring student presentations on WeChat mini-programs, Python puppets, 5G RCS chatbots, Lark integration, CLI clie...

In announcement, Oct 09, 2021

AI Chatbot Competition - Metaverse Launcher: Reconstructing Reality!

Hardcore ML Chatbot competition jointly hosted by Wechaty, PaddlePaddle, and Mixlab - the "AI Creative Camp: Metaverse Launcher - Reconstructing Reality" invites sci-fi enthusiasts to...

In article, Jul 07, 2021

Wechaty Open Source Promotion Plan 2021 Kickoff Meeting

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。学生可自主选择感兴趣的项目进行申请,并在中选后获得该...

In announcement, ospp, Jun 24, 2021

New Wechaty Puppet Service: SimplePad

Introducing SimplePad - a flexible HTTP-based Wechaty Puppet service that offers language-agnostic API access with pay-per-use pricing model.

In announcement, Jun 17, 2021

Open Source Leaders Talk - Wechaty's Open Source Journey

Yuan Gao (高原), Juzibot CTO and Wechaty committer, shares Wechaty's open source journey from 2016 to 2021, covering what Wechaty is, how to use it, the evolution of the Puppet architec...

In announcement, Jun 05, 2021

Hello Wechaty GSoD’21 Technical Writers!

It’s a great honor for Wechaty to participate in Google Season of Docs 2021as one of the great top 30 open-source sponsored projects all over the world!

In gsod, announcement, May 08, 2021

Reconstruct Wechaty landing page with value propositions

What is Value Proposition? A value proposition is a statement that answers the ‘why’ someone should do business with you. It should convince a potential customer why your servic...

In gsod, May 01, 2021

Google Season of Docs ❤️ Wechaty

What is Google Season of Docs?Season of Docs is an annual program organised by Google.Its goal is to bring technical writers and open source organisations together to foster collabo...

In announcement, gsod, Apr 30, 2021

AI ChatBot Creation Camp Kicks Off!

What capabilities does a ChatBot need in the age of artificial intelligence? Is it an intelligent housekeeper that helps you organize all the materials that “if you code it, you have ...

In article, Apr 22, 2021

Teaching You to Develop Bots with python-wechaty and Web Protocol

Detailed guide on using python-wechaty with web protocol to develop chatbots, including Docker setup for web protocol service and connecting with python-wechaty to build functional bots.

In article, Apr 17, 2021

Wechaty Puppet Providers Trends

Do you want know which Wechaty Puppet Provider is most used by our Wechaty developers?

In announcement, Mar 04, 2021

Google Cloud Shell Tutorials for Wechaty

Today, We have created a Google Cloud Shell Tutorial for easy getting started with Wechaty!

In tutorial, Feb 20, 2021

Using Matrix and Wechaty to Chat on WeChat

Detailed deployment guide for using Matrix chat with matrix-appservice-wechaty to enable WeChat conversations through the Matrix protocol.

In tutorial, Feb 04, 2021

This Summer: Stories of Wechaty Community and 9 Rising Open Source Contributors

Nine undergraduate and graduate students became rising contributors to Wechaty community during Summer 2020: Bi Kaiqiao (毕凯乔), Wang Junwei (王俊伟), Xie Yuqing (谢昱清), Fan Rui (范蕊), Jiang...

In announcement, Dec 31, 2020

Osschat a bridge to the apache way in China

OSSChat 是一个机器人工具,用于桥接 IM 应用(如微信)与 Apache 社区工具(如邮件列表、Jira),OSS.Chat项目的任务是将微信和其他社交平台(未来)以及GitHub出现的问题和邮件列表之间的三方沟通和翻译障碍发送给开源开发社区,使ASF的文化、技术和协作流程能够更高效、更容易被接受。

In announcement, Dec 31, 2020

Lark Chatbot based on Open API for Wechaty: Final Report

Building a Lark (Feishu) chatbot using Wechaty by encapsulating open APIs

In project, Sep 30, 2020

暑期2020中期路演日(Mid-Term Demo Day)

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动,旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展,点击查看官方新闻。

In announcement, Aug 22, 2020

Chatbots Duet: Using wechaty-log-monitor Plugin to Implement DevOps like 'QR Code Rescue on Disconnect'

To enable better readily availability for my chatbot in production, I wrote the wechaty-log-monitor plugin to perform log-related DevOps for Wechaty running in production.

In project, Aug 09, 2020

How I Rebuilt the Sales System at MiraclePlus with a Chatbot

In addition to media exposure, deep outreach through people is a good way to acquire customers. For the team, it is necessary to ensure that everyone’s outreach is standardized. F...

In project, Aug 08, 2020

Wechaty Summer of Code 2020 Kickoff Meeting

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。

In announcement, Jul 20, 2020

Building an Assistant with Wechaty and WeChat Open AI Platform

Invited by WWC (Women Who Code), I shared online how to build an assistant using Wechaty and WeChat Open AI Platform to help answer common questions.

In tutorial, Jul 20, 2020

Youdao AI Cloud Translation Plugin

Integrate Youdao AI Cloud translation capabilities as a Wechaty plugin, enabling developers to easily add translation features to their bots.

In npm, Jul 19, 2020

Implementing a WeChat Task Assistant with Wechaty

This post introduces a WeChat task assistant built with Wechaty. The author shares the motivation, design, and technical challenges of creating a chatbot that can understand natural l...

In project, Jul 17, 2020

Implementing a WeChat Poetry Search Robot with Wechaty (wechat poem robot)

Building an intelligent WeChat poetry search chatbot using Wechaty and iPad protocol, with regex-powered keyword extraction and a PHP+MySQL poetry database backend.

In project, Jul 07, 2020

Go Wechaty Beta Released!

go-wechaty 是 wechaty 多语言版本中的 golang 语言实现,目的是方便 go 语言开发者更容易的去使用 wechaty。

In announcement, Jun 29, 2020

Wonderful Wechaty devops toolset

Wechaty 的代码质量,是大家公认的比较高的水准。而在整个项目的搭建和发展的过程中,DevOps 工具是 Wechaty 代码质量的重要保证,这里,就和大家一起聊聊关于 Wechaty DevOps Toolset。

In announcement, Jun 20, 2020

Python Wechaty Beta Released: A Simple Bot

Python-wechaty能够使用少量代码即可完成一个机器人,使用起来非常简单,基于OOP的设计思路能够很好监听和处理微信内部大量的事件,比如:自动回复消息,定时发送消息,拉人入群,好友申请同意等等。此外,目前的插件系统里面有很多拿来即用的工具,比如拉人入群等。当然开发一个自己的插件也是非常简单,无需很高深的概念,只需要你能够理解事件和OOP即可。

In announcement, Jun 17, 2020

Java Wechaty Beta Released: Finally a WeChat Bot in Java

Java Wechaty Beta has been released, bringing the power of Wechaty chatbot development to the Java ecosystem with full TS version feature parity and plugin support.

In announcement, Jun 15, 2020

Wechaty Summer of Code 2020 Talk

作者: juzibot

In announcement, Jun 08, 2020

Party Game Bot

This post is also available in Chinese

In project, Jun 06, 2020

Wechaty Plugin System Launch Event: Join Us on May 30th

Wechaty officially launches its complete plugin system, allowing developers to call pre-packaged plugin capabilities with just one line of code. Join our May 30th event to learn more.

In announcement, May 30, 2020

How to Build a WeChat Chatbot from 0 to 1

1. What is a chatbot?

In announcement, Apr 09, 2020

Sending and Receiving WeChat Messages Using [Matrix]

This post is also available in Chinese

In tutorial, Mar 01, 2020

First WWDC in Silicon Valley

The First WWDC in Silicon Valley

In event, Aug 31, 2019

Connect to Wechat: Bot Builder Adapter for Wechat Individual Account

适用于微信个人帐户的Microsoft Bot Framework v4 适配器

In announcement, Aug 23, 2019

dotnet club uses Wechaty to collect valuable WeChat threads

Talking with experts in a field often feels like a revelation. Some questions linger in our minds for a long time without an answer, sometimes for a while, sometimes for years. It’s l...

In story, Aug 12, 2019

How to Send WeChat Mini Programs Using PadPro

This post is also available in Chinese

In feature, Jul 18, 2019

wewe - Making Group Messages Public to the World

wewe is an open-source tool that records and publicly shares WeChat and Slack group chat messages, making discussions searchable and accessible to everyone, with topic extraction and ...

In project, Jul 16, 2019

Wechaty - Making Online Business Easy

A Wechaty-based payment solution for small businesses and individual developers without business licenses, enabling instant WeChat and Alipay payment notifications and automatic order...

In project, Jul 12, 2019

Build a WeChat Sweet-Talk Bot in Three Steps with Node.js - Beginner Friendly

A beginner-friendly Node.js tutorial for building a WeChat bot that sends daily weather updates, sweet messages, and relationship reminders to your significant other, with optional AI...

In project, Jun 21, 2019

Lightbot Statistical Analysis Management Platform

Lightbot is a comprehensive WeChat group management platform built with Wechaty, featuring auto-reply, keyword management, violation detection, user analytics, and chat data visualiza...

In project, Aug 14, 2018

WeChat App Communication Protocol Case Study Reference Guide

An in-depth technical analysis of WeChat's Android client communication protocol, including network architecture, message formats, synchronization mechanisms, and a reference implemen...

In hacking, Mar 10, 2018

Building a Face Recognition Chatbot - Wechaty Blinder

Learn how to build a WeChat face recognition bot using Wechaty, TensorFlow, and FaceNet to help identify people in photos

In project, Jan 25, 2018

wechaty-electron: Making Your Wechaty a Client Service

A technical exploration of creating a desktop client for Wechaty using Electron, enabling real-time WeChat group broadcasting with manual intervention capabilities and cross-platform ...

In project, Nov 26, 2017

Score Your Face Photo: a ML & Wechaty practice

Recently I found a fun and easy middleware to use for WeChat, called Wechaty.

In project, Sep 18, 2017

How to Build a Chatbot

A comprehensive guide to building chatbots from the founder of Juzi Interactive, covering the evolution from PC to web to mobile apps to chatbots, and practical implementation using W...

In tutorial, Jul 13, 2017

An interesting weekend with Wechaty

Thanks for inviting me to write this article that give me a chance to share my story for each other. And Wechaty is a very awesome library that is powerful and easy to use. The most i...

In project, Jun 24, 2017

The First Wechaty WWDC Party in 2017

On June 6, 2017, 6 pm, we have a great first Wechaty World Wide Developer Conference (WWDC) at Su Shi Restaurant of Wudaokou, Beijing.

In event, Jun 06, 2017

Using Chatie to Implement WeChat Bot Business Logic for [Haoshiyou] Group Management

To help friends new to Silicon Valley find roommates and rent apartments, we established several WeChat groups in our local area.Our basic philosophy for this project is simple focus ...

In project, Apr 16, 2017

real-estate

使用Wechaty开发微信群管理小助手

我们设计了一个租房平台的微信小程序,为了方便推广,针对每个地区开设了一个或多个微信群,每天会在群里发文字和小程序的二维码来推广小程序和阐述群规定。因为所开的群太多,如果是人工发送这些东西,会很浪费时间。因为发的东西都是固定的,所以考虑使用微信机器人。

In project, Jun 04, 2020

Using Chatie to Implement WeChat Bot Business Logic for [Haoshiyou] Group Management

To help friends new to Silicon Valley find roommates and rent apartments, we established several WeChat groups in our local area.Our basic philosophy for this project is simple focus ...

In project, Apr 16, 2017

api

Wechaty - the missing bot SDK for WeChat

Recently I was in San Francisco talking to a lot of my friends in the Chatbot community, and realized how the Wechaty community is becoming central to Chatbot development in China.

In story, Sep 10, 2017

machine-learning

TensorFlow.js: Machine Learning in JavaScript

Huan takes us on a journey into the world of machine learning right in your browser with TensorFlow.js. Whether you’re a developer, tech enthusiast, or just curious about the inters...

In talk, Feb 05, 2024

Baidu Paddle ❤️ Wechaty & Mixlab ML Chatbot Competition Works Recommendation

33 creative ML chatbot projects were submitted to the AI Creator Camp competition jointly hosted by Wechaty, PaddlePaddle, and Mixlab, showcasing innovative applications in OCR, image...

In project, Sep 10, 2021

通过Wechaty使用深度学习模型预测图片类型

Use wechaty to apply pytorch model via WeChat.

In project, Oct 25, 2020

基于Python-wechaty建立一个斗图机器人 POC 结项博客

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isc...

In project, Sep 27, 2020

基于Python-wechaty建立一个斗图机器人 POC 成果展示

暑期2020 基于Python-wechaty建立一个斗图机器人 POC 成果展示

In project, Aug 13, 2020

基于Python-wechaty建立一个斗图机器人

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。

In project, Jul 18, 2020

Building a Face Recognition Chatbot - Wechaty Blinder

Learn how to build a WeChat face recognition bot using Wechaty, TensorFlow, and FaceNet to help identify people in photos

In project, Jan 25, 2018

Score Your Face Photo: a ML & Wechaty practice

Recently I found a fun and easy middleware to use for WeChat, called Wechaty.

In project, Sep 18, 2017

A Simple Wechaty Bot with Intelligence Powered by TensorFlow

Wechaty is an powerful library to help developers interact with WeChat programmatically, creating a bot for a varity of purposes. A very significant purpose of a bot is to chat with u...

In project, Jun 05, 2017

tensorflow

TensorFlow.js: Machine Learning in JavaScript

Huan takes us on a journey into the world of machine learning right in your browser with TensorFlow.js. Whether you’re a developer, tech enthusiast, or just curious about the inters...

In talk, Feb 05, 2024

基于Python-wechaty建立一个斗图机器人 POC 结项博客

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isc...

In project, Sep 27, 2020

基于Python-wechaty建立一个斗图机器人 POC 成果展示

暑期2020 基于Python-wechaty建立一个斗图机器人 POC 成果展示

In project, Aug 13, 2020

Building a Face Recognition Chatbot - Wechaty Blinder

Learn how to build a WeChat face recognition bot using Wechaty, TensorFlow, and FaceNet to help identify people in photos

In project, Jan 25, 2018

A Simple Wechaty Bot with Intelligence Powered by TensorFlow

Wechaty is an powerful library to help developers interact with WeChat programmatically, creating a bot for a varity of purposes. A very significant purpose of a bot is to chat with u...

In project, Jun 05, 2017

utility

OSSChat is What You Need for Open Source Community Operations

OSSChat now supports auto-reply for WeChat bots, helping you manage your open-source community by bridging WeChat groups with GitHub Issues.

In project, Oct 28, 2021

『PaddlePaddle X Wechaty』有颜又有才的Living_Bot

『PaddlePaddle X Wechaty』有颜又有才的Living_Bot

In project, Aug 11, 2021

基于Nodejs+Wechaty开发微信机器人管理平台

微信机器人开源库调研,GitHub 找到以下 3 个开源作品:

In project, Jun 17, 2021

基于Nodejs+Wechaty开发微信机器人管理平台

微信机器人开源库调研,GitHub 找到以下 3 个开源作品:

In project, Oct 27, 2020

Wechaty 将 TS 转发到 Python 的探索实践

报时机器人,每逢整点在群里发送报时信息。

In project, Sep 12, 2020

基于Wechaty-IPAD协议的预警消息转发机器人

微信机器人 - 实时转发预警信息

In project, Aug 28, 2020

简易命令行控制的「微信机器人」及群聊信息过滤实现

生活中学校通知信息都会借助微信群聊发布,并且时常会要求“收到请回复”。这就导致了少数重要信息与大量无关信息混杂在一起,屏蔽与不屏蔽都不是好办法。遂实现了命令行控制的「微信机器人」,并在此基础上完成了群聊信息过滤功能。

In project, Aug 28, 2020

基于wechaty的简易shell

这个项目是基于SpringBoot和SpringMVC的,语言是kotlin,构建工具是maven。

In project, Aug 20, 2020

twitter2wechat

In project, Aug 06, 2020

Group Chat Assistant Bot based on python-wechaty

This post outlines the plan for creating a Group Chat Assistant Bot using python-wechaty as part of the Summer 2020 open-source program. The project includes features like message tag...

In project, Jul 18, 2020

repe-assistant 社群活动助手

repe社群助手主要是为了提高社群活跃度以及群活动管理而设计。管理员使用后台web发起一系列活动并设置动态的参与口令,群成员只需要发送对应口令即可参与活动,并且能够结合积分系统做一些约束和奖励。

In project, May 16, 2020

微信群管辅助

微信群管辅助

In project, Apr 30, 2020

wewe - Making Group Messages Public to the World

wewe is an open-source tool that records and publicly shares WeChat and Slack group chat messages, making discussions searchable and accessible to everyone, with topic extraction and ...

In project, Jul 16, 2019

Wechaty-As-A-Service Why and How

代码

In project, Jun 13, 2019

Lightbot Statistical Analysis Management Platform

Lightbot is a comprehensive WeChat group management platform built with Wechaty, featuring auto-reply, keyword management, violation detection, user analytics, and chat data visualiza...

In project, Aug 14, 2018

Building a Face Recognition Chatbot - Wechaty Blinder

Learn how to build a WeChat face recognition bot using Wechaty, TensorFlow, and FaceNet to help identify people in photos

In project, Jan 25, 2018

Wechaty-Mail: An email tool build on Wechaty

As soon as I learn how to use 6 lines of JavaScript to achieve a simple chatbot based on Wechaty, I was deeply attracted and decide to develop an easy-to-use email tool based on it. W...

In project, Dec 25, 2017

wechaty-electron: Making Your Wechaty a Client Service

A technical exploration of creating a desktop client for Wechaty using Electron, enabling real-time WeChat group broadcasting with manual intervention capabilities and cross-platform ...

In project, Nov 26, 2017

Run Your Telegram Bot with Wechaty

Before introducing Wechaty Telegram Bot Adaptor, I would like to say something about Telegram chatbots. Recent days, I have a lot of fun playing chatbots on Telegram. After lynched hu...

In project, Jul 17, 2017

A Simple Wechaty Bot with Intelligence Powered by TensorFlow

Wechaty is an powerful library to help developers interact with WeChat programmatically, creating a bot for a varity of purposes. A very significant purpose of a bot is to chat with u...

In project, Jun 05, 2017

social

基于标签的多功能服务系统&检测你身边的VIP用户

随着时间的推移,我们在不断的认识新的朋友,不断加新的好友, 在我们的微信里, 好友列表会有很多,甚至上千人,有的时候我们自己也理不清哪些好友是我们的客户,哪些好友是我们的朋友同学,哪些好友是我们在某次活动相识,甚至哪些好友只是萍水相逢但是实际上却极有可能是我们很好的潜在客户或者未来的合作伙伴,而因为平时的忽视可能就这样错过。

In project, Mar 17, 2021

基于Wechaty开发的群聊小助手

GitHub上搜了一圈,看到了挺多微信bot的方案,后面决定使用wechaty,因为感觉设计得很优雅,6行代码就可以轻松构建一个wxbot。

In project, Dec 08, 2020

基于wechaty的定时消息推送(可以哄女朋友)、智能聊天和私人助理

自从2017年微信web端API限制以后,itchat等一大批bot歇菜了,一直都在找一款合适的替品 目前来看,大部分都是针对windows微信客户端,基于HOOK的dll注入实现对微信的操控,有一定的封号风险,只能用固定的版本,部署在linux服务器端比较困难,意味着只能一直开着电- -wechaty,支持IPAD,,MAC等多种协议,不用去调用WEB网页...

In project, Oct 30, 2020

基于Python-wechaty建立一个斗图机器人 POC 结项博客

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isc...

In project, Sep 27, 2020

How I Rebuilt the Sales System at MiraclePlus with a Chatbot

In addition to media exposure, deep outreach through people is a good way to acquire customers. For the team, it is necessary to ensure that everyone’s outreach is standardized. F...

In project, Aug 08, 2020

微信转发机器人(wechaty-forwardbot)

运营群需要有价值的内容,才能把用户留住。但是自己又懒得搞这些内容所以最好就是,直接把别人群有价值的内容转发到自己群既能偷懒,还能留住用户,岂不美哉?

In project, Jul 15, 2020

使用wechaty助力公众号主维护社群

作为公众号的号主,有粉丝加微信想要进群是一件很开心的事情,但是久了以后会发现通过好友、改备注、拉群这些事情耗费太多精力了。还好有幸发现了 wechaty 这个项目。昨天试了一下,真的大大解放了我的双手,这篇博客就以公众号号主的角度,来看看怎么用 wechaty 来开发一个机器人小助手的。

In project, Jul 01, 2020

你的微信小助手

我有一个三百多人的前端开发群,每天都有很多个好友请求,让我添加他们进前端开发群。

In project, May 31, 2020

使用Wechaty管理你的顾客

作为一个店面开了十多年个体工商户,积攒了很多的客户。希望能够减少人为的操作,去解决一些常见的问题,比如:

In project, May 17, 2020

WeChat Check-in Robot

1. Development Background

In project, Apr 05, 2020

wewe - Making Group Messages Public to the World

wewe is an open-source tool that records and publicly shares WeChat and Slack group chat messages, making discussions searchable and accessible to everyone, with topic extraction and ...

In project, Jul 16, 2019

居然有人能忘记吃饭?写个微信机器人提醒他

居然有人忘记吃饭???

In project, May 11, 2019

Building a Face Recognition Chatbot - Wechaty Blinder

Learn how to build a WeChat face recognition bot using Wechaty, TensorFlow, and FaceNet to help identify people in photos

In project, Jan 25, 2018

An interesting weekend with Wechaty

Thanks for inviting me to write this article that give me a chance to share my story for each other. And Wechaty is a very awesome library that is powerful and easy to use. The most i...

In project, Jun 24, 2017

badge

development

How to Build a Chatbot

A comprehensive guide to building chatbots from the founder of Juzi Interactive, covering the evolution from PC to web to mobile apps to chatbots, and practical implementation using W...

In tutorial, Jul 13, 2017

telegram

Run Your Telegram Bot with Wechaty

Before introducing Wechaty Telegram Bot Adaptor, I would like to say something about Telegram chatbots. Recent days, I have a lot of fun playing chatbots on Telegram. After lynched hu...

In project, Jul 17, 2017

unofficial

Wechaty - the missing bot SDK for WeChat

Recently I was in San Francisco talking to a lot of my friends in the Chatbot community, and realized how the Wechaty community is becoming central to Chatbot development in China.

In story, Sep 10, 2017

game

Game-Copilot Assists Game Studios with Brainstorming

This post is also available in Chinese

In article, Oct 24, 2023

Baidu Paddle ❤️ Wechaty & Mixlab ML Chatbot Competition Works Recommendation

33 creative ML chatbot projects were submitted to the AI Creator Camp competition jointly hosted by Wechaty, PaddlePaddle, and Mixlab, showcasing innovative applications in OCR, image...

In project, Sep 10, 2021

基于 wechaty 的 AR+LBS 漂流瓶轻社交游戏

基于微信聊天的 结合增强现实技术(AR)+LBS(暂时基于图像) 的星际漂流瓶 的轻社交游戏。重新认识你身边的世界,或许我们早已与外星生命共同生活着。

In article, Aug 21, 2021

Party Game Bot

This post is also available in Chinese

In project, Jun 06, 2020

WeChat Check-in Robot

1. Development Background

In project, Apr 05, 2020

Score Your Face Photo: a ML & Wechaty practice

Recently I found a fun and easy middleware to use for WeChat, called Wechaty.

In project, Sep 18, 2017

document

Using Jsdoc to sync the doc with the latest code

In order to sync the doc with the latest code, it’s best to use jsdoc to describe the API and use jsdoc-to-markdown to generate markdown format documents to the docs directory.

In announcement, Sep 20, 2017

release

Wechaty-Puppet-Whatsapp Has been Published

With the introduction of wechaty puppet and the growth of the wechaty ecosystem and community, we’re happy to introduce wechaty-puppet-whatsapp which connects Wechaty API, the convers...

In announcement, Feb 15, 2021

Wechaty 0.56 Released!

V0.56 is the latest stable version of Wechaty, it is recommended to be upgraded for all developers.

In announcement, Jan 25, 2021

Multi Language Wechaty Beta Release Announcement!

Multi-language Wechaty Beta Released! We have Python, Go, Java, and Scala released on June 19, 2020!

In announcement, Jun 19, 2020

Wechaty New Release Version v0.30: Lots of New Features!

Wechaty v0.30 Released! We have lots of new features added and bugs fixed!

In announcement, Feb 08, 2020

Build Wechaty Chatbot at OpenSource Factory

尹婷:动手实现微信聊天机器人

In announcement, Aug 05, 2018

hook

WeChat App Communication Protocol Case Study Reference Guide

An in-depth technical analysis of WeChat's Android client communication protocol, including network architecture, message formats, synchronization mechanisms, and a reference implemen...

In hacking, Mar 10, 2018

Research and Sharing on WeChat PC Version Hook

Technical exploration of hooking WeChat PC version through DLL injection, including code samples for message interception, contact list reading, and profile extraction using Version.d...

In hacking, Oct 06, 2017

ecosystem

Building an Intelligent Medical WeChat Bot with Dify, GPT-4 Turbo, and Wechaty

Building an intelligent medical follow-up and health education WeChat bot using Dify's GPT-4 Turbo Agent platform and Wechaty, featuring conversation context management and knowledge ...

In article, Mar 30, 2024

Game-Copilot Assists Game Studios with Brainstorming

This post is also available in Chinese

In article, Oct 24, 2023

wechaty+TypeChat: Control Your WeChat with Natural Language

This post is also available in Chinese

In article, Aug 06, 2023

Live from WAIC 2023: Wechaty at the Open Source Bazaar

Wechaty was invited to the WAIC 2023 Open Source Bazaar, creating a lively and interactive atmosphere. This post captures the highlights from the event, including our community's enga...

In announcement, Jul 08, 2023

Deploying Private ChatGPT with Wechaty and LangChain

Building a private GPT chatbot on WeChat using Wechaty and LangChain with Pinecone vector database for document embedding and intelligent Q&A capabilities.

In article, Jul 07, 2023

Haoshiyou Bot Upgraded to WeCom with ChatGPT Integration

Upgrading Haoshiyou roommate-finding bot from personal WeChat to WeCom (WeChat Work) for better stability, featuring ChatGPT integration and deployment solutions for China network res...

In article, May 21, 2023

Developing a Conference Assistant with ChatGPT & Wechaty in 10 Minutes

This post is also available in Chinese

In article, Apr 13, 2023

Live from the Scene: Wechaty at GAIDC Open Source Marketplace

Wechaty community was invited to participate in the GAIDC Open Source Marketplace on the weekend, where the scene was bustling with many enthusiastic participants interacting with Wec...

In announcement, Feb 26, 2023

Wechaty Invited to GAIDC Open Source Market - Join Us!

Wechaty is invited to participate in the GAIDC Open Source Market this weekend, joining AI projects and developers to share the "AI Carnival" with interactive challenges, community ga...

In announcement, Feb 23, 2023

Building a Message Notification Service with Wechaty and Flask

Learn how to build a WeChat message notification service using Wechaty and Flask, enabling proactive message sending and multi-service notifications through a single WeChat account wi...

In project, Feb 18, 2023

Wechaty Puppet Service WorkPro Migration Guide

Migration guide for Node Wechaty users upgrading to WorkPro puppet service, including version compatibility, code changes, token migration, and important configuration notes for TLS a...

In tutorial, Jan 18, 2023

Wechaty Puppet Service WorkPro Release Announcement

After long-term preparation and development, WorkPro, the successor to WxWork, officially enters beta testing as a new Wechaty Puppet Service! Free 7-day trial tokens available, with ...

In announcement, Dec 23, 2022

2022-关于开发wechaty-huggingface-pipeline的提议

关于开发wechaty-huggingface-pipeline的提议

In project, May 05, 2022

2022-小白如何从0到1上手puppet-walnut

小白如何从0到1上手 Puppet-Walnut

In project, Apr 22, 2022

2022-基于5G平台puppet接入post消息

基于 5G 平台开发 puppet 模块接入 wechaty

In project, Apr 20, 2022

2022-基于5G平台开发puppet模块接入wechaty

基于 5G 平台开发 puppet 模块接入 wechaty

In project, Feb 17, 2022

2021-期中报告-基于5G平台开发puppet模块接入wechaty

基于 5G 平台开发 puppet 模块接入 wechaty

In project, Dec 21, 2021

2021-期初报告-基于5G平台开发puppet模块接入wechaty

基于 5G 平台开发 puppet 模块接入 wechaty

In project, Nov 24, 2021

Wechaty OSPP (Summer of Open Source) Final Demo Day

Final Demo Day showcase for Wechaty's 9 Summer 2021 OSPP projects, featuring student presentations on WeChat mini-programs, Python puppets, 5G RCS chatbots, Lark integration, CLI clie...

In announcement, Oct 09, 2021

OSPP 2021-结项报告-开发支持电信运营商 5G Chatbot / RCS 的 Wechaty 接入 Puppet 模块

[开发支持电信运营商 5G Chatbot / RCS 的 Wechaty 接入 Puppet 模块]信息

In project, ospp, Oct 07, 2021

OSPP 2021 - Final Report - Developing Open Source Piggy Bro Community Entertainment Bot Based on Wechaty

Final report for the OSPP 2021 project developing Piggy Bro, an open-source multi-functional group chat bot based on Wechaty, featuring jokes, weather, music search, trending topics, ...

In project, ospp, Oct 06, 2021

OSPP 2021-结项报告-开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块

本项目通过 Wechaty Puppet 的接口,可以将 QQ 进行 RPA 封装,使其成为 wechaty-puppet-oicq 供 Wechaty 开发者方便接入 QQ 平台,使其成为 Wechaty 可以使用的社区生态模块。

In project, ospp, Oct 06, 2021

OSPP 2021-结项报告-基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2021”活动奖金和奖杯。官网:https://summer.i...

In project, ospp, Oct 05, 2021

OSPP 2021-结项报告-基于 Wechaty Puppet Official Account 项目的用户与消息等基础功能的完善

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。 学生可自主选择感兴趣的项目进行申请,并在中选后获得...

In project, ospp, Oct 03, 2021

OSPP 2021 - Final Report - Wechaty Command-line Text Client Software Based on Blessed

Final report for the OSPP 2021 project developing a Blessed-based command-line text client for Wechaty, enabling users to chat using keyboard in terminal and developers to observe bot...

In project, ospp, Sep 30, 2021

OSPP 2021 - Final Report - Developing WeChat Mini Program for Club Member & Activity Management Based on Wechaty

Final report for the OSPP 2021 project developing a WeChat mini program for club member and activity management based on Wechaty, featuring registration services, member management, a...

In project, ospp, Sep 29, 2021

OSPP 2021-结项报告-基于 Matrix AppService Wechaty 项目的用户、群与消息等基础功能的完善

Matrix AppService Wechaty 是一个 Matrix 应用服务( AppService ),它可以把 Wechaty 支持的应用桥接到 Matrix 服务器中,帮助我们在 Matrix 客户端收发微信,飞书等通讯平台的消息。本项目基于 Matrix AppService Wechaty 完善了消息收发,用户信息展示,部署和开发流程优化等功能。

In project, ospp, Sep 28, 2021

Baidu Paddle ❤️ Wechaty & Mixlab ML Chatbot Competition Works Recommendation

33 creative ML chatbot projects were submitted to the AI Creator Camp competition jointly hosted by Wechaty, PaddlePaddle, and Mixlab, showcasing innovative applications in OCR, image...

In project, Sep 10, 2021

OSPP 2021-期中报告-基于 Matrix AppService Wechaty 项目的用户、群与消息等基础功能的完善

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。 学生可自主选择感兴趣的项目进行申请,并在中选后获得...

In project, ospp, Aug 30, 2021

OSPP 2021-期中报告-基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2021”活动奖金和奖杯。官网:https://summer.i...

In project, ospp, Aug 29, 2021

OSPP 2021 - Mid-term Report - Developing Open Source Piggy Bro Community Entertainment Bot Based on Wechaty

Mid-term report for the OSPP 2021 project developing Piggy Bro, an open-source multi-functional group chat bot based on Wechaty with extensible interceptor architecture, featuring wea...

In project, ospp, Aug 26, 2021

"OSPP 2021 - Mid-term Report - Wechaty Command-line Text Client Software Based on Blessed"

Mid-term report for the OSPP 2021 project developing a Blessed-based command-line text client for Wechaty, supporting all Wechaty puppet providers in a terminal interface.

In project, ospp, Aug 26, 2021

OSPP 2021-期初报告-基于 Wechaty Puppet Official Account 项目的用户与消息等基础功能的完善

项目名称:基于 Wechaty Puppet Official Account 项目的用户与消息等基础功能的完善 导师:吴京京 学生:zzzyer 模块列表 文本消息收发模块 图片消息收发模块 推送事件 项目介绍:https://github.com/wechaty/summer-of-wechaty/...

In project, ospp, Jul 17, 2021

Revealed: Why 2021 Google Season of Docs Chose Wechaty

Wechaty has partnered with Google Season of Docs 2021 with an approved budget of $9,500 USD to improve documentation and support technical writers in the open source community.

In gsod, Jul 16, 2021

OSPP 2021-期初报告-开发支持电信运营商5G Chatbot/RCS的 Wechaty接入Puppet模块

开发支持电信运营商5G Chatbot/RCS的 Wechaty接入Puppet模块

In project, ospp, Jul 15, 2021

OSPP 2021-期初报告-基于开放 API 封装 Wechaty 接口下的飞书聊天机器人

[基于开放 API 封装 Wechaty 接口下的飞书聊天机器人]具体计划

In project, ospp, Jul 14, 2021

OSPP 2021 - Initial Report - Improving Basic Functions of Matrix AppService Wechaty Project for Users, Groups and Messages

Summer 2021 project plan for enhancing the Matrix AppService Wechaty bridge with image messaging, nickname display, and automated testing.

In project, ospp, Jul 14, 2021

OSPP 2021 - Initial Report - Blessed-based Wechaty Command Line Text Client Software

Summer 2021 project plan for building an IRC-style terminal client for Wechaty using Blessed, supporting real-time messaging and contact management.

In project, ospp, Jul 14, 2021

New Windows Puppet Project wechaty-puppet-xp Launches

Wechaty contributors gathered for an offline meetup to officially launch the wechaty-puppet-xp project, a free Windows WeChat desktop protocol implementation.

In story, Jul 13, 2021

OSPP 2021 - Initial Report - Developing Open Source Piggy Bro Community Entertainment Bot Based on Wechaty

Summer 2021 project plan for developing Piggy Bro, an extensible entertainment bot with jokes, idiom chains, games, and a backend garden game.

In project, ospp, Jul 13, 2021

OSPP 2021-期初报告-基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet

项目名称:基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet 导师:吴京京、李卓桓 学生:肖良玉 项目链接:https://github.com/lyleshaw/python-wechaty-puppet-itchat 项目介绍: https://github.com/wechaty/summe...

In project, ospp, Jul 13, 2021

OSPP 2021-期初报告-开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块

项目名称:开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块 导师:李佳芮、李卓桓 学生:anaivebird 模块列表 node.js qq protocol client implement(based on takayama-lily/oicq) Puppeteer puppet ...

In project, ospp, Jul 11, 2021

AI Chatbot Competition - Metaverse Launcher: Reconstructing Reality!

Hardcore ML Chatbot competition jointly hosted by Wechaty, PaddlePaddle, and Mixlab - the "AI Creative Camp: Metaverse Launcher - Reconstructing Reality" invites sci-fi enthusiasts to...

In article, Jul 07, 2021

Good News: Login with Windows WeChat Desktop Protocol, Free Wechaty Protocol Coming Soon

After the free web protocol revival, Wechaty's free Windows protocol is coming soon, solving issues with accurately obtaining wxid and roomid that plagued the web protocol.

In article, Jul 05, 2021

OSPP (Open Source Promotion Plan) Guide - 2021

Comprehensive guide for OSPP 2021 participants covering milestones, daily work requirements, mid-term and final reports, with templates and examples from successful 2020 students.

In announcement, ospp, Jun 24, 2021

The Wechaty Way: Best Practices Guide for Open Source Collaboration

A comprehensive guide to Wechaty community's open source collaboration practices, including meeting procedures, blog publishing, issue management, and PR workflows following The Apach...

In announcement, Jun 23, 2021

Open Source Leaders Talk - Wechaty's Open Source Journey

Yuan Gao (高原), Juzibot CTO and Wechaty committer, shares Wechaty's open source journey from 2016 to 2021, covering what Wechaty is, how to use it, the evolution of the Puppet architec...

In announcement, Jun 05, 2021

Teaching You to Develop Bots with python-wechaty and Web Protocol

Detailed guide on using python-wechaty with web protocol to develop chatbots, including Docker setup for web protocol service and connecting with python-wechaty to build functional bots.

In article, Apr 17, 2021

Using Matrix and Wechaty to Chat on WeChat

Detailed deployment guide for using Matrix chat with matrix-appservice-wechaty to enable WeChat conversations through the Matrix protocol.

In tutorial, Feb 04, 2021

Wechaty restful api

This article will explain why I started to use wechaty, made the restful api wrapping the bot and what I would do as the next step.

In project, Jan 19, 2021

基于RPA封装的Wechaty接口下的快手聊天机器人结项报告

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。

In project, Oct 13, 2020

"Douyin Chatbot based on RPA with Wechaty Interface - Final Report"

Final report for the Summer 2020 project building a Douyin (TikTok) chatbot using RPA with autojs on Android, connected via socket to a Wechaty puppet.

In project, Oct 13, 2020

Lark Chatbot based on Open API for Wechaty: Final Report

Building a Lark (Feishu) chatbot using Wechaty by encapsulating open APIs

In project, Sep 30, 2020

Summer 2020 [WeChat Work Chatbot based on Open API for Wechaty] Final Results

Developing a puppet for WeChat Work platform to enable Wechaty developers to use WeChat Work features by simply changing a variable

In project, Sep 28, 2020

Summer 2020 Final Report: Designing and Implementing Plugin System for go-wechaty

Final report for designing and implementing a comprehensive plugin system for go-wechaty, including plugin management features, context handling, and a demo plugin to demonstrate the ...

In project, Sep 27, 2020

暑期2020[基于 RPA 封装 Wechaty 接口下的快手聊天机器人]中期报告

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isc...

In project, Aug 20, 2020

Mid-term Report: Douyin Chatbot Based on Wechaty Interface Encapsulated by RPA

This mid-term report presents progress on developing a Wechaty puppet for Douyin (TikTok) using RPA automation with AutoJS on Android, covering implementation challenges, solutions, a...

In project, Aug 20, 2020

Lark Chatbot Based on Wechaty Interface with Open API: Mid-term Report

Mid-term progress report for developing a Lark chatbot puppet using Wechaty interface and Open API, including implementation of message handling, contact list management, and event su...

In project, Aug 19, 2020

Summer 2020: Project Plan for WeCom Chatbot Based on Wechaty Interface with Open API

This post outlines the project plan for developing a Wechaty puppet for WeChat Work (WeCom) platform, allowing developers to switch to using WeCom functionality by simply changing a v...

In project, Aug 19, 2020

Summer 2020: POC Showcase for WeCom Chatbot Based on Wechaty Interface with Open API

This post showcases the mid-term progress of developing a Wechaty puppet for WeChat Work (WeCom) platform, allowing developers to switch to WeCom functionality by simply changing a va...

In project, Aug 19, 2020

Summer 2020: POC Showcase for Designing and Implementing a Plugin System for go-wechaty

This post showcases the proof-of-concept for a plugin system for go-wechaty, a project from the Summer 2020 Open Source Promotion Plan. It details the design, implementation, and futu...

In project, Aug 19, 2020

Wechaty Java Component Porting Development

This post is a mid-term report on porting Wechaty components to Java/Kotlin as part of the Summer 2020 Open Source Promotion Plan. It covers the development of memory-card and state-s...

In project, Aug 17, 2020

Chatbots Duet: Using wechaty-log-monitor Plugin to Implement DevOps like 'QR Code Rescue on Disconnect'

To enable better readily availability for my chatbot in production, I wrote the wechaty-log-monitor plugin to perform log-related DevOps for Wechaty running in production.

In project, Aug 09, 2020

基于开放 API 封装 Wechaty 接口下的飞书聊天机器人:期初

“开源软件供应链点亮计划-暑期2020”(以下简称暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isca...

In project, Jul 29, 2020

暑期2020[基于 RPA 封装 Wechaty 接口下的快手聊天机器人]计划书

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isc...

In project, Jul 28, 2020

基于RPA封装的Wechaty接口下的抖音聊天机器人

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。

In project, Jul 28, 2020

Wechaty Java Transplant Component Development

“Open Source Software Supply Chain Lighting Plan - Summer 2020” (hereinafter referred to as Summer 2020) is a summer activity for college students jointly organized by the Institute o...

In project, Jul 27, 2020

Building an Assistant with Wechaty and WeChat Open AI Platform

Invited by WWC (Women Who Code), I shared online how to build an assistant using Wechaty and WeChat Open AI Platform to help answer common questions.

In tutorial, Jul 20, 2020

基于开放 API 封装 Wechaty 接口下的钉钉聊天机器人

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isc...

In project, Jul 19, 2020

Youdao AI Cloud Translation Plugin

Integrate Youdao AI Cloud translation capabilities as a Wechaty plugin, enabling developers to easily add translation features to their bots.

In npm, Jul 19, 2020

暑期2020 [为 go-wechaty 设计实现插件体系] 计划书

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isc...

In project, Jul 19, 2020

Implementing a WeChat Poetry Search Robot with Wechaty (wechat poem robot)

Building an intelligent WeChat poetry search chatbot using Wechaty and iPad protocol, with regex-powered keyword extraction and a PHP+MySQL poetry database backend.

In project, Jul 07, 2020

Java Wechaty Beta Released: Finally a WeChat Bot in Java

Java Wechaty Beta has been released, bringing the power of Wechaty chatbot development to the Java ecosystem with full TS version feature parity and plugin support.

In announcement, Jun 15, 2020

Party Game Bot

This post is also available in Chinese

In project, Jun 06, 2020

wechaty Web Panel的plugin诞生

背景介绍

In project, May 31, 2020

wechaty Web Panel的构思与实现

平台构思

In project, May 31, 2020

Wechaty Plugin System Launch Event: Join Us on May 30th

Wechaty officially launches its complete plugin system, allowing developers to call pre-packaged plugin capabilities with just one line of code. Join our May 30th event to learn more.

In announcement, May 30, 2020

Sending and Receiving WeChat Messages Using [Matrix]

This post is also available in Chinese

In tutorial, Mar 01, 2020

Year-End Highlight: Microsoft AI Global Bootcamp Beijing Concludes

On December 14, 2019, the Microsoft Global AI Bootcamp Beijing event brought together nearly 100 AI developers to learn from eight industry experts, as part of a global celebration sp...

In event, Dec 20, 2019

Wechaty Lecture at Peking University Open Source Class

On October 18, 2019, Wechaty was presented to over 120 students at Peking University's Software and Microelectronics School, covering project architecture, community governance, and t...

In event, Oct 18, 2019

How to Send WeChat Mini Programs Using PadPro

This post is also available in Chinese

In feature, Jul 18, 2019

wewe - Making Group Messages Public to the World

wewe is an open-source tool that records and publicly shares WeChat and Slack group chat messages, making discussions searchable and accessible to everyone, with topic extraction and ...

In project, Jul 16, 2019

Wechaty - Making Online Business Easy

A Wechaty-based payment solution for small businesses and individual developers without business licenses, enabling instant WeChat and Alipay payment notifications and automatic order...

In project, Jul 12, 2019

Build a WeChat Sweet-Talk Bot in Three Steps with Node.js - Beginner Friendly

A beginner-friendly Node.js tutorial for building a WeChat bot that sends daily weather updates, sweet messages, and relationship reminders to your significant other, with optional AI...

In project, Jun 21, 2019

What Can a WeChat Bot Do?

As a product manager who can code, I explore the limitless possibilities of WeChat bots using Wechaty - from chat history recording to community management, multi-group broadcasting, ...

In article, Nov 25, 2018

Lightbot Statistical Analysis Management Platform

Lightbot is a comprehensive WeChat group management platform built with Wechaty, featuring auto-reply, keyword management, violation detection, user analytics, and chat data visualiza...

In project, Aug 14, 2018

Installing Wechaty on Windows 10

A comprehensive guide to installing Wechaty on Windows 10 Home, covering common installation errors and solutions including Python 2.7, node-gyp, windows-build-tools, and puppeteer co...

In tutorial, Jul 24, 2018

WeChat App Communication Protocol Case Study Reference Guide

An in-depth technical analysis of WeChat's Android client communication protocol, including network architecture, message formats, synchronization mechanisms, and a reference implemen...

In hacking, Mar 10, 2018

Research and Sharing on WeChat PC Version Hook

Technical exploration of hooking WeChat PC version through DLL injection, including code samples for message interception, contact list reading, and profile extraction using Version.d...

In hacking, Oct 06, 2017

media

Ten minutes to build a daily paper bot

I built a bot to deliver the daily paper about machine learning and fintech to the users.Considering the development of lowest cost, I chose wechaty. It’s so awesome that it only took...

In project, Oct 28, 2017

finance

基于python-Wechaty的微信群虚拟币报价机器人

本项目基于python-wechaty库,通过几行代码就能实现微信机器人的基础功能。项目地址:coins_market_push

In project, Aug 26, 2021

行情播报微信机器人

使用Wechaty开发的行情播报微信机器人,为微信群组用户提供实时行情信息播报服务。用户可以通过添加管理员微信,然后自动加入播报群组。机器人将采用行情早晚报和事件播报的形式在群组中进行行情播报。

In project, Aug 22, 2020

股票盯盘助手

In project, Aug 02, 2020

I Built a Points Red Packet Robot with Wechaty

A developer's journey building an automated WeChat robot for exchanging credit card reward points through red packets, sharing technical challenges and lessons learned from scaling to...

In project, Nov 08, 2017

automation

I Built a Points Red Packet Robot with Wechaty

A developer's journey building an automated WeChat robot for exchanging credit card reward points through red packets, sharing technical challenges and lessons learned from scaling to...

In project, Nov 08, 2017

experience

I Built a Points Red Packet Robot with Wechaty

A developer's journey building an automated WeChat robot for exchanging credit card reward points through red packets, sharing technical challenges and lessons learned from scaling to...

In project, Nov 08, 2017

electron

更有效率的二手捡漏助手

作为一个爱逛二手闲置数码的程序员,怎么淘到自己喜欢且性价比高的设备是个技术活~

In project, Jul 31, 2020

wechaty-electron: Making Your Wechaty a Client Service

A technical exploration of creating a desktop client for Wechaty using Electron, enabling real-time WeChat group broadcasting with manual intervention capabilities and cross-platform ...

In project, Nov 26, 2017

desktop

wechaty-electron: Making Your Wechaty a Client Service

A technical exploration of creating a desktop client for Wechaty using Electron, enabling real-time WeChat group broadcasting with manual intervention capabilities and cross-platform ...

In project, Nov 26, 2017

datagirls

女生科技体验节,Wechaty杂货铺

这篇文章主要针对女生科技体验节Wechaty专场,同学们问的问题的汇总。因为很多同学没有太多编程基础,所以这篇文章讲解会比较基础。

In tutorial, Feb 06, 2018

Girl Techie Festival, Wechaty FAQ

This article is a summary of the questions asked by students at the Wechaty session of the Girl Techie Festival. Because many students do not have much programming experience, this ar...

In tutorial, Feb 06, 2018

Everything You Need to Know About Chatbots

A comprehensive exploration of chatbot history from ELIZA to modern AI assistants, covering commercial applications, technical implementations, and current limitations in the evolving...

In event, Jan 09, 2018

history

Gource Visualization for Wechaty

Gource is an amazing and flexible tool that can be used to display activity from your repositories using a video visualization that people love.— How to use Gource to visualize your...

In story, Feb 14, 2021

Everything You Need to Know About Chatbots

A comprehensive exploration of chatbot history from ELIZA to modern AI assistants, covering commercial applications, technical implementations, and current limitations in the evolving...

In event, Jan 09, 2018

artificial-intelligence

Everything You Need to Know About Chatbots

A comprehensive exploration of chatbot history from ELIZA to modern AI assistants, covering commercial applications, technical implementations, and current limitations in the evolving...

In event, Jan 09, 2018

business

Everything You Need to Know About Chatbots

A comprehensive exploration of chatbot history from ELIZA to modern AI assistants, covering commercial applications, technical implementations, and current limitations in the evolving...

In event, Jan 09, 2018

typescript

Practice of Implementing a University Admission Assistant Based on Wechaty

A bot that intelligently recognizes keywords and automatically replies with admission information, implemented based on Wechaty and Node.js for university recruitment promotion.

In article, Sep 27, 2022

基于Wechaty打造实时爬取产品信息并分享给用户群

基于Wechaty打造实时爬取产品信息并分享给用户群

In project, Nov 10, 2020

基于wechaty实现的微信机器人,根据淘口令生成高佣转链接,并创建新的淘口令。

基于wechaty实现的微信机器人,根据淘口令生成高佣转链接,并创建新的淘口令。

In project, Oct 22, 2020

基于Wechaty的群学习内容推送工具

准备考研期间,希望在每天定时能获得天气推送,每日英语一题,早间新闻来丰富自己的学习;同时又不想要专门去点开某个App来看(这样不仅费心,还容易跑神)

In project, Aug 21, 2020

使用wechaty自助算卦

写这个小东西,本就是想玩耍一下,发现很有意思! 面临人生重大抉择犹豫不定,头脑乱成浆糊的时候,鄙人会问卦,根据卦象客观分析当前的局势。但是从来不问命,只是借用卦象来让自己以一种不含感情的分析方式重新认识当前面临的形势。朋友中有一两个有类似爱好的,对易经有些兴趣,我们几个谈论的时候,其他人就会要求我们给他们解卦。

In project, Jun 28, 2020

Archy.sh: a WeChat Assistant That Generates Anki Flashcards for Chinese Learners 吖奇说:一个帮助外国人与海归学习中文的微信助理,可生成Anki卡片

a chatbot that can extract difficult Chinese words from WeChat 公众号 articles, annotate them with Pinyin and definitions, and generate Anki notes.

In project, Jun 19, 2020

nCoV2019疫情播报

之前用pywx尝试玩过wxbot,我这种完全属于自嗨,但后来众所周知,web版被限制了,在github上瞎逛发现了wechaty这么个神奇玩意儿,真的太棒了。疫情播报的代码1月就已经在使用了,只可惜是py写的,这次借wechaty,改写成nodejs,也算是一次新语言的挑战。

In project, Mar 26, 2020

botbuilder

Connect to Wechat: Bot Builder Adapter for Wechat Individual Account

适用于微信个人帐户的Microsoft Bot Framework v4 适配器

In announcement, Aug 23, 2019

sdk

My Exploration and Views on WeChat Bots

First of all, thank you to Huan LI for the invitation to write this blog post. I haven’t been doing research related to WeChat bots for very long, and there was a long interruption in...

In article, May 06, 2018

windows

构建我的第一个微信机器人

手头上的事情越来越多,回复微信都是件很麻烦的事,对于IT行业的人来说,能用机器解决的事就不应该手动去做,于是就有了构建微信机器人的想法。

In project, Sep 14, 2020

Installing Wechaty on Windows 10

A comprehensive guide to installing Wechaty on Windows 10 Home, covering common installation errors and solutions including Python 2.7, node-gyp, windows-build-tools, and puppeteer co...

In tutorial, Jul 24, 2018

install

Installing Wechaty on Windows 10

A comprehensive guide to installing Wechaty on Windows 10 Home, covering common installation errors and solutions including Python 2.7, node-gyp, windows-build-tools, and puppeteer co...

In tutorial, Jul 24, 2018

event

GSoD'21 Performance Stipend Disbursement

GSoD’21 Performance Stipend Disbursement

In gsod, Feb 12, 2022

今年的 COSCon 中国开源年会,让我们聊点不一样的

人们常常说,在熬过了数十年寒冬,2020 -2021 我们终于迎来了本土开源的拐点,国家政策的引导、基础软件的崛起、开放协作精神的觉醒……各种各样的数据报告也无一不支撑着这一观点。

In event, Oct 12, 2021

GSoD'21 Tenth Meeting

Google Season of Docs’21 tenth meeting

In gsod, Sep 12, 2021

GSoD'21 Eighth Meeting

Google Season of Docs’21 Eighth meeting

In gsod, Aug 15, 2021

GSoD'21 Seventh Meeting

Google Season of Docs’21 seventh meeting

In gsod, Aug 01, 2021

GSoD'21 Sixth Meeting

Google Season of Docs’21 sixth meeting

In gsod, Jul 18, 2021

Revealed: Why 2021 Google Season of Docs Chose Wechaty

Wechaty has partnered with Google Season of Docs 2021 with an approved budget of $9,500 USD to improve documentation and support technical writers in the open source community.

In gsod, Jul 16, 2021

Google Season Of Docs (GSoD) Guide

Google Season of Docs is an annual program organized by Google.

In announcement, gsod, Jul 10, 2021

GSoD'21 Fifth Meeting

Google Season of Docs’21 fifth meeting

In gsod, Jul 06, 2021

OSPP (Open Source Promotion Plan) Guide - 2021

Comprehensive guide for OSPP 2021 participants covering milestones, daily work requirements, mid-term and final reports, with templates and examples from successful 2020 students.

In announcement, ospp, Jun 24, 2021

GSoD'21 Fourth Meeting

Google Season of Docs’21 fourth meeting

In gsod, Jun 22, 2021

GSoD'21 Third Meeting

Google Season of Docs’21 third meeting

In gsod, Jun 06, 2021

GSoD'21 Second Meeting

Google Season of Docs’21 Week 1 meeting

In gsod, May 23, 2021

GSoD'21 Week 1 meeting

Google Season of Docs’21 Week 1 meeting

In gsod, May 16, 2021

Hello Wechaty GSoD’21 Technical Writers!

It’s a great honor for Wechaty to participate in Google Season of Docs 2021as one of the great top 30 open-source sponsored projects all over the world!

In gsod, announcement, May 08, 2021

Multi Language Wechaty Beta Release Announcement!

Multi-language Wechaty Beta Released! We have Python, Go, Java, and Scala released on June 19, 2020!

In announcement, Jun 19, 2020

Year-End Highlight: Microsoft AI Global Bootcamp Beijing Concludes

On December 14, 2019, the Microsoft Global AI Bootcamp Beijing event brought together nearly 100 AI developers to learn from eight industry experts, as part of a global celebration sp...

In event, Dec 20, 2019

Application of Chatbot in Offline Events

Hello everyone, my name is Alex, Wang Lei. I am a programmer with 10 years of experience and a community organizer. Since 2011, my friends and I have launched an English enthusiast co...

In talk, Nov 28, 2019

Build Wechaty Chatbot at OpenSource Factory

尹婷:动手实现微信聊天机器人

In announcement, Aug 05, 2018

heroku

Chatie API Service Incident Report

The Wechaty Puppet Serviceis running on top of the https://www.chatie.io service,which is open-sourced at here.It has been running for 5+ yearson a Heroku free Dynowith Cloudflare CDN...

In article, Apr 15, 2021

deploy

analytics

Lightbot Statistical Analysis Management Platform

Lightbot is a comprehensive WeChat group management platform built with Wechaty, featuring auto-reply, keyword management, violation detection, user analytics, and chat data visualiza...

In project, Aug 14, 2018

ai

Wechaty & AWS Global Recruitment: Leave an Eternal Mark with Your Code!

Wechaty & AWS AI development competition globally recruiting developers to create innovative AI chatbots using large language models - three tracks including efficiency, public welfar...

In article, May 23, 2025

AWS with Wechaty | AWS Generative AI Application Challenge Kicks Off!

✨ The 2nd China Generative AI Innovation Application Challenge ✨

In article, Apr 25, 2024

三步开发聊天机器人一秒生成漫画头像

大家好,我是胡琦。由于各种原因以及没能好好坚持笔记写作的习惯,距离上次分享有小半年了,今天给大家带来的是《三步开发聊天机器人一秒生成漫画头像》,其实就一个小小的功能:通过给微信群聊发送特定关键字触发聊天机器人头像漫画化处理程序,从而生成动漫化的头像。怎么实现呢?总的思路就是基于 ModelArts AI Gallery 快速验证 AnimateGanv2 现实照片...

In article, Jul 21, 2022

Wechaty Helps Tang Monk Recite Sutras and Buddha Play Football

Using Wechaty to create a helpful bot for organizing football activities - automatically sharing injury prevention tips and football-related content when relevant topics are discussed...

In article, May 26, 2022

United Effort, Fighting the Pandemic with AI!

During Shanghai's 2022 COVID lockdown, volunteers developed an AI antigen bot using Wechaty and PaddlePaddle to help community residents manage group purchases, forward messages, and ...

In article, May 20, 2022

With the World's Largest Monolithic Chinese NLP Model and Wechaty, We Built an AI That Can Play Script Murder Games with Humans!

Building an AI player for murder mystery games using Wechaty and the world's largest Chinese NLP model, creating immersive interactive narrative experiences where AI seamlessly joins ...

In article, Mar 31, 2022

AI Chatbot Competition - Metaverse Launcher: Reconstructing Reality!

Hardcore ML Chatbot competition jointly hosted by Wechaty, PaddlePaddle, and Mixlab - the "AI Creative Camp: Metaverse Launcher - Reconstructing Reality" invites sci-fi enthusiasts to...

In article, Jul 07, 2021

AI Poet Chatbot powered by Python Wechaty & PaddleHub

小白也能超快上手的AI ChatBot教程,这次教大家一个用基于Python Wechaty和 PaddlePaddle 框架运行的,用AI续写情话的对话机器人。

In tutorial, Apr 24, 2021

AI ChatBot Creation Camp Kicks Off!

What capabilities does a ChatBot need in the age of artificial intelligence? Is it an intelligent housekeeper that helps you organize all the materials that “if you code it, you have ...

In article, Apr 22, 2021

Year-End Highlight: Microsoft AI Global Bootcamp Beijing Concludes

On December 14, 2019, the Microsoft Global AI Bootcamp Beijing event brought together nearly 100 AI developers to learn from eight industry experts, as part of a global celebration sp...

In event, Dec 20, 2019

What Can a WeChat Bot Do?

As a product manager who can code, I explore the limitless possibilities of WeChat bots using Wechaty - from chat history recording to community management, multi-group broadcasting, ...

In article, Nov 25, 2018

Thoughts on AI, Bot, and Wechaty

Artificial Intelligence (AI) has experienced several ups and downs over the past sixty years. In 2016, it finally caused a global sensation when AlphaGo defeated the world Go champion...

In article, Aug 30, 2018

contribution

Birthday Cake

Are you brave enough to attend Wechaty’s birthday party when you don’t even dare to go to your class reunion? A story about how to divide a cake.

In article, Oct 09, 2018

luis

Microsoft Tech Summit - Quickly Build a Chatbot

A hands-on lab from Microsoft Tech Summit 2018 that shows you how to quickly build a WeChat chatbot using Microsoft LUIS and Wechaty.

In event, Oct 21, 2018

productivity

Building a Message Notification Service with Wechaty and Flask

Learn how to build a WeChat message notification service using Wechaty and Flask, enabling proactive message sending and multi-service notifications through a single WeChat account wi...

In project, Feb 18, 2023

Summer of Code - IM Message Aggregation

A Summer of Code project to aggregate messages from different IM applications (WeChat, WeCom, WhatsApp) and forward them at scheduled times to reduce information overload and improve ...

In project, Jun 05, 2022

基于Wechaty的销售助理机器人--项目中期进展

销售在跟客户沟通的过程中,会出现回复客户不及时,以及回复时存在错别字和病句的现象。所以HR部门要利用机器人记录这种情况,用于计算销售人员的绩效。11月份我完成了销售回复报表,管理者可以看到某销售的表现,某顾客是否被妥善回复,以及销售超时回复的具体情况。

In project, Dec 14, 2021

基于Wechaty的销售助理机器人--项目规划

销售在跟客户沟通的过程中,会出现回复客户不及时,以及回复时存在错别字和病句的现象。所以HR部门要利用机器人记录这种情况,用于计算销售人员的绩效。

In project, Nov 11, 2021

基于wechaty的个人知识库机器人

搭建个人知识库可以帮助将繁多和碎片化的知识进行分类收集,形成有条理的结构化知识体系,同时提供知识点的快速检索。

In project, Feb 14, 2021

Building a Paid Private Domain Traffic Assistant Using Micro Merchants + Wechaty

A WeChat bot that automatically accepts friend requests, collects payments, and adds users to groups based on keywords - all within WeChat.

In project, Feb 09, 2021

基于Wechaty实现运维自动化交互及微信消息通知

如今运维人员都在强调自动化,降低运维成本。尽管现在搭建一套运维自动化体系架构并不难,然后有些工作还是必须需要运维手动工作,比如上线动作(上线的过程自动化,但是操作点由谁来操作,比如jenkins上谁去点击构建),或者开发找dba执行sql等日常操作,这些暂时都必须人为手动操作。次数多了,难免会想这些怎么去实现自动化,无需人为干预!针对这些运维痛点,目前已实现qq机...

In project, Jan 26, 2021

基于Wechaty开发的企业级机器人助手

GitHub 上搜了一圈,看到了挺多微信 bot 的方案,后面决定使用 wechaty,因为感觉设计得很优雅,6 行代码就可以轻松构建一个 wxbot。

In project, Dec 23, 2020

"Bridge Between Backend Systems and WeChat"

A minimal WeChat gateway with just over 100 lines of code, designed to bridge communication between various backend systems and WeChat using RESTful bidirectional calls.

In project, Dec 10, 2020

node-wechaty let's water

let’s water wechaty-bot

In project, Nov 03, 2020

Wechaty bot in Java to sync group messages

In the previous blog, we have deployed wechaty bot with node.js to aws. This blog is about to develop wechaty bot with Java and implement the function of sync messages in between dif...

In project, Oct 26, 2020

通过Wechaty使用深度学习模型预测图片类型

Use wechaty to apply pytorch model via WeChat.

In project, Oct 25, 2020

基于Wechaty打造定时多功能机器人(一)

智能群聊天机器人

In project, Oct 22, 2020

Wechat File Schedule Box

使用Wechaty以少量的代码实现一个微信文件日程匣子项目。可快速将微信中的内容同步(转存)到其他网盘中。同时还添加自动识别处理日程等的小功能。

In project, Sep 30, 2020

微信群过于频繁提醒功能

自己在的知识讨论分享群里人数比较多,经常有人在群里闲聊,发言太多,导致有用的信息容易被淹没。

In project, Sep 16, 2020

基于wechaty-puppet-padplus的微信文件传输助手

微信助手是很常见的运营工具,不仅能够给微信群带来活跃度,还能针对各种社群开发不同的玩法。本目标是做一个文件传输助手,当群内有人@机器人并say关键词时,机器人从已有文件业务系统中找到文件并发出;同时在群中直接发送一个文件,机器人可将文件自动上传至文件业务系统。

In project, Aug 20, 2020

一个简单的微信群组「关键字」回答机器人

基于 wechaty (包含 wechaty-puppet-padplus 插件)开发。

In project, Aug 18, 2020

Summer 2020: POC Showcase for Python-Wechaty Group Chat Assistant Bot

This post showcases the proof-of-concept for a Python-Wechaty based group chat assistant bot, a project from the Summer 2020 Open Source Promotion Plan. The bot features plugins for m...

In project, Aug 14, 2020

How I Rebuilt the Sales System at MiraclePlus with a Chatbot

In addition to media exposure, deep outreach through people is a good way to acquire customers. For the team, it is necessary to ensure that everyone’s outreach is standardized. F...

In project, Aug 08, 2020

Rae-oa系统微信群辅助机器人(rae-wechaty)

之前公司web组组长有个微信机器人每周催我们交周报,私信发过去会自动更新到公司内部wiki上,一度惊为天人,后来看到公共号以及掘金上突然有好多人推荐wechaty,据说是6行代码完成一个微信聊天机器人,正好老婆那边想要个能辅助她工作的系统,就是这么巧~

In project, Jul 28, 2020

智障机器人(retarded-robot)

内容列表

In project, Jul 27, 2020

Implementing a WeChat Task Assistant with Wechaty

This post introduces a WeChat task assistant built with Wechaty. The author shares the motivation, design, and technical challenges of creating a chatbot that can understand natural l...

In project, Jul 17, 2020

微信转发机器人(wechaty-forwardbot)

运营群需要有价值的内容,才能把用户留住。但是自己又懒得搞这些内容所以最好就是,直接把别人群有价值的内容转发到自己群既能偷懒,还能留住用户,岂不美哉?

In project, Jul 15, 2020

WeChat Calculator Bot

Build a simple WeChat calculator bot using Wechaty that can perform basic arithmetic operations through chat messages

In project, Jul 06, 2020

910taoBot-为了美好的生活

由于现在工作生活加了好多的微信群,并且这些群里的消息不一定每条都是你想看的,所以为了防止过多的消息提醒,所以会把群消息给屏蔽掉。但是这样有可能会错过一些@自己 或者需要自己回复的一些消息。因此想要弄一个微信机器人,潜伏在这些微信群。遇到有@设定人之后 把消息转发给自己。以达到提醒自己的目的。以防错过一些重要消息。 同时还可以让机器人成为生活助手,定时发送天气...

In project, Jul 03, 2020

使用wechaty助力公众号主维护社群

作为公众号的号主,有粉丝加微信想要进群是一件很开心的事情,但是久了以后会发现通过好友、改备注、拉群这些事情耗费太多精力了。还好有幸发现了 wechaty 这个项目。昨天试了一下,真的大大解放了我的双手,这篇博客就以公众号号主的角度,来看看怎么用 wechaty 来开发一个机器人小助手的。

In project, Jul 01, 2020

TomChat-为生活增趣味

A chatbot by wechaty.You can learn about today in history, current weather and chat with Tom.

In project, Jun 28, 2020

Archy.sh: a WeChat Assistant That Generates Anki Flashcards for Chinese Learners 吖奇说:一个帮助外国人与海归学习中文的微信助理,可生成Anki卡片

a chatbot that can extract difficult Chinese words from WeChat 公众号 articles, annotate them with Pinyin and definitions, and generate Anki notes.

In project, Jun 19, 2020

A Bot for Downloading Short Videos Without Watermarks

This post introduces a Wechaty-based bot that allows users to download short videos from major Chinese platforms without watermarks. The author shares the motivation behind creating t...

In project, Jun 03, 2020

团队小助手

之前跟一个律师的朋友聊天了解到,他们很多保全的业务,如果忘记保全,标的大的话损失就严重了,非常需要一个提醒的功能,而这个提醒可以通知团队里的多个同事。如果能以微信的方式通知是最好不过,通过微信和小程序模版消息来做通知的话,无法通知到每一个团队成员。用微信机器人来实现的话是再好不过了。于是在Github找了很多开源的产品,经多方面了解,wechaty是目前市场上最好...

In project, May 20, 2020

Exploration and Practice of Fragmented Data Response and BAU Routine Operation and Maintenance of wechatfordata

The new crown epidemic broke out in February 2020. The response and maintenance of business data of a large multinational pharmaceutical company increased rapidly with the outbreak of...

In project, Mar 01, 2020

使用koa2+wechaty打造个人微信小秘书

你是不是有闲置的微信号? 你想不想有个小秘书定时提醒你将要做的事情? 你是否为忘记一些纪念日而懊恼? 你是否加班到很晚,而忘记了今天和别人有约? 你是不是下班还记得拿快递,到家后才发现忘记了? 你是不是想学习一下如何做一个微信小秘书?

In project, Apr 02, 2019

entertainment

彩虹屁机器人 开心每一天

一、彩虹屁机器人 开心每一天

In project, Nov 03, 2021

Summer 2020: Final Presentation of Python-Wechaty Group Chat Assistant Bot

Final presentation of the CHAssisT bot, a Python-Wechaty-based group chat assistant featuring message tagging, scheduled messages, member management, and deep learning-enhanced Q&A ca...

In project, Sep 26, 2020

基于Wechaty打造智能聊天机器人(一)

由于在去年我粉上了杨超越,广州演唱会期间加入了深圳站粉丝群,群主为了活跃气氛,在小群里拉了一个闲聊机器人,当时就想着自己也是一个技术开发,好早之前也有注册过图灵机器人,看着这个机器人的玩法感觉跟图灵机器人好像,就想着要不要自己去开发一个,但是当时这个念头也只是一闪而过,当时工作比较忙,也没放在心上。今年遇上了疫情,大家都只能在家里了,在群里闲聊的时候变多了,就想着...

In project, Sep 22, 2020

SpringBoot搭建wechaty智能聊天机器

本项目是基础wechaty项目实现微信的聊天功能、通过微信对话开放平台提供的API进行智能的应答、实现了微信的智能聊天、最后非常感谢wechaty的无私奉献。

In project, Aug 17, 2020

Summer 2020: Words‑per‑Day Plugin — Mid‑term Results

“Open Source Supply Chain — Summer 2020” (aka Summer 2020) is a student-focused program jointly organized by the Institute of Software, Chinese Academy of Sciences, and the openEuler ...

In project, Aug 15, 2020

基于Python-wechaty建立一个斗图机器人 POC 成果展示

暑期2020 基于Python-wechaty建立一个斗图机器人 POC 成果展示

In project, Aug 13, 2020

Summer 2020 [Write a "Word of the Day" Plugin] Project Plan

This post outlines the project plan for creating a "Word of the Day" plugin for Wechaty as part of the Summer 2020 open-source program. The plan covers the basic framework, NPM packag...

In project, Jul 18, 2020

基于Python-wechaty建立一个斗图机器人

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。

In project, Jul 18, 2020

Implementing a WeChat Poetry Search Robot with Wechaty (wechat poem robot)

Building an intelligent WeChat poetry search chatbot using Wechaty and iPad protocol, with regex-powered keyword extraction and a PHP+MySQL poetry database backend.

In project, Jul 07, 2020

TomChat-为生活增趣味

A chatbot by wechaty.You can learn about today in history, current weather and chat with Tom.

In project, Jun 28, 2020

使用wechaty自助算卦

写这个小东西,本就是想玩耍一下,发现很有意思! 面临人生重大抉择犹豫不定,头脑乱成浆糊的时候,鄙人会问卦,根据卦象客观分析当前的局势。但是从来不问命,只是借用卦象来让自己以一种不含感情的分析方式重新认识当前面临的形势。朋友中有一两个有类似爱好的,对易经有些兴趣,我们几个谈论的时候,其他人就会要求我们给他们解卦。

In project, Jun 28, 2020

Build a WeChat Sweet-Talk Bot in Three Steps with Node.js - Beginner Friendly

A beginner-friendly Node.js tutorial for building a WeChat bot that sends daily weather updates, sweet messages, and relationship reminders to your significant other, with optional AI...

In project, Jun 21, 2019

open-source

Puppet-Whatsapp 1.0 Released!

Puppet-Whatsapp has been published for more than a year, announcement here, and it was still in alpha stage with only login and text message supported. Recently Juzi.bot was planning ...

In announcement, Mar 14, 2022

China Open Source Power Ranking Released | Wechaty Founder Ranked TOP 7

“Open source” was one of the hottest tech keywords in China in 2021, with more people paying attention and contributing to it. Yet, opinions vary on the actual state of open source in...

In announcement, Mar 03, 2022

一次愉快的南京开源峰会之旅

写在前面:本来此篇博文应该在去年完成,由于其它事情耽搁一直拖延到现在。

In story, Feb 17, 2021

Chatbot SDK Wechaty Wins Major Award from Top Domestic Open Source Organization

Wechaty wins recognition as an outstanding open source project at the 10th China Cloud Computing Standards and Applications Conference, standing alongside giants like Alibaba, Xiaomi,...

In announcement, Dec 31, 2020

Wechaty Author Huan Li Selected for 'China's Open Source Pioneers 33'

Huan Li (李卓桓), author of Wechaty, BOT5 Club Chair, Tencent Chatbot TVP, and PreAngel Partner, was selected for the 2020 'China's Open Source Pioneers 33' annual list by SegmentFault.

In announcement, Dec 23, 2020

Open Source Software Supply Chain Lighting Plan Summer 2020 Results: Wechaty-based Projects Win Outstanding Contribution and Most Potential Awards!

Wechaty community achieves remarkable success in Summer 2020 program with two students winning Outstanding Contribution and Most Potential awards from 388 participating projects acros...

In announcement, Nov 14, 2020

Kaiyuanshe (开源社): Meet the "SLASH" Youth Huan Li (李卓桓)

An interview with Huan Li (李卓桓) on his multi-hyphenate “SLASH” path—founder, investor, author, programmer, advisor, and extreme-sports enthusiast—and his views on entrepreneurship, op...

In story, Mar 27, 2020

New DevOps Toolset for @Chatie Organization

The powerful and easy to use Chatie DevOps Toolset:

In npm, Jun 12, 2019

devops

Summer 2020 [Go-wechaty Github Action optimization] Final POC

Using Github Actions to optimize Go-wechaty related projects and improve user and developer experience

In project, Sep 27, 2020

Deploy Wechaty in AWS ec2

This article is about to deploy wechaty node.js application into AWS EC2 steps by steps.

In project, Aug 28, 2020

暑期2020 [Go-wechaty Github Action optimization] POC 成果展示

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。

In project, Aug 20, 2020

Chatbots Duet: Using wechaty-log-monitor Plugin to Implement DevOps like 'QR Code Rescue on Disconnect'

To enable better readily availability for my chatbot in production, I wrote the wechaty-log-monitor plugin to perform log-related DevOps for Wechaty running in production.

In project, Aug 09, 2020

暑期2020 [Go-wechaty Github Action optimization] 计划书

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。

In project, Jul 30, 2020

Wonderful Wechaty devops toolset

Wechaty 的代码质量,是大家公认的比较高的水准。而在整个项目的搭建和发展的过程中,DevOps 工具是 Wechaty 代码质量的重要保证,这里,就和大家一起聊聊关于 Wechaty DevOps Toolset。

In announcement, Jun 20, 2020

New DevOps Toolset for @Chatie Organization

The powerful and easy to use Chatie DevOps Toolset:

In npm, Jun 12, 2019

npm

New DevOps Toolset for @Chatie Organization

The powerful and easy to use Chatie DevOps Toolset:

In npm, Jun 12, 2019

saas

Wechaty-As-A-Service Why and How

代码

In project, Jun 13, 2019

ecommerce

Building a Paid Private Domain Traffic Assistant Using Micro Merchants + Wechaty

A WeChat bot that automatically accepts friend requests, collects payments, and adds users to groups based on keywords - all within WeChat.

In project, Feb 09, 2021

"Creating a Rebate Robot Using Wechaty"

An e-commerce rebate robot built with Wechaty (TypeScript frontend) and Java backend, automatically identifying Taobao command codes and returning rebate links with multi-level commis...

In project, Dec 28, 2020

基于Wechaty打造实时爬取产品信息并分享给用户群

基于Wechaty打造实时爬取产品信息并分享给用户群

In project, Nov 10, 2020

基于wechaty实现的微信机器人,根据淘口令生成高佣转链接,并创建新的淘口令。

基于wechaty实现的微信机器人,根据淘口令生成高佣转链接,并创建新的淘口令。

In project, Oct 22, 2020

WeChat Marketing Group Customer Service Bot

A WeChat group assistant bot designed to help e-commerce customer service teams monitor and manage marketing groups by detecting and removing malicious marketers using keyword blackli...

In project, Aug 29, 2020

更有效率的二手捡漏助手

作为一个爱逛二手闲置数码的程序员,怎么淘到自己喜欢且性价比高的设备是个技术活~

In project, Jul 31, 2020

基于python-wechaty的CPS BOT

无非就是想撸羊毛,自己又懒的一个一个找,一个一个发。已知目前的返佣app非常的多,比如:好省,蜜源,粉象,芬香等等等等。归根到底无非是利用淘宝、京东、拼多多、苏宁的开放平台做的。所以想到是否可以利用已有的开放平台来做一个属于自己的撸羊毛项目。

In project, Jun 19, 2020

CPS chat bot

tips: 使用微信群,推广电商商品及优惠券,机器人使用 wechaty-puppet-padplus.

In project, Jun 13, 2020

How to Build a Promotion Robot with Wechaty

1. Project Background

In project, Apr 30, 2020

Cps demo of wechat bot with wechaty

tips: if you try to use wechaty web version, you will be know it can’t work, so this post show you how to use ipad version to make bot work, if you never use wechaty any version, this...

In project, Apr 23, 2020

Wechaty - Making Online Business Easy

A Wechaty-based payment solution for small businesses and individual developers without business licenses, enabling instant WeChat and Alipay payment notifications and automatic order...

In project, Jul 12, 2019

bot5

Bot Friday - Second Edition

« Event Notification: Tencent + Juzi Interaction Second Edition, Chatbot Friday «

In event, Jul 26, 2019

Bot Friday Zero — Seminar Minutes

Kickoff minutes for Bot Friday (Zero) at Tencent Beijing on Jul 19, 2019 — Rasa-to-production talk by Qinghua Duan, founding members, roundtable insights, next-meetup plan, with slide...

In event, Jul 19, 2019

minutes

Bot Friday Zero — Seminar Minutes

Kickoff minutes for Bot Friday (Zero) at Tencent Beijing on Jul 19, 2019 — Rasa-to-production talk by Qinghua Duan, founding members, roundtable insights, next-meetup plan, with slide...

In event, Jul 19, 2019

seminar

Bot Friday Zero — Seminar Minutes

Kickoff minutes for Bot Friday (Zero) at Tencent Beijing on Jul 19, 2019 — Rasa-to-production talk by Qinghua Duan, founding members, roundtable insights, next-meetup plan, with slide...

In event, Jul 19, 2019

rasa

Introduction to Rasa: Dialogue Systems, Products, and Technology

« Announcement for this event: Tencent + JuZi Interactive = Colliding Ideas, Igniting Technology «

In event, Jul 23, 2019

Bot Friday Zero — Seminar Minutes

Kickoff minutes for Bot Friday (Zero) at Tencent Beijing on Jul 19, 2019 — Rasa-to-production talk by Qinghua Duan, founding members, roundtable insights, next-meetup plan, with slide...

In event, Jul 19, 2019

tencent

Bot Friday Zero — Seminar Minutes

Kickoff minutes for Bot Friday (Zero) at Tencent Beijing on Jul 19, 2019 — Rasa-to-production talk by Qinghua Duan, founding members, roundtable insights, next-meetup plan, with slide...

In event, Jul 19, 2019

video

Bot Friday Zero — Seminar Minutes

Kickoff minutes for Bot Friday (Zero) at Tencent Beijing on Jul 19, 2019 — Rasa-to-production talk by Qinghua Duan, founding members, roundtable insights, next-meetup plan, with slide...

In event, Jul 19, 2019

nlp

对话故事生成,创造自己的无限世界

对话故事生成,创造自己的无限世界

In article, Aug 29, 2021

Archy.sh: a WeChat Assistant That Generates Anki Flashcards for Chinese Learners 吖奇说:一个帮助外国人与海归学习中文的微信助理,可生成Anki卡片

a chatbot that can extract difficult Chinese words from WeChat 公众号 articles, annotate them with Pinyin and definitions, and generate Anki notes.

In project, Jun 19, 2020

Bot Friday Zero — Seminar Minutes

Kickoff minutes for Bot Friday (Zero) at Tencent Beijing on Jul 19, 2019 — Rasa-to-production talk by Qinghua Duan, founding members, roundtable insights, next-meetup plan, with slide...

In event, Jul 19, 2019

bot

Practice of Implementing a University Admission Assistant Based on Wechaty

A bot that intelligently recognizes keywords and automatically replies with admission information, implemented based on Wechaty and Node.js for university recruitment promotion.

In article, Sep 27, 2022

Code Like Poetry, Bot Like Song - A Newbie's Adventure Journey Sparked by Wechaty

A heartfelt journey from late-night client calls to discovering Wechaty and building bots - told through the eyes of a self-described amateur who found passion in code.

In article, Jul 05, 2021

传统工业与信息化的结合

现状与目标:我是谁?我要做什么?

In project, Aug 11, 2020

A Job-seeking Community Management Tool Based on Wechaty

The Early Bird platform was created by a group of engineers working in Silicon Valley. Due to the global pandemic, this year’s job-seeking season has become very special. For companie...

In event, Jul 23, 2020

dotnet club uses Wechaty to collect valuable WeChat threads

Talking with experts in a field often feels like a revelation. Some questions linger in our minds for a long time without an answer, sometimes for a while, sometimes for years. It’s l...

In story, Aug 12, 2019

Introduction to Rasa: Dialogue Systems, Products, and Technology

« Announcement for this event: Tencent + JuZi Interactive = Colliding Ideas, Igniting Technology «

In event, Jul 23, 2019

dotnetclub

dotnet club uses Wechaty to collect valuable WeChat threads

Talking with experts in a field often feels like a revelation. Some questions linger in our minds for a long time without an answer, sometimes for a while, sometimes for years. It’s l...

In story, Aug 12, 2019

adapter

Connect to Wechat: Bot Builder Adapter for Wechat Individual Account

适用于微信个人帐户的Microsoft Bot Framework v4 适配器

In announcement, Aug 23, 2019

botframework

Connect to Wechat: Bot Builder Adapter for Wechat Individual Account

适用于微信个人帐户的Microsoft Bot Framework v4 适配器

In announcement, Aug 23, 2019

lecture

Wechaty Lecture at Peking University Open Source Class

On October 18, 2019, Wechaty was presented to over 120 students at Peking University's Software and Microelectronics School, covering project architecture, community governance, and t...

In event, Oct 18, 2019

wechat

Medical Assistant Bot Developed with Wechaty

A medical assistant bot built with Wechaty to help resident doctors manage clinical work, providing personalized reminders for ward rotations, professional knowledge queries, and auto...

In article, Feb 02, 2022

使用Wechaty构建一个微信转发机器人

构建一个微信转发机器人

In article, Nov 30, 2021

Application of Chatbot in Offline Events

Hello everyone, my name is Alex, Wang Lei. I am a programmer with 10 years of experience and a community organizer. Since 2011, my friends and I have launched an English enthusiast co...

In talk, Nov 28, 2019

juzi

Announcing Wechaty Puppet WXKF

We are excited to introduce wechaty-puppet-wxkf, a new, fully open-source puppet based on the official WeChat Customer Service API. This puppet runs locally, does not depend on extern...

In announcement, Apr 23, 2023

Wechaty Leaderboard is Born, Calling for ChatBots from the Entire Site

Since its launch, the Wechaty project has received attention from developers around the world. In three years, it has received 6,700 positive stars, becoming the world’s largest devel...

In event, Dec 06, 2019

microsoft

Wechaty introduction at Microsoft Regional Director Summit

This is my speaking at Microsoft RD Summit on April 7, 2022.

In talk, Apr 07, 2022

Microsoft MVP Blog: Six Lines Of Code. Two MVPs. One Chatbot.

Six lines of code. Two MVPs. One chatbot.

In story, Nov 10, 2020

Year-End Highlight: Microsoft AI Global Bootcamp Beijing Concludes

On December 14, 2019, the Microsoft Global AI Bootcamp Beijing event brought together nearly 100 AI developers to learn from eight industry experts, as part of a global celebration sp...

In event, Dec 20, 2019

matrix

OSPP 2021-结项报告-基于 Matrix AppService Wechaty 项目的用户、群与消息等基础功能的完善

Matrix AppService Wechaty 是一个 Matrix 应用服务( AppService ),它可以把 Wechaty 支持的应用桥接到 Matrix 服务器中,帮助我们在 Matrix 客户端收发微信,飞书等通讯平台的消息。本项目基于 Matrix AppService Wechaty 完善了消息收发,用户信息展示,部署和开发流程优化等功能。

In project, ospp, Sep 28, 2021

OSPP 2021-期中报告-基于 Matrix AppService Wechaty 项目的用户、群与消息等基础功能的完善

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。 学生可自主选择感兴趣的项目进行申请,并在中选后获得...

In project, ospp, Aug 30, 2021

OSPP'21 first meeting for CLI & Matrix projects

基于 Matrix AppService Wechaty 项目的用户、群与消息等基础功能的完善 #59

In ospp, Jul 16, 2021

OSPP 2021 - Initial Report - Improving Basic Functions of Matrix AppService Wechaty Project for Users, Groups and Messages

Summer 2021 project plan for enhancing the Matrix AppService Wechaty bridge with image messaging, nickname display, and automated testing.

In project, ospp, Jul 14, 2021

Using Matrix and Wechaty to Chat on WeChat

Detailed deployment guide for using Matrix chat with matrix-appservice-wechaty to enable WeChat conversations through the Matrix protocol.

In tutorial, Feb 04, 2021

Sending and Receiving WeChat Messages Using [Matrix]

This post is also available in Chinese

In tutorial, Mar 01, 2020

python

xin_bot:一个尝试使用python-wechaty插件系统开发的娱乐性机器人

xin_bot,一个提供了一些小娱乐功能的wechaty机器人,考虑到后续功能的扩展,尝试使用python-wechaty的插件系统进行代码组织。

In article, Apr 28, 2022

彩虹屁机器人 开心每一天

一、彩虹屁机器人 开心每一天

In project, Nov 03, 2021

基于python-Wechaty的微信群虚拟币报价机器人

本项目基于python-wechaty库,通过几行代码就能实现微信机器人的基础功能。项目地址:coins_market_push

In project, Aug 26, 2021

零基础小白HOWTO系列 -- 搭建第一个基于PadLocal的Python-Wechaty应用

写在前面:本HowTo系列用来记录个人在Wechaty的学习和研究过程中的点滴经验,希望能帮助更多人避免我踩过的坑,快速熟悉Wechaty这个工具

In article, Jul 24, 2021

手把手教你用python-wechaty+paddlehub+阿里云白嫖一个智能微信机器人

这绝对是全网最细教程,没有之一

In article, Jun 08, 2021

Soumi Bardhan: Interactive tutorials for newcomers

GSoD 2021 Project Proposal

In gsod, May 03, 2021

Teaching You to Develop Bots with python-wechaty and Web Protocol

Detailed guide on using python-wechaty with web protocol to develop chatbots, including Docker setup for web protocol service and connecting with python-wechaty to build functional bots.

In article, Apr 17, 2021

Python-wechaty & wechaty-puppet-padlocal的初探

本文为本地运行python-wechaty + 云上虚拟机运行wechaty-puppet-padlocal的简易教学

In article, Mar 08, 2021

Python Wechaty如何使用PadLocal Puppet Service

本文描述Python语言下如何使用iPad协议的PadLocal Token。其他Wechaty多语言开发也能做参考。

In tutorial, Feb 03, 2021

Python-Wechaty之自动回复&关键字入群插件

经不可靠统计,大部分聊天机器人的初学者都是以:自动回复和关键字入群这两个基础功能上手,然后才会逐步开发更多更复杂的功能,在此我将介绍如何使用python-wechaty快速实现这两个功能。

In tutorial, Dec 25, 2020

"Python-Wechaty Journey at Nanjing Open Source Summit"

A personal story about starting the python-wechaty open source project, participating in the 2020 Open Source Summit in Nanjing, and the lessons learned from contributing to open source.

In story, Dec 08, 2020

基于Wechaty打造实时爬取产品信息并分享给用户群

基于Wechaty打造实时爬取产品信息并分享给用户群

In project, Nov 10, 2020

Python-Wechaty Live Coding

Wechaty 作为一个对话SDK,拥有适配多平台的优秀能力,同时还具备多语言的特性,今天我们将以一个简单的视频来介绍如何开始使用Python-Wechaty编写一个最简单的聊天机器人。

In tutorial, Oct 26, 2020

通过Wechaty使用深度学习模型预测图片类型

Use wechaty to apply pytorch model via WeChat.

In project, Oct 25, 2020

基于Python-wechaty建立一个斗图机器人 POC 结项博客

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isc...

In project, Sep 27, 2020

Summer 2020: Final Presentation of Python-Wechaty Group Chat Assistant Bot

Final presentation of the CHAssisT bot, a Python-Wechaty-based group chat assistant featuring message tagging, scheduled messages, member management, and deep learning-enhanced Q&A ca...

In project, Sep 26, 2020

Wechaty 将 TS 转发到 Python 的探索实践

报时机器人,每逢整点在群里发送报时信息。

In project, Sep 12, 2020

行情播报微信机器人

使用Wechaty开发的行情播报微信机器人,为微信群组用户提供实时行情信息播报服务。用户可以通过添加管理员微信,然后自动加入播报群组。机器人将采用行情早晚报和事件播报的形式在群组中进行行情播报。

In project, Aug 22, 2020

Summer 2020: POC Showcase for Python-Wechaty Group Chat Assistant Bot

This post showcases the proof-of-concept for a Python-Wechaty based group chat assistant bot, a project from the Summer 2020 Open Source Promotion Plan. The bot features plugins for m...

In project, Aug 14, 2020

基于Python-wechaty建立一个斗图机器人 POC 成果展示

暑期2020 基于Python-wechaty建立一个斗图机器人 POC 成果展示

In project, Aug 13, 2020

基于Python-wechaty建立一个斗图机器人

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。

In project, Jul 18, 2020

Group Chat Assistant Bot based on python-wechaty

This post outlines the plan for creating a Group Chat Assistant Bot using python-wechaty as part of the Summer 2020 open-source program. The project includes features like message tag...

In project, Jul 18, 2020

基于python-wechaty的CPS BOT

无非就是想撸羊毛,自己又懒的一个一个找,一个一个发。已知目前的返佣app非常的多,比如:好省,蜜源,粉象,芬香等等等等。归根到底无非是利用淘宝、京东、拼多多、苏宁的开放平台做的。所以想到是否可以利用已有的开放平台来做一个属于自己的撸羊毛项目。

In project, Jun 19, 2020

Archy.sh: a WeChat Assistant That Generates Anki Flashcards for Chinese Learners 吖奇说:一个帮助外国人与海归学习中文的微信助理,可生成Anki卡片

a chatbot that can extract difficult Chinese words from WeChat 公众号 articles, annotate them with Pinyin and definitions, and generate Anki notes.

In project, Jun 19, 2020

Python Wechaty Beta Released: A Simple Bot

Python-wechaty能够使用少量代码即可完成一个机器人,使用起来非常简单,基于OOP的设计思路能够很好监听和处理微信内部大量的事件,比如:自动回复消息,定时发送消息,拉人入群,好友申请同意等等。此外,目前的插件系统里面有很多拿来即用的工具,比如拉人入群等。当然开发一个自己的插件也是非常简单,无需很高深的概念,只需要你能够理解事件和OOP即可。

In announcement, Jun 17, 2020

MetaPuppetForPython - 用Python写Wechaty程序

一个支持Wechaty调用的Python框架

In tutorial, Mar 07, 2020

socket

MetaPuppetForPython - 用Python写Wechaty程序

一个支持Wechaty调用的Python框架

In tutorial, Mar 07, 2020

puppet

Announcing Wechaty Puppet WXKF

We are excited to introduce wechaty-puppet-wxkf, a new, fully open-source puppet based on the official WeChat Customer Service API. This puppet runs locally, does not depend on extern...

In announcement, Apr 23, 2023

Puppet-Whatsapp 1.0 Released!

Puppet-Whatsapp has been published for more than a year, announcement here, and it was still in alpha stage with only login and text message supported. Recently Juzi.bot was planning ...

In announcement, Mar 14, 2022

OSPP 2021-结项报告-开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块

本项目通过 Wechaty Puppet 的接口,可以将 QQ 进行 RPA 封装,使其成为 wechaty-puppet-oicq 供 Wechaty 开发者方便接入 QQ 平台,使其成为 Wechaty 可以使用的社区生态模块。

In project, ospp, Oct 06, 2021

OSPP 2021-结项报告-基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2021”活动奖金和奖杯。官网:https://summer.i...

In project, ospp, Oct 05, 2021

OSPP 2021-结项报告-基于 Wechaty Puppet Official Account 项目的用户与消息等基础功能的完善

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。 学生可自主选择感兴趣的项目进行申请,并在中选后获得...

In project, ospp, Oct 03, 2021

OSPP 2021-期中报告-开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块

本项目通过 Wechaty Puppet 的接口,可以将 QQ 进行 RPA 封装,使其成为 wechaty-puppet-oicq 供 Wechaty 开发者方便接入 QQ 平台,使其成为 Wechaty 可以使用的社区生态模块。

In project, ospp, Aug 31, 2021

OSPP 2021-期中报告-基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2021”活动奖金和奖杯。官网:https://summer.i...

In project, ospp, Aug 29, 2021

OSPP 2021-期初报告-基于 Wechaty Puppet Official Account 项目的用户与消息等基础功能的完善

项目名称:基于 Wechaty Puppet Official Account 项目的用户与消息等基础功能的完善 导师:吴京京 学生:zzzyer 模块列表 文本消息收发模块 图片消息收发模块 推送事件 项目介绍:https://github.com/wechaty/summer-of-wechaty/...

In project, ospp, Jul 17, 2021

OSPP 2021-期初报告-基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet

项目名称:基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet 导师:吴京京、李卓桓 学生:肖良玉 项目链接:https://github.com/lyleshaw/python-wechaty-puppet-itchat 项目介绍: https://github.com/wechaty/summe...

In project, ospp, Jul 13, 2021

OSPP 2021-期初报告-开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块

项目名称:开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块 导师:李佳芮、李卓桓 学生:anaivebird 模块列表 node.js qq protocol client implement(based on takayama-lily/oicq) Puppeteer puppet ...

In project, ospp, Jul 11, 2021

New Wechaty Puppet Service: SimplePad

Introducing SimplePad - a flexible HTTP-based Wechaty Puppet service that offers language-agnostic API access with pay-per-use pricing model.

In announcement, Jun 17, 2021

基于wechaty开发网课答案查询机器人

自己有运营一个网课答案查询的微信公众号,无奈服务器压力有时候会大,会出现回复不及时的问题,所以突发冥想开发一个个人号作为备用。

In project, Oct 15, 2020

"New Wechaty Puppet Service: PadLocal"

Introducing PadLocal, a new Wechaty puppet service with a unique stateless architecture. All traffic is proxied through the local puppet client, ensuring better IP isolation, data sec...

In announcement, Oct 12, 2020

Gitter.im is supported by Wechaty now!

Wechaty is a RPA SDK for Chatbot Makers. It mainly works with WeChat accounts (both individual and official), and now we have published Gitter support for wechaty, which can make us e...

In announcement, Aug 23, 2020

暑期2020[基于 RPA 封装 Wechaty 接口下的快手聊天机器人]中期报告

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isc...

In project, Aug 20, 2020

Lark Chatbot Based on Wechaty Interface with Open API: Mid-term Report

Mid-term progress report for developing a Lark chatbot puppet using Wechaty interface and Open API, including implementation of message handling, contact list management, and event su...

In project, Aug 19, 2020

Wechaty Workshop for Puppet Makers: How to make a Puppet for Wechaty

Wechaty 通过精妙的代码设计,实现了基于一套应用层代码,自由切换不同的接入方式,帮助开发者以最大程度的易用性,快速实现多个平台的聊天机器人接入。

In event, Aug 05, 2020

暑期2020[基于 RPA 封装 Wechaty 接口下的快手聊天机器人]计划书

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isc...

In project, Jul 28, 2020

MetaPuppetForPython - 用Python写Wechaty程序

一个支持Wechaty调用的Python框架

In tutorial, Mar 07, 2020

sqlite

Party Game Bot

This post is also available in Chinese

In project, Jun 06, 2020

使用 SQLite 和 pullword 实现简易的业务助手

需求之初是,希望有一个机器人能够替我们完成各种机械式的操作,来提高我们的工作效率。

In tutorial, Mar 17, 2020

bupt

nCoV2019疫情播报

之前用pywx尝试玩过wxbot,我这种完全属于自嗨,但后来众所周知,web版被限制了,在github上瞎逛发现了wechaty这么个神奇玩意儿,真的太棒了。疫情播报的代码1月就已经在使用了,只可惜是py写的,这次借wechaty,改写成nodejs,也算是一次新语言的挑战。

In project, Mar 26, 2020

healthcare

学术场景应用:YanBot

备注

In project, Jun 17, 2020

nCoV2019疫情播报

之前用pywx尝试玩过wxbot,我这种完全属于自嗨,但后来众所周知,web版被限制了,在github上瞎逛发现了wechaty这么个神奇玩意儿,真的太棒了。疫情播报的代码1月就已经在使用了,只可惜是py写的,这次借wechaty,改写成nodejs,也算是一次新语言的挑战。

In project, Mar 26, 2020

kaiyuanshe

COSCon21 Community Governance (GC): Wechaty Open Source Community Documentation Collaboration — Google Season of Docs Practice

Huan Li (李卓桓) shares Wechaty's experience as the first Chinese project selected for Google Season of Docs 2021, involving 12 technical writing experts in documentation optimization.

In talk, Nov 05, 2021

今年的 COSCon 中国开源年会,让我们聊点不一样的

人们常常说,在熬过了数十年寒冬,2020 -2021 我们终于迎来了本土开源的拐点,国家政策的引导、基础软件的崛起、开放协作精神的觉醒……各种各样的数据报告也无一不支撑着这一观点。

In event, Oct 12, 2021

Kaiyuanshe (开源社): Meet the "SLASH" Youth Huan Li (李卓桓)

An interview with Huan Li (李卓桓) on his multi-hyphenate “SLASH” path—founder, investor, author, programmer, advisor, and extreme-sports enthusiast—and his views on entrepreneurship, op...

In story, Mar 27, 2020

financial

使用Wechaty助力金融营销实践

首先,先为我拙劣的代码道个歉。临时野生程序员JS为现学,各种不规范请见谅。

In tutorial, Mar 30, 2020

checkin

WeChat Check-in Robot

1. Development Background

In project, Apr 05, 2020

iot

在树莓派上运行wechaty

一、介绍

In tutorial, Apr 20, 2020

使用句子秒回控制家里的台灯

多年前,我曾基于XMPP协议设计了一套物联网系统,每个设备对应一个XMPP账号。后台可以方便地看到各种设备的在线状态,而无需开发心跳API。还可以通过群发消息,批量对设备进行远程操作。

In tutorial, Apr 06, 2020

arduino

使用句子秒回控制家里的台灯

多年前,我曾基于XMPP协议设计了一套物联网系统,每个设备对应一个XMPP账号。后台可以方便地看到各种设备的在线状态,而无需开发心跳API。还可以通过群发消息,批量对设备进行远程操作。

In tutorial, Apr 06, 2020

globalai

How to Build a WeChat Chatbot from 0 to 1

1. What is a chatbot?

In announcement, Apr 09, 2020

travel

基于wechaty的拼车小程序(1)

产品构想

In project, Jan 15, 2021

北京周边跨城顺风车消息汇总

北京的房价涨幅对于北漂的工资涨幅来说永远都是高不可攀的;有很多人到了成家立业的年纪,又不想回到老家,所以距离北京近,房价可以接受的北京周边就是就是一个不错的选择,但是在环京买了房,工作还是在北京,由此衍生出了一批跨城上下班的圈子。由于北京车牌限制,限行策略,堵车等问题,所以导致很多人不能愉快的自驾上下班,坐公共交通工具又不是特别方便,所以大家会选择和邻居或是朋友拼...

In project, Jun 23, 2020

Wechaty 实时公交查询

需求

In project, May 05, 2020

Application of Chatbot in the Customized Tourism Industry

1. Introduction to Customized Tourism

In tutorial, Apr 10, 2020

go

教你用go-wecahty和web协议开发机器人

写这篇文章的原因: 最近发现 web 协议以某种方式又复活了,所以想让 go-wechaty 的小伙伴也能使用 web 协议。

In article, Apr 16, 2021

Summer 2020 Final Report: Designing and Implementing Plugin System for go-wechaty

Final report for designing and implementing a comprehensive plugin system for go-wechaty, including plugin management features, context handling, and a demo plugin to demonstrate the ...

In project, Sep 27, 2020

Summer 2020 [Go-wechaty Github Action optimization] Final POC

Using Github Actions to optimize Go-wechaty related projects and improve user and developer experience

In project, Sep 27, 2020

暑期2020 [Go-wechaty Github Action optimization] POC 成果展示

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。

In project, Aug 20, 2020

Summer 2020: POC Showcase for Designing and Implementing a Plugin System for go-wechaty

This post showcases the proof-of-concept for a plugin system for go-wechaty, a project from the Summer 2020 Open Source Promotion Plan. It details the design, implementation, and futu...

In project, Aug 19, 2020

暑期2020 [Go-wechaty Github Action optimization] 计划书

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。

In project, Jul 30, 2020

暑期2020 [为 go-wechaty 设计实现插件体系] 计划书

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isc...

In project, Jul 19, 2020

Go Wechaty Beta Released!

go-wechaty 是 wechaty 多语言版本中的 golang 语言实现,目的是方便 go 语言开发者更容易的去使用 wechaty。

In announcement, Jun 29, 2020

java

java-wechaty auto get news

In daily life, most people always want to know latest news. This tutorial will record how to automatically get the current latest news.

In tutorial, Dec 28, 2020

Wechaty bot in Java to sync group messages

In the previous blog, we have deployed wechaty bot with node.js to aws. This blog is about to develop wechaty bot with Java and implement the function of sync messages in between dif...

In project, Oct 26, 2020

Wechaty Java Component Porting Development

This post is a mid-term report on porting Wechaty components to Java/Kotlin as part of the Summer 2020 Open Source Promotion Plan. It covers the development of memory-card and state-s...

In project, Aug 17, 2020

SpringBoot搭建wechaty智能聊天机器

本项目是基础wechaty项目实现微信的聊天功能、通过微信对话开放平台提供的API进行智能的应答、实现了微信的智能聊天、最后非常感谢wechaty的无私奉献。

In project, Aug 17, 2020

Wechaty Java Transplant Component Development

“Open Source Software Supply Chain Lighting Plan - Summer 2020” (hereinafter referred to as Summer 2020) is a summer activity for college students jointly organized by the Institute o...

In project, Jul 27, 2020

简单聊聊java版Puppet Manager的实现

我们来简单聊一聊java-wechaty中Puppet Manager的实现。

In article, Jun 16, 2020

Java Wechaty Beta Released: Finally a WeChat Bot in Java

Java Wechaty Beta has been released, bringing the power of Wechaty chatbot development to the Java ecosystem with full TS version feature parity and plugin support.

In announcement, Jun 15, 2020

raspberrypi

在树莓派上运行wechaty

一、介绍

In tutorial, Apr 20, 2020

project

Google Season of Docs 2021 Team Report - Introduction and Explanation

This is the joint project report for Improve the Introduction and Explanations secondary project under Google Season of Docs 2021.

In gsod, Nov 07, 2021

Google Season of Docs 2021 Final Blog - Tutorials

We have been a part of Google Season of Docs 2021 for creating and improving the Wechaty documentation, specifically the Tutorials section. It was an amazing journey of 17 weeks (roug...

In gsod, Oct 20, 2021

Google Season of Docs 2021 Volunteer Report: Document Quality

It’s a great honor to be part of Wechaty family in Google Season of Docs 2021. This report demonstrates the improvement of document quality.

In gsod, Oct 09, 2021

Google Season of Docs 2021 Mid Term Blog: Tutorials

This is the mid term blog for demonstrating all our work that we have done till 8 weeks for creating and improving the Wechaty Tutorials documentation as a part of Google Season of D...

In gsod, Aug 03, 2021

基于Nodejs+Wechaty开发微信机器人管理平台

微信机器人开源库调研,GitHub 找到以下 3 个开源作品:

In project, Jun 17, 2021

Google Season of Docs 2021 Team Proposal - Introduction and Explanation

This is the joint project proposal for Improve the Introduction and Explanations secondary project under Google Season of Docs 2021. It is estimated that this project will take approx...

In gsod, May 13, 2021

Google Season of Docs 2021 Team Proposal: How-to Guides

This is the project proposal for Wechaty How-to-guide documentation on which we will be working as a part of Google Season of Docs 2021. We have proposed our timeline so as to complet...

In gsod, May 12, 2021

Google Season of Docs 2021 Team Proposal - Tutorials

This is the project proposal for creating and improving the Wechaty Tutorials documentation on which we will be working as a part of Google Season of Docs 2021. We are looking forward...

In gsod, May 11, 2021

Vasvi Sood: 2021 Google Season of Docs Application

Sophomore,NIT Hamirpur

In gsod, May 06, 2021

Shraddha Vasant Prasad: 2021 Google Season of Docs Technical Proposal

I am Shraddha Vasant Prasad, 2020 graduate and currntly working as a Software Engineer At American Express, I describe myself as “Developer in the making and a Blogger by passion”

In gsod, May 05, 2021

Google Season of Docs 2021 Applicant: Souvik Biswas

I am Souvik Biswas, currently pursuing a Bachelor of Technology degree (2018 - 2022) in Computer Science & Engineering from the Indian Institute of Information Technology Kalyani....

In gsod, May 04, 2021

Joseph Mawa: 2021 Google Season of Docs Technical Proposal

My name is Joseph Mawa. I am a technical writer and web developer. Below is my proposal for the project Create easy to learn tutorials for beginner users of Wechaty under Google Seaso...

In gsod, May 03, 2021

Soumi Bardhan: Interactive tutorials for newcomers

GSoD 2021 Project Proposal

In gsod, May 03, 2021

Shwetal Soni: GSOD'21 project proposal for wechaty

GSOD21 Proposal for Wechaty

In gsod, May 03, 2021

Create easy to learn tutorials for beginner users of Wechaty

My name is Jaya Gupta, I am a 3rd year Informational Technology Student currently persuing my B.Tech from HMRITM, Delhi. I have learned various programming languages such as C , C, PY...

In gsod, May 03, 2021

基于Wechaty打造实时爬取产品信息并分享给用户群

基于Wechaty打造实时爬取产品信息并分享给用户群

In project, Nov 10, 2020

基于wechaty的定时消息推送(可以哄女朋友)、智能聊天和私人助理

自从2017年微信web端API限制以后,itchat等一大批bot歇菜了,一直都在找一款合适的替品 目前来看,大部分都是针对windows微信客户端,基于HOOK的dll注入实现对微信的操控,有一定的封号风险,只能用固定的版本,部署在linux服务器端比较困难,意味着只能一直开着电- -wechaty,支持IPAD,,MAC等多种协议,不用去调用WEB网页...

In project, Oct 30, 2020

基于Nodejs+Wechaty开发微信机器人管理平台

微信机器人开源库调研,GitHub 找到以下 3 个开源作品:

In project, Oct 27, 2020

基于Wechaty打造智能聊天机器人(一)

由于在去年我粉上了杨超越,广州演唱会期间加入了深圳站粉丝群,群主为了活跃气氛,在小群里拉了一个闲聊机器人,当时就想着自己也是一个技术开发,好早之前也有注册过图灵机器人,看着这个机器人的玩法感觉跟图灵机器人好像,就想着要不要自己去开发一个,但是当时这个念头也只是一闪而过,当时工作比较忙,也没放在心上。今年遇上了疫情,大家都只能在家里了,在群里闲聊的时候变多了,就想着...

In project, Sep 22, 2020

微信群过于频繁提醒功能

自己在的知识讨论分享群里人数比较多,经常有人在群里闲聊,发言太多,导致有用的信息容易被淹没。

In project, Sep 16, 2020

Wechaty 将 TS 转发到 Python 的探索实践

报时机器人,每逢整点在群里发送报时信息。

In project, Sep 12, 2020

基于wechaty的英语学习群助手

针对英语学习社群,为提高群的活跃度,通过关键词触发,实现英文每日一句、中英文互译、励志话语推送,彩虹屁功能。

In project, Aug 31, 2020

WeChat Marketing Group Customer Service Bot

A WeChat group assistant bot designed to help e-commerce customer service teams monitor and manage marketing groups by detecting and removing malicious marketers using keyword blackli...

In project, Aug 29, 2020

twitter2wechat

In project, Aug 06, 2020

股票盯盘助手

In project, Aug 02, 2020

更有效率的二手捡漏助手

作为一个爱逛二手闲置数码的程序员,怎么淘到自己喜欢且性价比高的设备是个技术活~

In project, Jul 31, 2020

智障机器人(retarded-robot)

内容列表

In project, Jul 27, 2020

macpro

cps

Cps demo of wechat bot with wechaty

tips: if you try to use wechaty web version, you will be know it can’t work, so this post show you how to use ipad version to make bot work, if you never use wechaty any version, this...

In project, Apr 23, 2020

padplus

基于Nodejs+Wechaty开发微信机器人管理平台

微信机器人开源库调研,GitHub 找到以下 3 个开源作品:

In project, Jun 17, 2021

Go开发微信群聊互动机器人

公司小程序的相关通知需要及时、定时推送到相关的群,由于微信web网页登录基本全部被封建,所有在查阅了大量微信机器人的资料后,选择了wechaty进行机器人开发,以此达到用户可以通过指令进行绑定微信群、查询活动、活动推送等功能,借此提高用户粘性,提高活动的达成率。

In tutorial, Apr 12, 2021

基于Wechaty打造实时爬取产品信息并分享给用户群

基于Wechaty打造实时爬取产品信息并分享给用户群

In project, Nov 10, 2020

基于wechaty的定时消息推送(可以哄女朋友)、智能聊天和私人助理

自从2017年微信web端API限制以后,itchat等一大批bot歇菜了,一直都在找一款合适的替品 目前来看,大部分都是针对windows微信客户端,基于HOOK的dll注入实现对微信的操控,有一定的封号风险,只能用固定的版本,部署在linux服务器端比较困难,意味着只能一直开着电- -wechaty,支持IPAD,,MAC等多种协议,不用去调用WEB网页...

In project, Oct 30, 2020

基于Nodejs+Wechaty开发微信机器人管理平台

微信机器人开源库调研,GitHub 找到以下 3 个开源作品:

In project, Oct 27, 2020

基于Wechaty打造定时多功能机器人(一)

智能群聊天机器人

In project, Oct 22, 2020

Wechat File Schedule Box

使用Wechaty以少量的代码实现一个微信文件日程匣子项目。可快速将微信中的内容同步(转存)到其他网盘中。同时还添加自动识别处理日程等的小功能。

In project, Sep 30, 2020

基于Wechaty打造智能聊天机器人(一)

由于在去年我粉上了杨超越,广州演唱会期间加入了深圳站粉丝群,群主为了活跃气氛,在小群里拉了一个闲聊机器人,当时就想着自己也是一个技术开发,好早之前也有注册过图灵机器人,看着这个机器人的玩法感觉跟图灵机器人好像,就想着要不要自己去开发一个,但是当时这个念头也只是一闪而过,当时工作比较忙,也没放在心上。今年遇上了疫情,大家都只能在家里了,在群里闲聊的时候变多了,就想着...

In project, Sep 22, 2020

微信群过于频繁提醒功能

自己在的知识讨论分享群里人数比较多,经常有人在群里闲聊,发言太多,导致有用的信息容易被淹没。

In project, Sep 16, 2020

Wechaty 将 TS 转发到 Python 的探索实践

报时机器人,每逢整点在群里发送报时信息。

In project, Sep 12, 2020

实现微信产品问题反馈群实时监控与问题自动录入

因为我们的用户都喜欢通过微信群讨论的方式进行产品问题反馈,这无疑给日常的线上问题处理的效率带来极大的影响。曾经尝试对用户习惯进行线上填写方式的引导,但最终以失败告终。无奈下看看弄一个微信群监控机器人是否可行。

In tutorial, Sep 04, 2020

基于wechaty的英语学习群助手

针对英语学习社群,为提高群的活跃度,通过关键词触发,实现英文每日一句、中英文互译、励志话语推送,彩虹屁功能。

In project, Aug 31, 2020

WeChat Marketing Group Customer Service Bot

A WeChat group assistant bot designed to help e-commerce customer service teams monitor and manage marketing groups by detecting and removing malicious marketers using keyword blackli...

In project, Aug 29, 2020

基于Wechaty-IPAD协议的预警消息转发机器人

微信机器人 - 实时转发预警信息

In project, Aug 28, 2020

基于wechaty-puppet-padplus的微信文件传输助手

微信助手是很常见的运营工具,不仅能够给微信群带来活跃度,还能针对各种社群开发不同的玩法。本目标是做一个文件传输助手,当群内有人@机器人并say关键词时,机器人从已有文件业务系统中找到文件并发出;同时在群中直接发送一个文件,机器人可将文件自动上传至文件业务系统。

In project, Aug 20, 2020

一个简单的微信群组「关键字」回答机器人

基于 wechaty (包含 wechaty-puppet-padplus 插件)开发。

In project, Aug 18, 2020

twitter2wechat

In project, Aug 06, 2020

股票盯盘助手

In project, Aug 02, 2020

更有效率的二手捡漏助手

作为一个爱逛二手闲置数码的程序员,怎么淘到自己喜欢且性价比高的设备是个技术活~

In project, Jul 31, 2020

智障机器人(retarded-robot)

内容列表

In project, Jul 27, 2020

Implementing a WeChat Task Assistant with Wechaty

This post introduces a WeChat task assistant built with Wechaty. The author shares the motivation, design, and technical challenges of creating a chatbot that can understand natural l...

In project, Jul 17, 2020

微信转发机器人(wechaty-forwardbot)

运营群需要有价值的内容,才能把用户留住。但是自己又懒得搞这些内容所以最好就是,直接把别人群有价值的内容转发到自己群既能偷懒,还能留住用户,岂不美哉?

In project, Jul 15, 2020

Implementing a WeChat Poetry Search Robot with Wechaty (wechat poem robot)

Building an intelligent WeChat poetry search chatbot using Wechaty and iPad protocol, with regex-powered keyword extraction and a PHP+MySQL poetry database backend.

In project, Jul 07, 2020

WeChat Calculator Bot

Build a simple WeChat calculator bot using Wechaty that can perform basic arithmetic operations through chat messages

In project, Jul 06, 2020

910taoBot-为了美好的生活

由于现在工作生活加了好多的微信群,并且这些群里的消息不一定每条都是你想看的,所以为了防止过多的消息提醒,所以会把群消息给屏蔽掉。但是这样有可能会错过一些@自己 或者需要自己回复的一些消息。因此想要弄一个微信机器人,潜伏在这些微信群。遇到有@设定人之后 把消息转发给自己。以达到提醒自己的目的。以防错过一些重要消息。 同时还可以让机器人成为生活助手,定时发送天气...

In project, Jul 03, 2020

北京周边跨城顺风车消息汇总

北京的房价涨幅对于北漂的工资涨幅来说永远都是高不可攀的;有很多人到了成家立业的年纪,又不想回到老家,所以距离北京近,房价可以接受的北京周边就是就是一个不错的选择,但是在环京买了房,工作还是在北京,由此衍生出了一批跨城上下班的圈子。由于北京车牌限制,限行策略,堵车等问题,所以导致很多人不能愉快的自驾上下班,坐公共交通工具又不是特别方便,所以大家会选择和邻居或是朋友拼...

In project, Jun 23, 2020

学术场景应用:YanBot

备注

In project, Jun 17, 2020

Party Game Bot

This post is also available in Chinese

In project, Jun 06, 2020

使用Wechaty开发微信群管理小助手

我们设计了一个租房平台的微信小程序,为了方便推广,针对每个地区开设了一个或多个微信群,每天会在群里发文字和小程序的二维码来推广小程序和阐述群规定。因为所开的群太多,如果是人工发送这些东西,会很浪费时间。因为发的东西都是固定的,所以考虑使用微信机器人。

In project, Jun 04, 2020

A Bot for Downloading Short Videos Without Watermarks

This post introduces a Wechaty-based bot that allows users to download short videos from major Chinese platforms without watermarks. The author shares the motivation behind creating t...

In project, Jun 03, 2020

你的微信小助手

我有一个三百多人的前端开发群,每天都有很多个好友请求,让我添加他们进前端开发群。

In project, May 31, 2020

团队小助手

之前跟一个律师的朋友聊天了解到,他们很多保全的业务,如果忘记保全,标的大的话损失就严重了,非常需要一个提醒的功能,而这个提醒可以通知团队里的多个同事。如果能以微信的方式通知是最好不过,通过微信和小程序模版消息来做通知的话,无法通知到每一个团队成员。用微信机器人来实现的话是再好不过了。于是在Github找了很多开源的产品,经多方面了解,wechaty是目前市场上最好...

In project, May 20, 2020

使用Wechaty管理你的顾客

作为一个店面开了十多年个体工商户,积攒了很多的客户。希望能够减少人为的操作,去解决一些常见的问题,比如:

In project, May 17, 2020

repe-assistant 社群活动助手

repe社群助手主要是为了提高社群活跃度以及群活动管理而设计。管理员使用后台web发起一系列活动并设置动态的参与口令,群成员只需要发送对应口令即可参与活动,并且能够结合积分系统做一些约束和奖励。

In project, May 16, 2020

Wechaty 实时公交查询

需求

In project, May 05, 2020

summer-of-wechaty

成功结项!大学生的一小步,开发者的一大步

当你还在疑惑如何进行5G消息开发打算申请 Chatbot 账号,租用一台服务器,买一款测试手机时长沙理工大学和哈尔滨工程大学的两位学生通过参与“开源软件供应链点亮计划 - 暑期2021”(以下简称“开源之夏”)已经完成了5G消息的入门开发那么距离更多的开发者投入到5G消息,还会远吗?

In article, Nov 30, 2021

Wechaty OSPP (Summer of Open Source) Final Demo Day

Final Demo Day showcase for Wechaty's 9 Summer 2021 OSPP projects, featuring student presentations on WeChat mini-programs, Python puppets, 5G RCS chatbots, Lark integration, CLI clie...

In announcement, Oct 09, 2021

OSPP 2021-结项报告-开发支持电信运营商 5G Chatbot / RCS 的 Wechaty 接入 Puppet 模块

[开发支持电信运营商 5G Chatbot / RCS 的 Wechaty 接入 Puppet 模块]信息

In project, ospp, Oct 07, 2021

OSPP 2021 - Final Report - Developing Open Source Piggy Bro Community Entertainment Bot Based on Wechaty

Final report for the OSPP 2021 project developing Piggy Bro, an open-source multi-functional group chat bot based on Wechaty, featuring jokes, weather, music search, trending topics, ...

In project, ospp, Oct 06, 2021

OSPP 2021-结项报告-开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块

本项目通过 Wechaty Puppet 的接口,可以将 QQ 进行 RPA 封装,使其成为 wechaty-puppet-oicq 供 Wechaty 开发者方便接入 QQ 平台,使其成为 Wechaty 可以使用的社区生态模块。

In project, ospp, Oct 06, 2021

OSPP 2021-结项报告-基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2021”活动奖金和奖杯。官网:https://summer.i...

In project, ospp, Oct 05, 2021

OSPP 2021-结项报告-基于 Wechaty Puppet Official Account 项目的用户与消息等基础功能的完善

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。 学生可自主选择感兴趣的项目进行申请,并在中选后获得...

In project, ospp, Oct 03, 2021

OSPP 2021 - Final Report - Wechaty Command-line Text Client Software Based on Blessed

Final report for the OSPP 2021 project developing a Blessed-based command-line text client for Wechaty, enabling users to chat using keyboard in terminal and developers to observe bot...

In project, ospp, Sep 30, 2021

OSPP 2021 - Final Report - Developing WeChat Mini Program for Club Member & Activity Management Based on Wechaty

Final report for the OSPP 2021 project developing a WeChat mini program for club member and activity management based on Wechaty, featuring registration services, member management, a...

In project, ospp, Sep 29, 2021

OSPP 2021-结项报告-基于 Matrix AppService Wechaty 项目的用户、群与消息等基础功能的完善

Matrix AppService Wechaty 是一个 Matrix 应用服务( AppService ),它可以把 Wechaty 支持的应用桥接到 Matrix 服务器中,帮助我们在 Matrix 客户端收发微信,飞书等通讯平台的消息。本项目基于 Matrix AppService Wechaty 完善了消息收发,用户信息展示,部署和开发流程优化等功能。

In project, ospp, Sep 28, 2021

OSPP 2021-期中报告-开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块

本项目通过 Wechaty Puppet 的接口,可以将 QQ 进行 RPA 封装,使其成为 wechaty-puppet-oicq 供 Wechaty 开发者方便接入 QQ 平台,使其成为 Wechaty 可以使用的社区生态模块。

In project, ospp, Aug 31, 2021

OSPP 2021-期中报告-基于 Matrix AppService Wechaty 项目的用户、群与消息等基础功能的完善

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。 学生可自主选择感兴趣的项目进行申请,并在中选后获得...

In project, ospp, Aug 30, 2021

OSPP 2021-期中报告-开发支持电信运营商 5G Chatbot / RCS 的 Wechaty 接入 Puppet 模块

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。 学生可自主选择感兴趣的项目进行申请,并在中选后获得...

In project, ospp, Aug 30, 2021

OSPP 2021-期中报告-基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2021”活动奖金和奖杯。官网:https://summer.i...

In project, ospp, Aug 29, 2021

OSPP 2021 - Mid-term Report - Developing Open Source Piggy Bro Community Entertainment Bot Based on Wechaty

Mid-term report for the OSPP 2021 project developing Piggy Bro, an open-source multi-functional group chat bot based on Wechaty with extensible interceptor architecture, featuring wea...

In project, ospp, Aug 26, 2021

"OSPP 2021 - Mid-term Report - Wechaty Command-line Text Client Software Based on Blessed"

Mid-term report for the OSPP 2021 project developing a Blessed-based command-line text client for Wechaty, supporting all Wechaty puppet providers in a terminal interface.

In project, ospp, Aug 26, 2021

OSPP 2021-期初报告-基于 Wechaty Puppet Official Account 项目的用户与消息等基础功能的完善

项目名称:基于 Wechaty Puppet Official Account 项目的用户与消息等基础功能的完善 导师:吴京京 学生:zzzyer 模块列表 文本消息收发模块 图片消息收发模块 推送事件 项目介绍:https://github.com/wechaty/summer-of-wechaty/...

In project, ospp, Jul 17, 2021

OSPP'21 first meeting for CLI & Matrix projects

基于 Matrix AppService Wechaty 项目的用户、群与消息等基础功能的完善 #59

In ospp, Jul 16, 2021

OSPP 2021 - Initial Report - Developing WeChat Mini Program for Micro-Club Member & Activity Management

Summer 2021 project plan for building a WeChat mini-program that helps club admins manage members, publish activities, and organize event albums.

In project, ospp, Jul 15, 2021

OSPP 2021-期初报告-开发支持电信运营商5G Chatbot/RCS的 Wechaty接入Puppet模块

开发支持电信运营商5G Chatbot/RCS的 Wechaty接入Puppet模块

In project, ospp, Jul 15, 2021

OSPP 2021-期初报告-基于开放 API 封装 Wechaty 接口下的飞书聊天机器人

[基于开放 API 封装 Wechaty 接口下的飞书聊天机器人]具体计划

In project, ospp, Jul 14, 2021

OSPP 2021 - Initial Report - Improving Basic Functions of Matrix AppService Wechaty Project for Users, Groups and Messages

Summer 2021 project plan for enhancing the Matrix AppService Wechaty bridge with image messaging, nickname display, and automated testing.

In project, ospp, Jul 14, 2021

OSPP 2021 - Initial Report - Blessed-based Wechaty Command Line Text Client Software

Summer 2021 project plan for building an IRC-style terminal client for Wechaty using Blessed, supporting real-time messaging and contact management.

In project, ospp, Jul 14, 2021

OSPP 2021 - Initial Report - Developing Open Source Piggy Bro Community Entertainment Bot Based on Wechaty

Summer 2021 project plan for developing Piggy Bro, an extensible entertainment bot with jokes, idiom chains, games, and a backend garden game.

In project, ospp, Jul 13, 2021

OSPP 2021-期初报告-基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet

项目名称:基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet 导师:吴京京、李卓桓 学生:肖良玉 项目链接:https://github.com/lyleshaw/python-wechaty-puppet-itchat 项目介绍: https://github.com/wechaty/summe...

In project, ospp, Jul 13, 2021

OSPP 2021-期初报告-开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块

项目名称:开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块 导师:李佳芮、李卓桓 学生:anaivebird 模块列表 node.js qq protocol client implement(based on takayama-lily/oicq) Puppeteer puppet ...

In project, ospp, Jul 11, 2021

Wechaty Open Source Promotion Plan 2021 Kickoff Meeting

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。学生可自主选择感兴趣的项目进行申请,并在中选后获得该...

In announcement, ospp, Jun 24, 2021

OSPP (Open Source Promotion Plan) Guide - 2021

Comprehensive guide for OSPP 2021 participants covering milestones, daily work requirements, mid-term and final reports, with templates and examples from successful 2020 students.

In announcement, ospp, Jun 24, 2021

OSPP 2021 Project Status

临近OSPP2021项目最终审核,需要与各位导师确定一下项目的状态以及安排接下来两周的任务,故有了此次的线上会议。

In event, Jun 11, 2021

Open Source Leaders Talk - Wechaty's Open Source Journey

Yuan Gao (高原), Juzibot CTO and Wechaty committer, shares Wechaty's open source journey from 2016 to 2021, covering what Wechaty is, how to use it, the evolution of the Puppet architec...

In announcement, Jun 05, 2021

Summer of Wechaty, 我们来啦

去年夏天,Wechaty 社区参与了“开源软件供应链点亮计划-暑期2020”(以下简称暑期2020)活动,在为期三个月的开发结束后,多位同学顺利完成开发,为 Wechaty 社区实现多平台、多语言、多功能贡献了智慧和力量。点此了解更多。

In event, Mar 14, 2021

一次愉快的南京开源峰会之旅

写在前面:本来此篇博文应该在去年完成,由于其它事情耽搁一直拖延到现在。

In story, Feb 17, 2021

This Summer: Stories of Wechaty Community and 9 Rising Open Source Contributors

Nine undergraduate and graduate students became rising contributors to Wechaty community during Summer 2020: Bi Kaiqiao (毕凯乔), Wang Junwei (王俊伟), Xie Yuqing (谢昱清), Fan Rui (范蕊), Jiang...

In announcement, Dec 31, 2020

Open Source Software Supply Chain Lighting Plan Summer 2020 Results: Wechaty-based Projects Win Outstanding Contribution and Most Potential Awards!

Wechaty community achieves remarkable success in Summer 2020 program with two students winning Outstanding Contribution and Most Potential awards from 388 participating projects acros...

In announcement, Nov 14, 2020

Open Source Forum: Wechaty's Open Source Journey

Wechaty community participated in the Open Source Software Supply Chain Summit 2020, with Huan Li (李卓桓) sharing Wechaty's open source journey and Jingjing Wu (吴京京) presenting Multi-We...

In event, Nov 14, 2020

基于RPA封装的Wechaty接口下的快手聊天机器人结项报告

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。

In project, Oct 13, 2020

"Douyin Chatbot based on RPA with Wechaty Interface - Final Report"

Final report for the Summer 2020 project building a Douyin (TikTok) chatbot using RPA with autojs on Android, connected via socket to a Wechaty puppet.

In project, Oct 13, 2020

Lark Chatbot based on Open API for Wechaty: Final Report

Building a Lark (Feishu) chatbot using Wechaty by encapsulating open APIs

In project, Sep 30, 2020

Summer 2020 [WeChat Work Chatbot based on Open API for Wechaty] Final Results

Developing a puppet for WeChat Work platform to enable Wechaty developers to use WeChat Work features by simply changing a variable

In project, Sep 28, 2020

基于Python-wechaty建立一个斗图机器人 POC 结项博客

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isc...

In project, Sep 27, 2020

Summer 2020 Final Report: Designing and Implementing Plugin System for go-wechaty

Final report for designing and implementing a comprehensive plugin system for go-wechaty, including plugin management features, context handling, and a demo plugin to demonstrate the ...

In project, Sep 27, 2020

Summer 2020 [Go-wechaty Github Action optimization] Final POC

Using Github Actions to optimize Go-wechaty related projects and improve user and developer experience

In project, Sep 27, 2020

Summer 2020: Final Presentation of Python-Wechaty Group Chat Assistant Bot

Final presentation of the CHAssisT bot, a Python-Wechaty-based group chat assistant featuring message tagging, scheduled messages, member management, and deep learning-enhanced Q&A ca...

In project, Sep 26, 2020

暑期2020中期路演日(Mid-Term Demo Day)

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动,旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展,点击查看官方新闻。

In announcement, Aug 22, 2020

暑期2020[基于 RPA 封装 Wechaty 接口下的快手聊天机器人]中期报告

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isc...

In project, Aug 20, 2020

Mid-term Report: Douyin Chatbot Based on Wechaty Interface Encapsulated by RPA

This mid-term report presents progress on developing a Wechaty puppet for Douyin (TikTok) using RPA automation with AutoJS on Android, covering implementation challenges, solutions, a...

In project, Aug 20, 2020

暑期2020 [Go-wechaty Github Action optimization] POC 成果展示

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。

In project, Aug 20, 2020

Lark Chatbot Based on Wechaty Interface with Open API: Mid-term Report

Mid-term progress report for developing a Lark chatbot puppet using Wechaty interface and Open API, including implementation of message handling, contact list management, and event su...

In project, Aug 19, 2020

Summer 2020: Project Plan for WeCom Chatbot Based on Wechaty Interface with Open API

This post outlines the project plan for developing a Wechaty puppet for WeChat Work (WeCom) platform, allowing developers to switch to using WeCom functionality by simply changing a v...

In project, Aug 19, 2020

Summer 2020: POC Showcase for WeCom Chatbot Based on Wechaty Interface with Open API

This post showcases the mid-term progress of developing a Wechaty puppet for WeChat Work (WeCom) platform, allowing developers to switch to WeCom functionality by simply changing a va...

In project, Aug 19, 2020

Summer 2020: POC Showcase for Designing and Implementing a Plugin System for go-wechaty

This post showcases the proof-of-concept for a plugin system for go-wechaty, a project from the Summer 2020 Open Source Promotion Plan. It details the design, implementation, and futu...

In project, Aug 19, 2020

Summer 2020: Words‑per‑Day Plugin — Mid‑term Results

“Open Source Supply Chain — Summer 2020” (aka Summer 2020) is a student-focused program jointly organized by the Institute of Software, Chinese Academy of Sciences, and the openEuler ...

In project, Aug 15, 2020

Summer 2020: POC Showcase for Python-Wechaty Group Chat Assistant Bot

This post showcases the proof-of-concept for a Python-Wechaty based group chat assistant bot, a project from the Summer 2020 Open Source Promotion Plan. The bot features plugins for m...

In project, Aug 14, 2020

基于Python-wechaty建立一个斗图机器人 POC 成果展示

暑期2020 基于Python-wechaty建立一个斗图机器人 POC 成果展示

In project, Aug 13, 2020

暑期2020 [Go-wechaty Github Action optimization] 计划书

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。

In project, Jul 30, 2020

基于开放 API 封装 Wechaty 接口下的飞书聊天机器人:期初

“开源软件供应链点亮计划-暑期2020”(以下简称暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isca...

In project, Jul 29, 2020

暑期2020[基于 RPA 封装 Wechaty 接口下的快手聊天机器人]计划书

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isc...

In project, Jul 28, 2020

基于RPA封装的Wechaty接口下的抖音聊天机器人

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。

In project, Jul 28, 2020

Wechaty Summer of Code 2020 Kickoff Meeting

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。

In announcement, Jul 20, 2020

基于开放 API 封装 Wechaty 接口下的钉钉聊天机器人

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isc...

In project, Jul 19, 2020

暑期2020 [为 go-wechaty 设计实现插件体系] 计划书

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isc...

In project, Jul 19, 2020

Summer 2020 [Write a "Word of the Day" Plugin] Project Plan

This post outlines the project plan for creating a "Word of the Day" plugin for Wechaty as part of the Summer 2020 open-source program. The plan covers the basic framework, NPM packag...

In project, Jul 18, 2020

基于Python-wechaty建立一个斗图机器人

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。

In project, Jul 18, 2020

Group Chat Assistant Bot based on python-wechaty

This post outlines the plan for creating a Group Chat Assistant Bot using python-wechaty as part of the Summer 2020 open-source program. The project includes features like message tag...

In project, Jul 18, 2020

Wechaty Summer of Code 2020 Talk

作者: juzibot

In announcement, Jun 08, 2020

summer-2020

一次愉快的南京开源峰会之旅

写在前面:本来此篇博文应该在去年完成,由于其它事情耽搁一直拖延到现在。

In story, Feb 17, 2021

This Summer: Stories of Wechaty Community and 9 Rising Open Source Contributors

Nine undergraduate and graduate students became rising contributors to Wechaty community during Summer 2020: Bi Kaiqiao (毕凯乔), Wang Junwei (王俊伟), Xie Yuqing (谢昱清), Fan Rui (范蕊), Jiang...

In announcement, Dec 31, 2020

基于RPA封装的Wechaty接口下的快手聊天机器人结项报告

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。

In project, Oct 13, 2020

"Douyin Chatbot based on RPA with Wechaty Interface - Final Report"

Final report for the Summer 2020 project building a Douyin (TikTok) chatbot using RPA with autojs on Android, connected via socket to a Wechaty puppet.

In project, Oct 13, 2020

Lark Chatbot based on Open API for Wechaty: Final Report

Building a Lark (Feishu) chatbot using Wechaty by encapsulating open APIs

In project, Sep 30, 2020

Summer 2020 [WeChat Work Chatbot based on Open API for Wechaty] Final Results

Developing a puppet for WeChat Work platform to enable Wechaty developers to use WeChat Work features by simply changing a variable

In project, Sep 28, 2020

基于Python-wechaty建立一个斗图机器人 POC 结项博客

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isc...

In project, Sep 27, 2020

Summer 2020 Final Report: Designing and Implementing Plugin System for go-wechaty

Final report for designing and implementing a comprehensive plugin system for go-wechaty, including plugin management features, context handling, and a demo plugin to demonstrate the ...

In project, Sep 27, 2020

Summer 2020 [Go-wechaty Github Action optimization] Final POC

Using Github Actions to optimize Go-wechaty related projects and improve user and developer experience

In project, Sep 27, 2020

Summer 2020: Final Presentation of Python-Wechaty Group Chat Assistant Bot

Final presentation of the CHAssisT bot, a Python-Wechaty-based group chat assistant featuring message tagging, scheduled messages, member management, and deep learning-enhanced Q&A ca...

In project, Sep 26, 2020

暑期2020中期路演日(Mid-Term Demo Day)

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动,旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展,点击查看官方新闻。

In announcement, Aug 22, 2020

暑期2020[基于 RPA 封装 Wechaty 接口下的快手聊天机器人]中期报告

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isc...

In project, Aug 20, 2020

Mid-term Report: Douyin Chatbot Based on Wechaty Interface Encapsulated by RPA

This mid-term report presents progress on developing a Wechaty puppet for Douyin (TikTok) using RPA automation with AutoJS on Android, covering implementation challenges, solutions, a...

In project, Aug 20, 2020

暑期2020 [Go-wechaty Github Action optimization] POC 成果展示

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。

In project, Aug 20, 2020

Lark Chatbot Based on Wechaty Interface with Open API: Mid-term Report

Mid-term progress report for developing a Lark chatbot puppet using Wechaty interface and Open API, including implementation of message handling, contact list management, and event su...

In project, Aug 19, 2020

Summer 2020: Project Plan for WeCom Chatbot Based on Wechaty Interface with Open API

This post outlines the project plan for developing a Wechaty puppet for WeChat Work (WeCom) platform, allowing developers to switch to using WeCom functionality by simply changing a v...

In project, Aug 19, 2020

Summer 2020: POC Showcase for WeCom Chatbot Based on Wechaty Interface with Open API

This post showcases the mid-term progress of developing a Wechaty puppet for WeChat Work (WeCom) platform, allowing developers to switch to WeCom functionality by simply changing a va...

In project, Aug 19, 2020

Summer 2020: POC Showcase for Designing and Implementing a Plugin System for go-wechaty

This post showcases the proof-of-concept for a plugin system for go-wechaty, a project from the Summer 2020 Open Source Promotion Plan. It details the design, implementation, and futu...

In project, Aug 19, 2020

Summer 2020: Words‑per‑Day Plugin — Mid‑term Results

“Open Source Supply Chain — Summer 2020” (aka Summer 2020) is a student-focused program jointly organized by the Institute of Software, Chinese Academy of Sciences, and the openEuler ...

In project, Aug 15, 2020

Summer 2020: POC Showcase for Python-Wechaty Group Chat Assistant Bot

This post showcases the proof-of-concept for a Python-Wechaty based group chat assistant bot, a project from the Summer 2020 Open Source Promotion Plan. The bot features plugins for m...

In project, Aug 14, 2020

基于Python-wechaty建立一个斗图机器人 POC 成果展示

暑期2020 基于Python-wechaty建立一个斗图机器人 POC 成果展示

In project, Aug 13, 2020

暑期2020 [Go-wechaty Github Action optimization] 计划书

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。

In project, Jul 30, 2020

基于开放 API 封装 Wechaty 接口下的飞书聊天机器人:期初

“开源软件供应链点亮计划-暑期2020”(以下简称暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isca...

In project, Jul 29, 2020

暑期2020[基于 RPA 封装 Wechaty 接口下的快手聊天机器人]计划书

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isc...

In project, Jul 28, 2020

基于RPA封装的Wechaty接口下的抖音聊天机器人

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。

In project, Jul 28, 2020

Wechaty Summer of Code 2020 Kickoff Meeting

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。

In announcement, Jul 20, 2020

基于开放 API 封装 Wechaty 接口下的钉钉聊天机器人

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isc...

In project, Jul 19, 2020

暑期2020 [为 go-wechaty 设计实现插件体系] 计划书

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isc...

In project, Jul 19, 2020

Summer 2020 [Write a "Word of the Day" Plugin] Project Plan

This post outlines the project plan for creating a "Word of the Day" plugin for Wechaty as part of the Summer 2020 open-source program. The plan covers the basic framework, NPM packag...

In project, Jul 18, 2020

基于Python-wechaty建立一个斗图机器人

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。

In project, Jul 18, 2020

Group Chat Assistant Bot based on python-wechaty

This post outlines the plan for creating a Group Chat Assistant Bot using python-wechaty as part of the Summer 2020 open-source program. The project includes features like message tag...

In project, Jul 18, 2020

Wechaty Summer of Code 2020 Talk

作者: juzibot

In announcement, Jun 08, 2020

subscribe

用Wecahty制作订阅机器人(B站)

项目背景

In tutorial, May 11, 2020

automotive

传统工业与信息化的结合

现状与目标:我是谁?我要做什么?

In project, Aug 11, 2020

mvp

Microsoft MVP Blog: Six Lines Of Code. Two MVPs. One Chatbot.

Six lines of code. Two MVPs. One chatbot.

In story, Nov 10, 2020

How to Build an Investment and Financing Chatbot with QnAMaker.ai - Azure Show

In the first episode of Azure Show's 'From Scratch' series, Rui Li, founder of Juzi Interactive and a Microsoft AI MVP, demonstrates how to build a chatbot for investors using Azure's...

In tutorial, May 19, 2020

Wechaty 2016–2020: Four Years in Open Source — Huan

Huan Li (李卓桓) shares the story of Wechaty’s open-source journey (2016–2020) and introduces the project in a concise 20-minute talk from Azure Show.

In event, May 19, 2020

web-panel

wechaty Web Panel的plugin诞生

背景介绍

In project, May 31, 2020

wechaty Web Panel的构思与实现

平台构思

In project, May 31, 2020

feature

基于Nodejs+Wechaty开发微信机器人管理平台

微信机器人开源库调研,GitHub 找到以下 3 个开源作品:

In project, Jun 17, 2021

基于Nodejs+Wechaty开发微信机器人管理平台

微信机器人开源库调研,GitHub 找到以下 3 个开源作品:

In project, Oct 27, 2020

wechaty Web Panel的plugin诞生

背景介绍

In project, May 31, 2020

wechaty Web Panel的构思与实现

平台构思

In project, May 31, 2020

plugin

2022-关于开发wechaty-huggingface-pipeline的提议

关于开发wechaty-huggingface-pipeline的提议

In project, May 05, 2022

Wechaty卡通P图插件,18行代码帮你实现变脸功能

Wechaty 人像转换插件,让你的 Wechaty 机器人实现照片卡通化,年龄变化,性别变化等功能。之前有看到过一些机器学习视频,可以把照片漫画化,感觉很有意思,就想着能不能结合 Wechaty 做一个可以自动返回动漫化照片的机器人。经过一番资料查找,发现腾讯有个人脸变换的功能,经过测试后,发现就是我想要的功能,而且效果还不错,关键是每个月有 1000 次的免费...

In article, Aug 13, 2021

Python-Wechaty之自动回复&关键字入群插件

经不可靠统计,大部分聊天机器人的初学者都是以:自动回复和关键字入群这两个基础功能上手,然后才会逐步开发更多更复杂的功能,在此我将介绍如何使用python-wechaty快速实现这两个功能。

In tutorial, Dec 25, 2020

使用jekyll include在wechaty博客中快速插入视频

撰写暑期2020中期POC博客的时候,遇到了在博文中插入视频、PPT等iframe的需求,可以在markdown文档中直接使用bilibili等视频网站提供的视频嵌入代码,然而这样视频的样式不够美观,iframe没有铺满整个宽度并保持一定宽高比。

In tutorial, Aug 24, 2020

Chatbots Duet: Using wechaty-log-monitor Plugin to Implement DevOps like 'QR Code Rescue on Disconnect'

To enable better readily availability for my chatbot in production, I wrote the wechaty-log-monitor plugin to perform log-related DevOps for Wechaty running in production.

In project, Aug 09, 2020

Wechaty插件系统发布,让你的机器人快速接入复杂管理和智能对话能力

Wechaty 的故事开始于用RPA的方式模拟登录微信,在过去的几年里,服务了数万名开发者,收获了 Github 的 8000 Star。https://github.com/wechaty/wechaty我们将过去对于绝大多数人难以想象的工作量,通过数万行代码封装成了最短六行代码就可以模拟登录微信的npm包。

In announcement, Jul 22, 2020

wechaty Web Panel的plugin诞生

背景介绍

In project, May 31, 2020

nodejs

使用 VS Code 调试 Node.js 应用

「暑期 2021」活动中,我为 Wechaty 开发命令行环境下的客户端 wechaty-cli,使用 blessed 这个终端图形化组件库可以轻松做出炫酷的仿 IRC 聊天软件,原以为只需调库即可完成任务,但事情远没有那么简单…

In article, tutorial, Aug 08, 2021

基于Nodejs+Wechaty开发微信机器人管理平台

微信机器人开源库调研,GitHub 找到以下 3 个开源作品:

In project, Jun 17, 2021

WeChat Group Robot - Bible Reading Assistant

A WeChat bot that automates daily Bible reading article distribution, tracks member check-ins, and provides Bible content search features for Christian groups.

In project, May 02, 2021

Wechaty restful api

This article will explain why I started to use wechaty, made the restful api wrapping the bot and what I would do as the next step.

In project, Jan 19, 2021

基于wechaty的拼车小程序(1)

产品构想

In project, Jan 15, 2021

基于Wechaty开发的企业级机器人助手

GitHub 上搜了一圈,看到了挺多微信 bot 的方案,后面决定使用 wechaty,因为感觉设计得很优雅,6 行代码就可以轻松构建一个 wxbot。

In project, Dec 23, 2020

"Bridge Between Backend Systems and WeChat"

A minimal WeChat gateway with just over 100 lines of code, designed to bridge communication between various backend systems and WeChat using RESTful bidirectional calls.

In project, Dec 10, 2020

基于Wechaty开发的群聊小助手

GitHub上搜了一圈,看到了挺多微信bot的方案,后面决定使用wechaty,因为感觉设计得很优雅,6行代码就可以轻松构建一个wxbot。

In project, Dec 08, 2020

基于wechaty的定时消息推送(可以哄女朋友)、智能聊天和私人助理

自从2017年微信web端API限制以后,itchat等一大批bot歇菜了,一直都在找一款合适的替品 目前来看,大部分都是针对windows微信客户端,基于HOOK的dll注入实现对微信的操控,有一定的封号风险,只能用固定的版本,部署在linux服务器端比较困难,意味着只能一直开着电- -wechaty,支持IPAD,,MAC等多种协议,不用去调用WEB网页...

In project, Oct 30, 2020

基于Nodejs+Wechaty开发微信机器人管理平台

微信机器人开源库调研,GitHub 找到以下 3 个开源作品:

In project, Oct 27, 2020

基于Wechaty打造定时多功能机器人(一)

智能群聊天机器人

In project, Oct 22, 2020

Wechat File Schedule Box

使用Wechaty以少量的代码实现一个微信文件日程匣子项目。可快速将微信中的内容同步(转存)到其他网盘中。同时还添加自动识别处理日程等的小功能。

In project, Sep 30, 2020

基于Wechaty打造智能聊天机器人(一)

由于在去年我粉上了杨超越,广州演唱会期间加入了深圳站粉丝群,群主为了活跃气氛,在小群里拉了一个闲聊机器人,当时就想着自己也是一个技术开发,好早之前也有注册过图灵机器人,看着这个机器人的玩法感觉跟图灵机器人好像,就想着要不要自己去开发一个,但是当时这个念头也只是一闪而过,当时工作比较忙,也没放在心上。今年遇上了疫情,大家都只能在家里了,在群里闲聊的时候变多了,就想着...

In project, Sep 22, 2020

微信群过于频繁提醒功能

自己在的知识讨论分享群里人数比较多,经常有人在群里闲聊,发言太多,导致有用的信息容易被淹没。

In project, Sep 16, 2020

Wechaty 将 TS 转发到 Python 的探索实践

报时机器人,每逢整点在群里发送报时信息。

In project, Sep 12, 2020

WeChat Marketing Group Customer Service Bot

A WeChat group assistant bot designed to help e-commerce customer service teams monitor and manage marketing groups by detecting and removing malicious marketers using keyword blackli...

In project, Aug 29, 2020

Deploy Wechaty in AWS ec2

This article is about to deploy wechaty node.js application into AWS EC2 steps by steps.

In project, Aug 28, 2020

基于wechaty-puppet-padplus的微信文件传输助手

微信助手是很常见的运营工具,不仅能够给微信群带来活跃度,还能针对各种社群开发不同的玩法。本目标是做一个文件传输助手,当群内有人@机器人并say关键词时,机器人从已有文件业务系统中找到文件并发出;同时在群中直接发送一个文件,机器人可将文件自动上传至文件业务系统。

In project, Aug 20, 2020

北京周边跨城顺风车消息汇总

北京的房价涨幅对于北漂的工资涨幅来说永远都是高不可攀的;有很多人到了成家立业的年纪,又不想回到老家,所以距离北京近,房价可以接受的北京周边就是就是一个不错的选择,但是在环京买了房,工作还是在北京,由此衍生出了一批跨城上下班的圈子。由于北京车牌限制,限行策略,堵车等问题,所以导致很多人不能愉快的自驾上下班,坐公共交通工具又不是特别方便,所以大家会选择和邻居或是朋友拼...

In project, Jun 23, 2020

学术场景应用:YanBot

备注

In project, Jun 17, 2020

Party Game Bot

This post is also available in Chinese

In project, Jun 06, 2020

A Bot for Downloading Short Videos Without Watermarks

This post introduces a Wechaty-based bot that allows users to download short videos from major Chinese platforms without watermarks. The author shares the motivation behind creating t...

In project, Jun 03, 2020

vue

基于Nodejs+Wechaty开发微信机器人管理平台

微信机器人开源库调研,GitHub 找到以下 3 个开源作品:

In project, Jun 17, 2021

基于Nodejs+Wechaty开发微信机器人管理平台

微信机器人开源库调研,GitHub 找到以下 3 个开源作品:

In project, Oct 27, 2020

A Bot for Downloading Short Videos Without Watermarks

This post introduces a Wechaty-based bot that allows users to download short videos from major Chinese platforms without watermarks. The author shares the motivation behind creating t...

In project, Jun 03, 2020

nuxt

基于Nodejs+Wechaty开发微信机器人管理平台

微信机器人开源库调研,GitHub 找到以下 3 个开源作品:

In project, Jun 17, 2021

基于Nodejs+Wechaty开发微信机器人管理平台

微信机器人开源库调研,GitHub 找到以下 3 个开源作品:

In project, Oct 27, 2020

A Bot for Downloading Short Videos Without Watermarks

This post introduces a Wechaty-based bot that allows users to download short videos from major Chinese platforms without watermarks. The author shares the motivation behind creating t...

In project, Jun 03, 2020

redis

Party Game Bot

This post is also available in Chinese

In project, Jun 06, 2020

knex

Party Game Bot

This post is also available in Chinese

In project, Jun 06, 2020

academic

学术场景应用:YanBot

备注

In project, Jun 17, 2020

anki

Archy.sh: a WeChat Assistant That Generates Anki Flashcards for Chinese Learners 吖奇说:一个帮助外国人与海归学习中文的微信助理,可生成Anki卡片

a chatbot that can extract difficult Chinese words from WeChat 公众号 articles, annotate them with Pinyin and definitions, and generate Anki notes.

In project, Jun 19, 2020

donut

"Bridge Between Backend Systems and WeChat"

A minimal WeChat gateway with just over 100 lines of code, designed to bridge communication between various backend systems and WeChat using RESTful bidirectional calls.

In project, Dec 10, 2020

基于Wechaty开发的群聊小助手

GitHub上搜了一圈,看到了挺多微信bot的方案,后面决定使用wechaty,因为感觉设计得很优雅,6行代码就可以轻松构建一个wxbot。

In project, Dec 08, 2020

基于python-wechaty的CPS BOT

无非就是想撸羊毛,自己又懒的一个一个找,一个一个发。已知目前的返佣app非常的多,比如:好省,蜜源,粉象,芬香等等等等。归根到底无非是利用淘宝、京东、拼多多、苏宁的开放平台做的。所以想到是否可以利用已有的开放平台来做一个属于自己的撸羊毛项目。

In project, Jun 19, 2020

tool

Wonderful Wechaty devops toolset

Wechaty 的代码质量,是大家公认的比较高的水准。而在整个项目的搭建和发展的过程中,DevOps 工具是 Wechaty 代码质量的重要保证,这里,就和大家一起聊聊关于 Wechaty DevOps Toolset。

In announcement, Jun 20, 2020

mysql

基于标签的多功能服务系统&检测你身边的VIP用户

随着时间的推移,我们在不断的认识新的朋友,不断加新的好友, 在我们的微信里, 好友列表会有很多,甚至上千人,有的时候我们自己也理不清哪些好友是我们的客户,哪些好友是我们的朋友同学,哪些好友是我们在某次活动相识,甚至哪些好友只是萍水相逢但是实际上却极有可能是我们很好的潜在客户或者未来的合作伙伴,而因为平时的忽视可能就这样错过。

In project, Mar 17, 2021

北京周边跨城顺风车消息汇总

北京的房价涨幅对于北漂的工资涨幅来说永远都是高不可攀的;有很多人到了成家立业的年纪,又不想回到老家,所以距离北京近,房价可以接受的北京周边就是就是一个不错的选择,但是在环京买了房,工作还是在北京,由此衍生出了一批跨城上下班的圈子。由于北京车牌限制,限行策略,堵车等问题,所以导致很多人不能愉快的自驾上下班,坐公共交通工具又不是特别方便,所以大家会选择和邻居或是朋友拼...

In project, Jun 23, 2020

case-study

Building a Paid Private Domain Traffic Assistant Using Micro Merchants + Wechaty

A WeChat bot that automatically accepts friend requests, collects payments, and adds users to groups based on keywords - all within WeChat.

In project, Feb 09, 2021

使用wechaty自助算卦

写这个小东西,本就是想玩耍一下,发现很有意思! 面临人生重大抉择犹豫不定,头脑乱成浆糊的时候,鄙人会问卦,根据卦象客观分析当前的局势。但是从来不问命,只是借用卦象来让自己以一种不含感情的分析方式重新认识当前面临的形势。朋友中有一两个有类似爱好的,对易经有些兴趣,我们几个谈论的时候,其他人就会要求我们给他们解卦。

In project, Jun 28, 2020

assistant

Postgraduate Exam Supervision Group Assistant - A Good Helper on the Postgraduate Exam Journey

A Wechaty-based bot for managing postgraduate exam study groups, featuring daily check-ins, study time tracking, scheduled reminders, and automatic countdown updates to help students ...

In article, Mar 03, 2023

Medical Assistant Bot Developed with Wechaty

A medical assistant bot built with Wechaty to help resident doctors manage clinical work, providing personalized reminders for ward rotations, professional knowledge queries, and auto...

In article, Feb 02, 2022

wechaty-robot-lite 微信小助手

最近在dy上看到有相关wx机器人(SCRM)在进行相关推广,而之前学习的时候,用基于python开发的itchat玩过一段时间,后来,某一天突然发现微信登不上了,官方的微信网页版也不能登陆了(至于是啥原因,咱也不知道,也不敢去研究)。

In tutorial, Dec 10, 2020

微信群打卡统计机器人

一个可以OCR 打卡并生成统计方块图的机器人。

In tutorial, Jul 03, 2020

TomChat-为生活增趣味

A chatbot by wechaty.You can learn about today in history, current weather and chat with Tom.

In project, Jun 28, 2020

official-account

Official-Account Puppet Released

Developing a customized WeChat official account is a complex process, which requires reading a lot of documents. Especially, developing a robot with a custom reply function based on W...

In announcement, Nov 06, 2020

Wechaty Workshop for Puppet Makers: How to make a Puppet for Wechaty

Wechaty 通过精妙的代码设计,实现了基于一套应用层代码,自由切换不同的接入方式,帮助开发者以最大程度的易用性,快速实现多个平台的聊天机器人接入。

In event, Aug 05, 2020

使用wechaty助力公众号主维护社群

作为公众号的号主,有粉丝加微信想要进群是一件很开心的事情,但是久了以后会发现通过好友、改备注、拉群这些事情耗费太多精力了。还好有幸发现了 wechaty 这个项目。昨天试了一下,真的大大解放了我的双手,这篇博客就以公众号号主的角度,来看看怎么用 wechaty 来开发一个机器人小助手的。

In project, Jul 01, 2020

meeting

OSPP'21 first meeting for CLI & Matrix projects

基于 Matrix AppService Wechaty 项目的用户、群与消息等基础功能的完善 #59

In ospp, Jul 16, 2021

wechat-robot

Implementing a WeChat Task Assistant with Wechaty

This post introduces a WeChat task assistant built with Wechaty. The author shares the motivation, design, and technical challenges of creating a chatbot that can understand natural l...

In project, Jul 17, 2020

Implementing a WeChat Poetry Search Robot with Wechaty (wechat poem robot)

Building an intelligent WeChat poetry search chatbot using Wechaty and iPad protocol, with regex-powered keyword extraction and a PHP+MySQL poetry database backend.

In project, Jul 07, 2020

regex

Implementing a WeChat Poetry Search Robot with Wechaty (wechat poem robot)

Building an intelligent WeChat poetry search chatbot using Wechaty and iPad protocol, with regex-powered keyword extraction and a PHP+MySQL poetry database backend.

In project, Jul 07, 2020

regex101

Implementing a WeChat Poetry Search Robot with Wechaty (wechat poem robot)

Building an intelligent WeChat poetry search chatbot using Wechaty and iPad protocol, with regex-powered keyword extraction and a PHP+MySQL poetry database backend.

In project, Jul 07, 2020

hospitality

teamin

Implementing a WeChat Task Assistant with Wechaty

This post introduces a WeChat task assistant built with Wechaty. The author shares the motivation, design, and technical challenges of creating a chatbot that can understand natural l...

In project, Jul 17, 2020

pytorch

通过Wechaty使用深度学习模型预测图片类型

Use wechaty to apply pytorch model via WeChat.

In project, Oct 25, 2020

基于Python-wechaty建立一个斗图机器人

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。

In project, Jul 18, 2020

plugins

Summer 2020 Final Report: Designing and Implementing Plugin System for go-wechaty

Final report for designing and implementing a comprehensive plugin system for go-wechaty, including plugin management features, context handling, and a demo plugin to demonstrate the ...

In project, Sep 27, 2020

Summer 2020: POC Showcase for Designing and Implementing a Plugin System for go-wechaty

This post showcases the proof-of-concept for a plugin system for go-wechaty, a project from the Summer 2020 Open Source Promotion Plan. It details the design, implementation, and futu...

In project, Aug 19, 2020

Summer 2020: Words‑per‑Day Plugin — Mid‑term Results

“Open Source Supply Chain — Summer 2020” (aka Summer 2020) is a student-focused program jointly organized by the Institute of Software, Chinese Academy of Sciences, and the openEuler ...

In project, Aug 15, 2020

Youdao AI Cloud Translation Plugin

Integrate Youdao AI Cloud translation capabilities as a Wechaty plugin, enabling developers to easily add translation features to their bots.

In npm, Jul 19, 2020

暑期2020 [为 go-wechaty 设计实现插件体系] 计划书

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isc...

In project, Jul 19, 2020

Summer 2020 [Write a "Word of the Day" Plugin] Project Plan

This post outlines the project plan for creating a "Word of the Day" plugin for Wechaty as part of the Summer 2020 open-source program. The plan covers the basic framework, NPM packag...

In project, Jul 18, 2020

openai

Building an Assistant with Wechaty and WeChat Open AI Platform

Invited by WWC (Women Who Code), I shared online how to build an assistant using Wechaty and WeChat Open AI Platform to help answer common questions.

In tutorial, Jul 20, 2020

job

A Job-seeking Community Management Tool Based on Wechaty

The Early Bird platform was created by a group of engineers working in Silicon Valley. Due to the global pandemic, this year’s job-seeking season has become very special. For companie...

In event, Jul 23, 2020

intern

A Job-seeking Community Management Tool Based on Wechaty

The Early Bird platform was created by a group of engineers working in Silicon Valley. Due to the global pandemic, this year’s job-seeking season has become very special. For companie...

In event, Jul 23, 2020

soc2020

Wechaty Java Component Porting Development

This post is a mid-term report on porting Wechaty components to Java/Kotlin as part of the Summer 2020 Open Source Promotion Plan. It covers the development of memory-card and state-s...

In project, Aug 17, 2020

Wechaty Java Transplant Component Development

“Open Source Software Supply Chain Lighting Plan - Summer 2020” (hereinafter referred to as Summer 2020) is a summer activity for college students jointly organized by the Institute o...

In project, Jul 27, 2020

soc

Wechaty Java Component Porting Development

This post is a mid-term report on porting Wechaty components to Java/Kotlin as part of the Summer 2020 Open Source Promotion Plan. It covers the development of memory-card and state-s...

In project, Aug 17, 2020

Wechaty Java Transplant Component Development

“Open Source Software Supply Chain Lighting Plan - Summer 2020” (hereinafter referred to as Summer 2020) is a summer activity for college students jointly organized by the Institute o...

In project, Jul 27, 2020

puppet-provider

Wechaty Puppet Service WorkPro Migration Guide

Migration guide for Node Wechaty users upgrading to WorkPro puppet service, including version compatibility, code changes, token migration, and important configuration notes for TLS a...

In tutorial, Jan 18, 2023

Wechaty Puppet Service WorkPro Release Announcement

After long-term preparation and development, WorkPro, the successor to WxWork, officially enters beta testing as a new Wechaty Puppet Service! Free 7-day trial tokens available, with ...

In announcement, Dec 23, 2022

OSPP 2021-期初报告-基于开放 API 封装 Wechaty 接口下的飞书聊天机器人

[基于开放 API 封装 Wechaty 接口下的飞书聊天机器人]具体计划

In project, ospp, Jul 14, 2021

New Wechaty Puppet Service: SimplePad

Introducing SimplePad - a flexible HTTP-based Wechaty Puppet service that offers language-agnostic API access with pay-per-use pricing model.

In announcement, Jun 17, 2021

Wechaty-Puppet-Whatsapp Has been Published

With the introduction of wechaty puppet and the growth of the wechaty ecosystem and community, we’re happy to introduce wechaty-puppet-whatsapp which connects Wechaty API, the convers...

In announcement, Feb 15, 2021

Introducing Wechaty Puppet Service (Providers)

Wechaty is an SDK for chatbot makers. It uses Robotic Progress Automation (RPA) technology to help developers to be more productive for building Conversational User Interface (CUI), w...

In announcement, Jan 14, 2021

Wechaty Puppet Service WxWork Beta 版发布公告

最新消息: WorkPro 作为 WxWork 的继任者已经正式上线了!WxWork 现已废弃,请尽快转移到 WorkPro 上。对于这个 WorkPro 服务感兴趣的朋友,我们提供7天的免费试用 token ,请用微信或企微扫码添加客服咨询。

In announcement, Dec 07, 2020

Official-Account Puppet Released

Developing a customized WeChat official account is a complex process, which requires reading a lot of documents. Especially, developing a robot with a custom reply function based on W...

In announcement, Nov 06, 2020

"New Wechaty Puppet Service: PadLocal"

Introducing PadLocal, a new Wechaty puppet service with a unique stateless architecture. All traffic is proxied through the local puppet client, ensuring better IP isolation, data sec...

In announcement, Oct 12, 2020

Summer 2020 [WeChat Work Chatbot based on Open API for Wechaty] Final Results

Developing a puppet for WeChat Work platform to enable Wechaty developers to use WeChat Work features by simply changing a variable

In project, Sep 28, 2020

Gitter.im is supported by Wechaty now!

Wechaty is a RPA SDK for Chatbot Makers. It mainly works with WeChat accounts (both individual and official), and now we have published Gitter support for wechaty, which can make us e...

In announcement, Aug 23, 2020

Summer 2020: POC Showcase for WeCom Chatbot Based on Wechaty Interface with Open API

This post showcases the mid-term progress of developing a Wechaty puppet for WeChat Work (WeCom) platform, allowing developers to switch to WeCom functionality by simply changing a va...

In project, Aug 19, 2020

Wechaty Workshop for Puppet Makers: How to make a Puppet for Wechaty

Wechaty 通过精妙的代码设计,实现了基于一套应用层代码,自由切换不同的接入方式,帮助开发者以最大程度的易用性,快速实现多个平台的聊天机器人接入。

In event, Aug 05, 2020

基于开放 API 封装 Wechaty 接口下的飞书聊天机器人:期初

“开源软件供应链点亮计划-暑期2020”(以下简称暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isca...

In project, Jul 29, 2020

Rae-oa系统微信群辅助机器人(rae-wechaty)

之前公司web组组长有个微信机器人每周催我们交周报,私信发过去会自动更新到公司内部wiki上,一度惊为天人,后来看到公共号以及掘金上突然有好多人推荐wechaty,据说是6行代码完成一个微信聊天机器人,正好老婆那边想要个能辅助她工作的系统,就是这么巧~

In project, Jul 28, 2020

koa

weixin-openai

SpringBoot搭建wechaty智能聊天机器

本项目是基础wechaty项目实现微信的聊天功能、通过微信对话开放平台提供的API进行智能的应答、实现了微信的智能聊天、最后非常感谢wechaty的无私奉献。

In project, Aug 17, 2020

douyin

"Douyin Chatbot based on RPA with Wechaty Interface - Final Report"

Final report for the Summer 2020 project building a Douyin (TikTok) chatbot using RPA with autojs on Android, connected via socket to a Wechaty puppet.

In project, Oct 13, 2020

Mid-term Report: Douyin Chatbot Based on Wechaty Interface Encapsulated by RPA

This mid-term report presents progress on developing a Wechaty puppet for Douyin (TikTok) using RPA automation with AutoJS on Android, covering implementation challenges, solutions, a...

In project, Aug 20, 2020

基于RPA封装的Wechaty接口下的抖音聊天机器人

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。

In project, Jul 28, 2020

kuaishou

基于RPA封装的Wechaty接口下的快手聊天机器人结项报告

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。

In project, Oct 13, 2020

暑期2020[基于 RPA 封装 Wechaty 接口下的快手聊天机器人]中期报告

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isc...

In project, Aug 20, 2020

暑期2020[基于 RPA 封装 Wechaty 接口下的快手聊天机器人]计划书

“开源软件供应链点亮计划-暑期2020”(以下简称 暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isc...

In project, Jul 28, 2020

lark

OSPP 2021-期初报告-基于开放 API 封装 Wechaty 接口下的飞书聊天机器人

[基于开放 API 封装 Wechaty 接口下的飞书聊天机器人]具体计划

In project, ospp, Jul 14, 2021

Lark Chatbot based on Open API for Wechaty: Final Report

Building a Lark (Feishu) chatbot using Wechaty by encapsulating open APIs

In project, Sep 30, 2020

Lark Chatbot Based on Wechaty Interface with Open API: Mid-term Report

Mid-term progress report for developing a Lark chatbot puppet using Wechaty interface and Open API, including implementation of message handling, contact list management, and event su...

In project, Aug 19, 2020

基于开放 API 封装 Wechaty 接口下的飞书聊天机器人:期初

“开源软件供应链点亮计划-暑期2020”(以下简称暑期2020)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2020”活动奖金和奖杯。官网:https://isrc.isca...

In project, Jul 29, 2020

cli

stock

股票盯盘助手

In project, Aug 02, 2020

guangzhou

workshop

Wechaty Workshop for Puppet Makers: How to make a Puppet for Wechaty

Wechaty 通过精妙的代码设计,实现了基于一套应用层代码,自由切换不同的接入方式,帮助开发者以最大程度的易用性,快速实现多个平台的聊天机器人接入。

In event, Aug 05, 2020

twitter

twitter2wechat

In project, Aug 06, 2020

qiji

How I Rebuilt the Sales System at MiraclePlus with a Chatbot

In addition to media exposure, deep outreach through people is a good way to acquire customers. For the team, it is necessary to ensure that everyone’s outreach is standardized. F...

In project, Aug 08, 2020

car

传统工业与信息化的结合

现状与目标:我是谁?我要做什么?

In project, Aug 11, 2020

springboot

SpringBoot搭建wechaty智能聊天机器

本项目是基础wechaty项目实现微信的聊天功能、通过微信对话开放平台提供的API进行智能的应答、实现了微信的智能聊天、最后非常感谢wechaty的无私奉献。

In project, Aug 17, 2020

wecom

Summer 2020 [WeChat Work Chatbot based on Open API for Wechaty] Final Results

Developing a puppet for WeChat Work platform to enable Wechaty developers to use WeChat Work features by simply changing a variable

In project, Sep 28, 2020

Summer 2020: Project Plan for WeCom Chatbot Based on Wechaty Interface with Open API

This post outlines the project plan for developing a Wechaty puppet for WeChat Work (WeCom) platform, allowing developers to switch to using WeCom functionality by simply changing a v...

In project, Aug 19, 2020

Summer 2020: POC Showcase for WeCom Chatbot Based on Wechaty Interface with Open API

This post showcases the mid-term progress of developing a Wechaty puppet for WeChat Work (WeCom) platform, allowing developers to switch to WeCom functionality by simply changing a va...

In project, Aug 19, 2020

fun

阿兹纳莫曲线

In fun, Aug 19, 2020

serverchen

基于wechaty的简易shell

这个项目是基于SpringBoot和SpringMVC的,语言是kotlin,构建工具是maven。

In project, Aug 20, 2020

shell

基于wechaty的简易shell

这个项目是基于SpringBoot和SpringMVC的,语言是kotlin,构建工具是maven。

In project, Aug 20, 2020

education

基于wechaty开发网课答案查询机器人

自己有运营一个网课答案查询的微信公众号,无奈服务器压力有时候会大,会出现回复不及时的问题,所以突发冥想开发一个个人号作为备用。

In project, Oct 15, 2020

基于wechaty的英语学习群助手

针对英语学习社群,为提高群的活跃度,通过关键词触发,实现英文每日一句、中英文互译、励志话语推送,彩虹屁功能。

In project, Aug 31, 2020

基于Wechaty的群学习内容推送工具

准备考研期间,希望在每天定时能获得天气推送,每日英语一题,早间新闻来丰富自己的学习;同时又不想要专门去点开某个App来看(这样不仅费心,还容易跑神)

In project, Aug 21, 2020

market

行情播报微信机器人

使用Wechaty开发的行情播报微信机器人,为微信群组用户提供实时行情信息播报服务。用户可以通过添加管理员微信,然后自动加入播报群组。机器人将采用行情早晚报和事件播报的形式在群组中进行行情播报。

In project, Aug 22, 2020

oracle

行情播报微信机器人

使用Wechaty开发的行情播报微信机器人,为微信群组用户提供实时行情信息播报服务。用户可以通过添加管理员微信,然后自动加入播报群组。机器人将采用行情早晚报和事件播报的形式在群组中进行行情播报。

In project, Aug 22, 2020

gitter

Gitter.im is supported by Wechaty now!

Wechaty is a RPA SDK for Chatbot Makers. It mainly works with WeChat accounts (both individual and official), and now we have published Gitter support for wechaty, which can make us e...

In announcement, Aug 23, 2020

jekyll

使用jekyll include在wechaty博客中快速插入视频

撰写暑期2020中期POC博客的时候,遇到了在博文中插入视频、PPT等iframe的需求,可以在markdown文档中直接使用bilibili等视频网站提供的视频嵌入代码,然而这样视频的样式不够美观,iframe没有铺满整个宽度并保持一定宽高比。

In tutorial, Aug 24, 2020

javascript

简易命令行控制的「微信机器人」及群聊信息过滤实现

生活中学校通知信息都会借助微信群聊发布,并且时常会要求“收到请回复”。这就导致了少数重要信息与大量无关信息混杂在一起,屏蔽与不屏蔽都不是好办法。遂实现了命令行控制的「微信机器人」,并在此基础上完成了群聊信息过滤功能。

In project, Aug 28, 2020

aws

Wechaty & AWS Global Recruitment: Leave an Eternal Mark with Your Code!

Wechaty & AWS AI development competition globally recruiting developers to create innovative AI chatbots using large language models - three tracks including efficiency, public welfar...

In article, May 23, 2025

AWS with Wechaty | AWS Generative AI Application Challenge Kicks Off!

✨ The 2nd China Generative AI Innovation Application Challenge ✨

In article, Apr 25, 2024

Wechaty bot in Java to sync group messages

In the previous blog, we have deployed wechaty bot with node.js to aws. This blog is about to develop wechaty bot with Java and implement the function of sync messages in between dif...

In project, Oct 26, 2020

Deploy Wechaty in AWS ec2

This article is about to deploy wechaty node.js application into AWS EC2 steps by steps.

In project, Aug 28, 2020

sqlite3

基于wechaty的英语学习群助手

针对英语学习社群,为提高群的活跃度,通过关键词触发,实现英文每日一句、中英文互译、励志话语推送,彩虹屁功能。

In project, Aug 31, 2020

issue

实现微信产品问题反馈群实时监控与问题自动录入

因为我们的用户都喜欢通过微信群讨论的方式进行产品问题反馈,这无疑给日常的线上问题处理的效率带来极大的影响。曾经尝试对用户习惯进行线上填写方式的引导,但最终以失败告终。无奈下看看弄一个微信群监控机器人是否可行。

In tutorial, Sep 04, 2020

ads-monitor

other

OSPP 2021-期中报告-开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块

本项目通过 Wechaty Puppet 的接口,可以将 QQ 进行 RPA 封装,使其成为 wechaty-puppet-oicq 供 Wechaty 开发者方便接入 QQ 平台,使其成为 Wechaty 可以使用的社区生态模块。

In project, ospp, Aug 31, 2021

OSPP 2021-期中报告-开发支持电信运营商 5G Chatbot / RCS 的 Wechaty 接入 Puppet 模块

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。 学生可自主选择感兴趣的项目进行申请,并在中选后获得...

In project, ospp, Aug 30, 2021

OSPP 2021 - Initial Report - Developing WeChat Mini Program for Micro-Club Member & Activity Management

Summer 2021 project plan for building a WeChat mini-program that helps club admins manage members, publish activities, and organize event albums.

In project, ospp, Jul 15, 2021

WeChat Group Robot - Bible Reading Assistant

A WeChat bot that automates daily Bible reading article distribution, tracks member check-ins, and provides Bible content search features for Christian groups.

In project, May 02, 2021

构建我的第一个微信机器人

手头上的事情越来越多,回复微信都是件很麻烦的事,对于IT行业的人来说,能用机器解决的事就不应该手动去做,于是就有了构建微信机器人的想法。

In project, Sep 14, 2020

sync

Wechat File Schedule Box

使用Wechaty以少量的代码实现一个微信文件日程匣子项目。可快速将微信中的内容同步(转存)到其他网盘中。同时还添加自动识别处理日程等的小功能。

In project, Sep 30, 2020

netdisk

Wechat File Schedule Box

使用Wechaty以少量的代码实现一个微信文件日程匣子项目。可快速将微信中的内容同步(转存)到其他网盘中。同时还添加自动识别处理日程等的小功能。

In project, Sep 30, 2020

padlocal

Wechaty Gateway 使用教程

前言

In article, Jun 23, 2022

xin_bot:一个尝试使用python-wechaty插件系统开发的娱乐性机器人

xin_bot,一个提供了一些小娱乐功能的wechaty机器人,考虑到后续功能的扩展,尝试使用python-wechaty的插件系统进行代码组织。

In article, Apr 28, 2022

Wechaty Contributor Beijing Meetup 2021/04

A casual gathering of Wechaty contributors in Beijing during Qingming Festival, discussing PadLocal, community history, and the future of Wechaty.

In story, Apr 05, 2021

Wechaty+微信小程序实现群内活动报名

超哥之前开发了一个叫做「群组大师」的小程序,听名字就知道,是用来管理群组的,管理群组的什么呢?

In article, Mar 17, 2021

Python-wechaty & wechaty-puppet-padlocal的初探

本文为本地运行python-wechaty + 云上虚拟机运行wechaty-puppet-padlocal的简易教学

In article, Mar 08, 2021

Python Wechaty如何使用PadLocal Puppet Service

本文描述Python语言下如何使用iPad协议的PadLocal Token。其他Wechaty多语言开发也能做参考。

In tutorial, Feb 03, 2021

基于wechaty开发网课答案查询机器人

自己有运营一个网课答案查询的微信公众号,无奈服务器压力有时候会大,会出现回复不及时的问题,所以突发冥想开发一个个人号作为备用。

In project, Oct 15, 2020

"New Wechaty Puppet Service: PadLocal"

Introducing PadLocal, a new Wechaty puppet service with a unique stateless architecture. All traffic is proxied through the local puppet client, ensuring better IP isolation, data sec...

In announcement, Oct 12, 2020

puppet-service

Wechaty Puppet Service WorkPro Migration Guide

Migration guide for Node Wechaty users upgrading to WorkPro puppet service, including version compatibility, code changes, token migration, and important configuration notes for TLS a...

In tutorial, Jan 18, 2023

Wechaty Puppet Service WorkPro Release Announcement

After long-term preparation and development, WorkPro, the successor to WxWork, officially enters beta testing as a new Wechaty Puppet Service! Free 7-day trial tokens available, with ...

In announcement, Dec 23, 2022

三步开发聊天机器人一秒生成漫画头像

大家好,我是胡琦。由于各种原因以及没能好好坚持笔记写作的习惯,距离上次分享有小半年了,今天给大家带来的是《三步开发聊天机器人一秒生成漫画头像》,其实就一个小小的功能:通过给微信群聊发送特定关键字触发聊天机器人头像漫画化处理程序,从而生成动漫化的头像。怎么实现呢?总的思路就是基于 ModelArts AI Gallery 快速验证 AnimateGanv2 现实照片...

In article, Jul 21, 2022

New Wechaty Puppet Service: SimplePad

Introducing SimplePad - a flexible HTTP-based Wechaty Puppet service that offers language-agnostic API access with pay-per-use pricing model.

In announcement, Jun 17, 2021

Python-wechaty & wechaty-puppet-padlocal的初探

本文为本地运行python-wechaty + 云上虚拟机运行wechaty-puppet-padlocal的简易教学

In article, Mar 08, 2021

Python Wechaty如何使用PadLocal Puppet Service

本文描述Python语言下如何使用iPad协议的PadLocal Token。其他Wechaty多语言开发也能做参考。

In tutorial, Feb 03, 2021

.NET Wechaty如何使用PadLocal Puppet Service

.NET Wechaty 如何使用 PadLocal Puppet Service

In tutorial, Jan 28, 2021

Introducing Wechaty Puppet Service (Providers)

Wechaty is an SDK for chatbot makers. It uses Robotic Progress Automation (RPA) technology to help developers to be more productive for building Conversational User Interface (CUI), w...

In announcement, Jan 14, 2021

Wechaty Puppet Service WxWork Beta 版发布公告

最新消息: WorkPro 作为 WxWork 的继任者已经正式上线了!WxWork 现已废弃,请尽快转移到 WorkPro 上。对于这个 WorkPro 服务感兴趣的朋友,我们提供7天的免费试用 token ,请用微信或企微扫码添加客服咨询。

In announcement, Dec 07, 2020

"New Wechaty Puppet Service: PadLocal"

Introducing PadLocal, a new Wechaty puppet service with a unique stateless architecture. All traffic is proxied through the local puppet client, ensuring better IP isolation, data sec...

In announcement, Oct 12, 2020

wangke

基于wechaty开发网课答案查询机器人

自己有运营一个网课答案查询的微信公众号,无奈服务器压力有时候会大,会出现回复不及时的问题,所以突发冥想开发一个个人号作为备用。

In project, Oct 15, 2020

node.js

Practice of Implementing a University Admission Assistant Based on Wechaty

A bot that intelligently recognizes keywords and automatically replies with admission information, implemented based on Wechaty and Node.js for university recruitment promotion.

In article, Sep 27, 2022

基于wechaty实现的微信机器人,根据淘口令生成高佣转链接,并创建新的淘口令。

基于wechaty实现的微信机器人,根据淘口令生成高佣转链接,并创建新的淘口令。

In project, Oct 22, 2020

water

node-wechaty let's water

let’s water wechaty-bot

In project, Nov 03, 2020

chatie

Chatie API Service Incident Report

The Wechaty Puppet Serviceis running on top of the https://www.chatie.io service,which is open-sourced at here.It has been running for 5+ yearson a Heroku free Dynowith Cloudflare CDN...

In article, Apr 15, 2021

Chatie status page has been published!

Today, we have published a cloud service status page at https://chatie.statuspage.io , please feel free to have a look at it. It’s currently under construction and we will publish our...

In announcement, Nov 06, 2020

2020

2020 Wechaty 666: 6 lines of code, 6 platforms, and 6 languages

Time past fast, the year 2020 has gone.

In event, Dec 30, 2020

Open Source Forum: Wechaty's Open Source Journey

Wechaty community participated in the Open Source Software Supply Chain Summit 2020, with Huan Li (李卓桓) sharing Wechaty's open source journey and Jingjing Wu (吴京京) presenting Multi-We...

In event, Nov 14, 2020

award

Chatbot SDK Wechaty Wins Major Award from Top Domestic Open Source Organization

Wechaty wins recognition as an outstanding open source project at the 10th China Cloud Computing Standards and Applications Conference, standing alongside giants like Alibaba, Xiaomi,...

In announcement, Dec 31, 2020

Wechaty Author Huan Li Selected for 'China's Open Source Pioneers 33'

Huan Li (李卓桓), author of Wechaty, BOT5 Club Chair, Tencent Chatbot TVP, and PreAngel Partner, was selected for the 2020 'China's Open Source Pioneers 33' annual list by SegmentFault.

In announcement, Dec 23, 2020

Open Source Software Supply Chain Lighting Plan Summer 2020 Results: Wechaty-based Projects Win Outstanding Contribution and Most Potential Awards!

Wechaty community achieves remarkable success in Summer 2020 program with two students winning Outstanding Contribution and Most Potential awards from 388 participating projects acros...

In announcement, Nov 14, 2020

wxwork

Wechaty Puppet Service WorkPro Migration Guide

Migration guide for Node Wechaty users upgrading to WorkPro puppet service, including version compatibility, code changes, token migration, and important configuration notes for TLS a...

In tutorial, Jan 18, 2023

Wechaty Puppet Service WxWork Beta 版发布公告

最新消息: WorkPro 作为 WxWork 的继任者已经正式上线了!WxWork 现已废弃,请尽快转移到 WorkPro 上。对于这个 WorkPro 服务感兴趣的朋友,我们提供7天的免费试用 token ,请用微信或企微扫码添加客服咨询。

In announcement, Dec 07, 2020

honor

Chatbot SDK Wechaty Wins Major Award from Top Domestic Open Source Organization

Wechaty wins recognition as an outstanding open source project at the 10th China Cloud Computing Standards and Applications Conference, standing alongside giants like Alibaba, Xiaomi,...

In announcement, Dec 31, 2020

Wechaty Author Huan Li Selected for 'China's Open Source Pioneers 33'

Huan Li (李卓桓), author of Wechaty, BOT5 Club Chair, Tencent Chatbot TVP, and PreAngel Partner, was selected for the 2020 'China's Open Source Pioneers 33' annual list by SegmentFault.

In announcement, Dec 23, 2020

666

2020 Wechaty 666: 6 lines of code, 6 platforms, and 6 languages

Time past fast, the year 2020 has gone.

In event, Dec 30, 2020

dinner

2020 Wechaty 666: 6 lines of code, 6 platforms, and 6 languages

Time past fast, the year 2020 has gone.

In event, Dec 30, 2020

dotnet

.NET Wechaty如何使用PadLocal Puppet Service

.NET Wechaty 如何使用 PadLocal Puppet Service

In tutorial, Jan 28, 2021

.NET Wechaty Getting Start

.NET Wechaty 是使用.Net Core对TS版本Wechaty的翻译。

In tutorial, Dec 31, 2020

csharp

.NET Wechaty如何使用PadLocal Puppet Service

.NET Wechaty 如何使用 PadLocal Puppet Service

In tutorial, Jan 28, 2021

.NET Wechaty Getting Start

.NET Wechaty 是使用.Net Core对TS版本Wechaty的翻译。

In tutorial, Dec 31, 2020

getting-started

Google Cloud Shell Tutorials for Wechaty

Today, We have created a Google Cloud Shell Tutorial for easy getting started with Wechaty!

In tutorial, Feb 20, 2021

Getting Started Without Leave Your Browser: Wechaty ❤️ Gitpod

Gitpod is an online IDE which can be launched from any GitHub page. Simply prefix any GitHub-URL with “https://gitpod.io#” or use our browser extension that adds a button to GitHub ...

In tutorial, Feb 06, 2021

.NET Wechaty Getting Start

.NET Wechaty 是使用.Net Core对TS版本Wechaty的翻译。

In tutorial, Dec 31, 2020

osschat

OSSChat is What You Need for Open Source Community Operations

OSSChat now supports auto-reply for WeChat bots, helping you manage your open-source community by bridging WeChat groups with GitHub Issues.

In project, Oct 28, 2021

Osschat a bridge to the apache way in China

OSSChat 是一个机器人工具,用于桥接 IM 应用(如微信)与 Apache 社区工具(如邮件列表、Jira),OSS.Chat项目的任务是将微信和其他社交平台(未来)以及GitHub出现的问题和邮件列表之间的三方沟通和翻译障碍发送给开源开发社区,使ASF的文化、技术和协作流程能够更高效、更容易被接受。

In announcement, Dec 31, 2020

okr

A OKR Review for the Summer 2020 Summit

In Nov 14, 2020, The Open Source Promotion Plan - Summer 2020 Summit was held in Nanjing (thanks ISCAS & openEuler Community for the organizing!). As an open-source organization w...

In announcement, Jan 04, 2021

restful

Wechaty restful api

This article will explain why I started to use wechaty, made the restful api wrapping the bot and what I would do as the next step.

In project, Jan 19, 2021

cui

Huan: Introducing Chatbot and Conversational User Interface (CUI)

Wechaty is an SDK that provides interface services for conversational user interface. Through RPA technology, it provides Chatbot developers with convenient instant messaging platform...

In tutorial, Jan 20, 2021

conversational-user-interface

Huan: Introducing Chatbot and Conversational User Interface (CUI)

Wechaty is an SDK that provides interface services for conversational user interface. Through RPA technology, it provides Chatbot developers with convenient instant messaging platform...

In tutorial, Jan 20, 2021

wechaty-charbot

基于Wechaty实现运维自动化交互及微信消息通知

如今运维人员都在强调自动化,降低运维成本。尽管现在搭建一套运维自动化体系架构并不难,然后有些工作还是必须需要运维手动工作,比如上线动作(上线的过程自动化,但是操作点由谁来操作,比如jenkins上谁去点击构建),或者开发找dba执行sql等日常操作,这些暂时都必须人为手动操作。次数多了,难免会想这些怎么去实现自动化,无需人为干预!针对这些运维痛点,目前已实现qq机...

In project, Jan 26, 2021

gitpod

Getting Started Without Leave Your Browser: Wechaty ❤️ Gitpod

Gitpod is an online IDE which can be launched from any GitHub page. Simply prefix any GitHub-URL with “https://gitpod.io#” or use our browser extension that adds a button to GitHub ...

In tutorial, Feb 06, 2021

group

Building a Paid Private Domain Traffic Assistant Using Micro Merchants + Wechaty

A WeChat bot that automatically accepts friend requests, collects payments, and adds users to groups based on keywords - all within WeChat.

In project, Feb 09, 2021

payment

Building a Paid Private Domain Traffic Assistant Using Micro Merchants + Wechaty

A WeChat bot that automatically accepts friend requests, collects payments, and adds users to groups based on keywords - all within WeChat.

In project, Feb 09, 2021

gource

Gource Visualization for Wechaty

Gource is an amazing and flexible tool that can be used to display activity from your repositories using a video visualization that people love.— How to use Gource to visualize your...

In story, Feb 14, 2021

visualization

Wechaty Puppet Providers Trends

Do you want know which Wechaty Puppet Provider is most used by our Wechaty developers?

In announcement, Mar 04, 2021

Gource Visualization for Wechaty

Gource is an amazing and flexible tool that can be used to display activity from your repositories using a video visualization that people love.— How to use Gource to visualize your...

In story, Feb 14, 2021

memory

Gource Visualization for Wechaty

Gource is an amazing and flexible tool that can be used to display activity from your repositories using a video visualization that people love.— How to use Gource to visualize your...

In story, Feb 14, 2021

wiki

基于wechaty的个人知识库机器人

搭建个人知识库可以帮助将繁多和碎片化的知识进行分类收集,形成有条理的结构化知识体系,同时提供知识点的快速检索。

In project, Feb 14, 2021

whatsapp

Wechaty-Puppet-Whatsapp Has been Published

With the introduction of wechaty puppet and the growth of the wechaty ecosystem and community, we’re happy to introduce wechaty-puppet-whatsapp which connects Wechaty API, the convers...

In announcement, Feb 15, 2021

google-cloud-shell

Google Cloud Shell Tutorials for Wechaty

Today, We have created a Google Cloud Shell Tutorial for easy getting started with Wechaty!

In tutorial, Feb 20, 2021

wechaty-puppet

将 wechaty-puppet 升级为1.0以上版本

将 wechaty-puppet 升级为1.0以上版本

In article, Jan 11, 2022

Wechaty Puppet Providers Trends

Do you want know which Wechaty Puppet Provider is most used by our Wechaty developers?

In announcement, Mar 04, 2021

cloud

Python-wechaty & wechaty-puppet-padlocal的初探

本文为本地运行python-wechaty + 云上虚拟机运行wechaty-puppet-padlocal的简易教学

In article, Mar 08, 2021

summer-2021

成功结项!大学生的一小步,开发者的一大步

当你还在疑惑如何进行5G消息开发打算申请 Chatbot 账号,租用一台服务器,买一款测试手机时长沙理工大学和哈尔滨工程大学的两位学生通过参与“开源软件供应链点亮计划 - 暑期2021”(以下简称“开源之夏”)已经完成了5G消息的入门开发那么距离更多的开发者投入到5G消息,还会远吗?

In article, Nov 30, 2021

Wechaty OSPP (Summer of Open Source) Final Demo Day

Final Demo Day showcase for Wechaty's 9 Summer 2021 OSPP projects, featuring student presentations on WeChat mini-programs, Python puppets, 5G RCS chatbots, Lark integration, CLI clie...

In announcement, Oct 09, 2021

OSPP 2021-结项报告-开发支持电信运营商 5G Chatbot / RCS 的 Wechaty 接入 Puppet 模块

[开发支持电信运营商 5G Chatbot / RCS 的 Wechaty 接入 Puppet 模块]信息

In project, ospp, Oct 07, 2021

OSPP 2021 - Final Report - Developing Open Source Piggy Bro Community Entertainment Bot Based on Wechaty

Final report for the OSPP 2021 project developing Piggy Bro, an open-source multi-functional group chat bot based on Wechaty, featuring jokes, weather, music search, trending topics, ...

In project, ospp, Oct 06, 2021

OSPP 2021-结项报告-开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块

本项目通过 Wechaty Puppet 的接口,可以将 QQ 进行 RPA 封装,使其成为 wechaty-puppet-oicq 供 Wechaty 开发者方便接入 QQ 平台,使其成为 Wechaty 可以使用的社区生态模块。

In project, ospp, Oct 06, 2021

OSPP 2021-结项报告-基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2021”活动奖金和奖杯。官网:https://summer.i...

In project, ospp, Oct 05, 2021

OSPP 2021-结项报告-基于 Wechaty Puppet Official Account 项目的用户与消息等基础功能的完善

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。 学生可自主选择感兴趣的项目进行申请,并在中选后获得...

In project, ospp, Oct 03, 2021

OSPP 2021 - Final Report - Wechaty Command-line Text Client Software Based on Blessed

Final report for the OSPP 2021 project developing a Blessed-based command-line text client for Wechaty, enabling users to chat using keyboard in terminal and developers to observe bot...

In project, ospp, Sep 30, 2021

OSPP 2021 - Final Report - Developing WeChat Mini Program for Club Member & Activity Management Based on Wechaty

Final report for the OSPP 2021 project developing a WeChat mini program for club member and activity management based on Wechaty, featuring registration services, member management, a...

In project, ospp, Sep 29, 2021

OSPP 2021-结项报告-基于 Matrix AppService Wechaty 项目的用户、群与消息等基础功能的完善

Matrix AppService Wechaty 是一个 Matrix 应用服务( AppService ),它可以把 Wechaty 支持的应用桥接到 Matrix 服务器中,帮助我们在 Matrix 客户端收发微信,飞书等通讯平台的消息。本项目基于 Matrix AppService Wechaty 完善了消息收发,用户信息展示,部署和开发流程优化等功能。

In project, ospp, Sep 28, 2021

OSPP 2021-期中报告-开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块

本项目通过 Wechaty Puppet 的接口,可以将 QQ 进行 RPA 封装,使其成为 wechaty-puppet-oicq 供 Wechaty 开发者方便接入 QQ 平台,使其成为 Wechaty 可以使用的社区生态模块。

In project, ospp, Aug 31, 2021

OSPP 2021-期中报告-基于 Matrix AppService Wechaty 项目的用户、群与消息等基础功能的完善

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。 学生可自主选择感兴趣的项目进行申请,并在中选后获得...

In project, ospp, Aug 30, 2021

OSPP 2021-期中报告-开发支持电信运营商 5G Chatbot / RCS 的 Wechaty 接入 Puppet 模块

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。 学生可自主选择感兴趣的项目进行申请,并在中选后获得...

In project, ospp, Aug 30, 2021

OSPP 2021-期中报告-基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2021”活动奖金和奖杯。官网:https://summer.i...

In project, ospp, Aug 29, 2021

"OSPP 2021 - Mid-term Report - Wechaty Command-line Text Client Software Based on Blessed"

Mid-term report for the OSPP 2021 project developing a Blessed-based command-line text client for Wechaty, supporting all Wechaty puppet providers in a terminal interface.

In project, ospp, Aug 26, 2021

OSPP 2021-期初报告-基于 Wechaty Puppet Official Account 项目的用户与消息等基础功能的完善

项目名称:基于 Wechaty Puppet Official Account 项目的用户与消息等基础功能的完善 导师:吴京京 学生:zzzyer 模块列表 文本消息收发模块 图片消息收发模块 推送事件 项目介绍:https://github.com/wechaty/summer-of-wechaty/...

In project, ospp, Jul 17, 2021

OSPP'21 first meeting for CLI & Matrix projects

基于 Matrix AppService Wechaty 项目的用户、群与消息等基础功能的完善 #59

In ospp, Jul 16, 2021

OSPP 2021 - Initial Report - Developing WeChat Mini Program for Micro-Club Member & Activity Management

Summer 2021 project plan for building a WeChat mini-program that helps club admins manage members, publish activities, and organize event albums.

In project, ospp, Jul 15, 2021

OSPP 2021-期初报告-开发支持电信运营商5G Chatbot/RCS的 Wechaty接入Puppet模块

开发支持电信运营商5G Chatbot/RCS的 Wechaty接入Puppet模块

In project, ospp, Jul 15, 2021

OSPP 2021-期初报告-基于开放 API 封装 Wechaty 接口下的飞书聊天机器人

[基于开放 API 封装 Wechaty 接口下的飞书聊天机器人]具体计划

In project, ospp, Jul 14, 2021

OSPP 2021 - Initial Report - Improving Basic Functions of Matrix AppService Wechaty Project for Users, Groups and Messages

Summer 2021 project plan for enhancing the Matrix AppService Wechaty bridge with image messaging, nickname display, and automated testing.

In project, ospp, Jul 14, 2021

OSPP 2021 - Initial Report - Blessed-based Wechaty Command Line Text Client Software

Summer 2021 project plan for building an IRC-style terminal client for Wechaty using Blessed, supporting real-time messaging and contact management.

In project, ospp, Jul 14, 2021

OSPP 2021 - Initial Report - Developing Open Source Piggy Bro Community Entertainment Bot Based on Wechaty

Summer 2021 project plan for developing Piggy Bro, an extensible entertainment bot with jokes, idiom chains, games, and a backend garden game.

In project, ospp, Jul 13, 2021

OSPP 2021-期初报告-基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet

项目名称:基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet 导师:吴京京、李卓桓 学生:肖良玉 项目链接:https://github.com/lyleshaw/python-wechaty-puppet-itchat 项目介绍: https://github.com/wechaty/summe...

In project, ospp, Jul 13, 2021

OSPP 2021-期初报告-开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块

项目名称:开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块 导师:李佳芮、李卓桓 学生:anaivebird 模块列表 node.js qq protocol client implement(based on takayama-lily/oicq) Puppeteer puppet ...

In project, ospp, Jul 11, 2021

Wechaty Open Source Promotion Plan 2021 Kickoff Meeting

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。学生可自主选择感兴趣的项目进行申请,并在中选后获得该...

In announcement, ospp, Jun 24, 2021

OSPP (Open Source Promotion Plan) Guide - 2021

Comprehensive guide for OSPP 2021 participants covering milestones, daily work requirements, mid-term and final reports, with templates and examples from successful 2020 students.

In announcement, ospp, Jun 24, 2021

OSPP 2021 Project Status

临近OSPP2021项目最终审核,需要与各位导师确定一下项目的状态以及安排接下来两周的任务,故有了此次的线上会议。

In event, Jun 11, 2021

Open Source Leaders Talk - Wechaty's Open Source Journey

Yuan Gao (高原), Juzibot CTO and Wechaty committer, shares Wechaty's open source journey from 2016 to 2021, covering what Wechaty is, how to use it, the evolution of the Puppet architec...

In announcement, Jun 05, 2021

Summer of Wechaty, 我们来啦

去年夏天,Wechaty 社区参与了“开源软件供应链点亮计划-暑期2020”(以下简称暑期2020)活动,在为期三个月的开发结束后,多位同学顺利完成开发,为 Wechaty 社区实现多平台、多语言、多功能贡献了智慧和力量。点此了解更多。

In event, Mar 14, 2021

ospp

成功结项!大学生的一小步,开发者的一大步

当你还在疑惑如何进行5G消息开发打算申请 Chatbot 账号,租用一台服务器,买一款测试手机时长沙理工大学和哈尔滨工程大学的两位学生通过参与“开源软件供应链点亮计划 - 暑期2021”(以下简称“开源之夏”)已经完成了5G消息的入门开发那么距离更多的开发者投入到5G消息,还会远吗?

In article, Nov 30, 2021

Wechaty OSPP (Summer of Open Source) Final Demo Day

Final Demo Day showcase for Wechaty's 9 Summer 2021 OSPP projects, featuring student presentations on WeChat mini-programs, Python puppets, 5G RCS chatbots, Lark integration, CLI clie...

In announcement, Oct 09, 2021

OSPP 2021-结项报告-开发支持电信运营商 5G Chatbot / RCS 的 Wechaty 接入 Puppet 模块

[开发支持电信运营商 5G Chatbot / RCS 的 Wechaty 接入 Puppet 模块]信息

In project, ospp, Oct 07, 2021

OSPP 2021 - Final Report - Developing Open Source Piggy Bro Community Entertainment Bot Based on Wechaty

Final report for the OSPP 2021 project developing Piggy Bro, an open-source multi-functional group chat bot based on Wechaty, featuring jokes, weather, music search, trending topics, ...

In project, ospp, Oct 06, 2021

OSPP 2021-结项报告-开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块

本项目通过 Wechaty Puppet 的接口,可以将 QQ 进行 RPA 封装,使其成为 wechaty-puppet-oicq 供 Wechaty 开发者方便接入 QQ 平台,使其成为 Wechaty 可以使用的社区生态模块。

In project, ospp, Oct 06, 2021

OSPP 2021-结项报告-基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2021”活动奖金和奖杯。官网:https://summer.i...

In project, ospp, Oct 05, 2021

OSPP 2021-结项报告-基于 Wechaty Puppet Official Account 项目的用户与消息等基础功能的完善

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。 学生可自主选择感兴趣的项目进行申请,并在中选后获得...

In project, ospp, Oct 03, 2021

OSPP 2021 - Final Report - Wechaty Command-line Text Client Software Based on Blessed

Final report for the OSPP 2021 project developing a Blessed-based command-line text client for Wechaty, enabling users to chat using keyboard in terminal and developers to observe bot...

In project, ospp, Sep 30, 2021

OSPP 2021 - Final Report - Developing WeChat Mini Program for Club Member & Activity Management Based on Wechaty

Final report for the OSPP 2021 project developing a WeChat mini program for club member and activity management based on Wechaty, featuring registration services, member management, a...

In project, ospp, Sep 29, 2021

OSPP 2021-结项报告-基于 Matrix AppService Wechaty 项目的用户、群与消息等基础功能的完善

Matrix AppService Wechaty 是一个 Matrix 应用服务( AppService ),它可以把 Wechaty 支持的应用桥接到 Matrix 服务器中,帮助我们在 Matrix 客户端收发微信,飞书等通讯平台的消息。本项目基于 Matrix AppService Wechaty 完善了消息收发,用户信息展示,部署和开发流程优化等功能。

In project, ospp, Sep 28, 2021

OSPP 2021-期中报告-开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块

本项目通过 Wechaty Puppet 的接口,可以将 QQ 进行 RPA 封装,使其成为 wechaty-puppet-oicq 供 Wechaty 开发者方便接入 QQ 平台,使其成为 Wechaty 可以使用的社区生态模块。

In project, ospp, Aug 31, 2021

OSPP 2021-期中报告-基于 Matrix AppService Wechaty 项目的用户、群与消息等基础功能的完善

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。 学生可自主选择感兴趣的项目进行申请,并在中选后获得...

In project, ospp, Aug 30, 2021

OSPP 2021-期中报告-开发支持电信运营商 5G Chatbot / RCS 的 Wechaty 接入 Puppet 模块

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。 学生可自主选择感兴趣的项目进行申请,并在中选后获得...

In project, ospp, Aug 30, 2021

OSPP 2021-期中报告-基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2021”活动奖金和奖杯。官网:https://summer.i...

In project, ospp, Aug 29, 2021

OSPP 2021 - Mid-term Report - Developing Open Source Piggy Bro Community Entertainment Bot Based on Wechaty

Mid-term report for the OSPP 2021 project developing Piggy Bro, an open-source multi-functional group chat bot based on Wechaty with extensible interceptor architecture, featuring wea...

In project, ospp, Aug 26, 2021

"OSPP 2021 - Mid-term Report - Wechaty Command-line Text Client Software Based on Blessed"

Mid-term report for the OSPP 2021 project developing a Blessed-based command-line text client for Wechaty, supporting all Wechaty puppet providers in a terminal interface.

In project, ospp, Aug 26, 2021

Wechaty Community & Walnut Community: College Students Playing with 5G Messages? So Easy!

Recently, the Walnut Community held a developer event for college students.Walnut@IronJia, Wechaty@Li Zhuohuan, and Wechaty@Li Jiarui have been guiding students’ development work th...

In ospp, Jul 30, 2021

OSPP 2021-期初报告-基于 Wechaty Puppet Official Account 项目的用户与消息等基础功能的完善

项目名称:基于 Wechaty Puppet Official Account 项目的用户与消息等基础功能的完善 导师:吴京京 学生:zzzyer 模块列表 文本消息收发模块 图片消息收发模块 推送事件 项目介绍:https://github.com/wechaty/summer-of-wechaty/...

In project, ospp, Jul 17, 2021

OSPP'21 first meeting for CLI & Matrix projects

基于 Matrix AppService Wechaty 项目的用户、群与消息等基础功能的完善 #59

In ospp, Jul 16, 2021

OSPP 2021 - Initial Report - Developing WeChat Mini Program for Micro-Club Member & Activity Management

Summer 2021 project plan for building a WeChat mini-program that helps club admins manage members, publish activities, and organize event albums.

In project, ospp, Jul 15, 2021

OSPP 2021-期初报告-开发支持电信运营商5G Chatbot/RCS的 Wechaty接入Puppet模块

开发支持电信运营商5G Chatbot/RCS的 Wechaty接入Puppet模块

In project, ospp, Jul 15, 2021

OSPP 2021-期初报告-基于开放 API 封装 Wechaty 接口下的飞书聊天机器人

[基于开放 API 封装 Wechaty 接口下的飞书聊天机器人]具体计划

In project, ospp, Jul 14, 2021

OSPP 2021 - Initial Report - Improving Basic Functions of Matrix AppService Wechaty Project for Users, Groups and Messages

Summer 2021 project plan for enhancing the Matrix AppService Wechaty bridge with image messaging, nickname display, and automated testing.

In project, ospp, Jul 14, 2021

OSPP 2021 - Initial Report - Blessed-based Wechaty Command Line Text Client Software

Summer 2021 project plan for building an IRC-style terminal client for Wechaty using Blessed, supporting real-time messaging and contact management.

In project, ospp, Jul 14, 2021

OSPP 2021 - Initial Report - Developing Open Source Piggy Bro Community Entertainment Bot Based on Wechaty

Summer 2021 project plan for developing Piggy Bro, an extensible entertainment bot with jokes, idiom chains, games, and a backend garden game.

In project, ospp, Jul 13, 2021

OSPP 2021-期初报告-基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet

项目名称:基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet 导师:吴京京、李卓桓 学生:肖良玉 项目链接:https://github.com/lyleshaw/python-wechaty-puppet-itchat 项目介绍: https://github.com/wechaty/summe...

In project, ospp, Jul 13, 2021

OSPP 2021-期初报告-开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块

项目名称:开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块 导师:李佳芮、李卓桓 学生:anaivebird 模块列表 node.js qq protocol client implement(based on takayama-lily/oicq) Puppeteer puppet ...

In project, ospp, Jul 11, 2021

Wechaty Open Source Promotion Plan 2021 Kickoff Meeting

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。学生可自主选择感兴趣的项目进行申请,并在中选后获得该...

In announcement, ospp, Jun 24, 2021

OSPP (Open Source Promotion Plan) Guide - 2021

Comprehensive guide for OSPP 2021 participants covering milestones, daily work requirements, mid-term and final reports, with templates and examples from successful 2020 students.

In announcement, ospp, Jun 24, 2021

The Wechaty Way: Best Practices Guide for Open Source Collaboration

A comprehensive guide to Wechaty community's open source collaboration practices, including meeting procedures, blog publishing, issue management, and PR workflows following The Apach...

In announcement, Jun 23, 2021

OSPP 2021 Project Status

临近OSPP2021项目最终审核,需要与各位导师确定一下项目的状态以及安排接下来两周的任务,故有了此次的线上会议。

In event, Jun 11, 2021

Open Source Leaders Talk - Wechaty's Open Source Journey

Yuan Gao (高原), Juzibot CTO and Wechaty committer, shares Wechaty's open source journey from 2016 to 2021, covering what Wechaty is, how to use it, the evolution of the Puppet architec...

In announcement, Jun 05, 2021

Summer of Wechaty, 我们来啦

去年夏天,Wechaty 社区参与了“开源软件供应链点亮计划-暑期2020”(以下简称暑期2020)活动,在为期三个月的开发结束后,多位同学顺利完成开发,为 Wechaty 社区实现多平台、多语言、多功能贡献了智慧和力量。点此了解更多。

In event, Mar 14, 2021

ospp-admin

Wechaty OSPP (Summer of Open Source) Final Demo Day

Final Demo Day showcase for Wechaty's 9 Summer 2021 OSPP projects, featuring student presentations on WeChat mini-programs, Python puppets, 5G RCS chatbots, Lark integration, CLI clie...

In announcement, Oct 09, 2021

Wechaty Open Source Promotion Plan 2021 Kickoff Meeting

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。学生可自主选择感兴趣的项目进行申请,并在中选后获得该...

In announcement, ospp, Jun 24, 2021

OSPP (Open Source Promotion Plan) Guide - 2021

Comprehensive guide for OSPP 2021 participants covering milestones, daily work requirements, mid-term and final reports, with templates and examples from successful 2020 students.

In announcement, ospp, Jun 24, 2021

The Wechaty Way: Best Practices Guide for Open Source Collaboration

A comprehensive guide to Wechaty community's open source collaboration practices, including meeting procedures, blog publishing, issue management, and PR workflows following The Apach...

In announcement, Jun 23, 2021

OSPP 2021 Project Status

临近OSPP2021项目最终审核,需要与各位导师确定一下项目的状态以及安排接下来两周的任务,故有了此次的线上会议。

In event, Jun 11, 2021

Open Source Leaders Talk - Wechaty's Open Source Journey

Yuan Gao (高原), Juzibot CTO and Wechaty committer, shares Wechaty's open source journey from 2016 to 2021, covering what Wechaty is, how to use it, the evolution of the Puppet architec...

In announcement, Jun 05, 2021

Summer of Wechaty, 我们来啦

去年夏天,Wechaty 社区参与了“开源软件供应链点亮计划-暑期2020”(以下简称暑期2020)活动,在为期三个月的开发结束后,多位同学顺利完成开发,为 Wechaty 社区实现多平台、多语言、多功能贡献了智慧和力量。点此了解更多。

In event, Mar 14, 2021

ospp-2021

成功结项!大学生的一小步,开发者的一大步

当你还在疑惑如何进行5G消息开发打算申请 Chatbot 账号,租用一台服务器,买一款测试手机时长沙理工大学和哈尔滨工程大学的两位学生通过参与“开源软件供应链点亮计划 - 暑期2021”(以下简称“开源之夏”)已经完成了5G消息的入门开发那么距离更多的开发者投入到5G消息,还会远吗?

In article, Nov 30, 2021

Wechaty OSPP (Summer of Open Source) Final Demo Day

Final Demo Day showcase for Wechaty's 9 Summer 2021 OSPP projects, featuring student presentations on WeChat mini-programs, Python puppets, 5G RCS chatbots, Lark integration, CLI clie...

In announcement, Oct 09, 2021

OSPP 2021-结项报告-开发支持电信运营商 5G Chatbot / RCS 的 Wechaty 接入 Puppet 模块

[开发支持电信运营商 5G Chatbot / RCS 的 Wechaty 接入 Puppet 模块]信息

In project, ospp, Oct 07, 2021

OSPP 2021 - Final Report - Developing Open Source Piggy Bro Community Entertainment Bot Based on Wechaty

Final report for the OSPP 2021 project developing Piggy Bro, an open-source multi-functional group chat bot based on Wechaty, featuring jokes, weather, music search, trending topics, ...

In project, ospp, Oct 06, 2021

OSPP 2021-结项报告-开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块

本项目通过 Wechaty Puppet 的接口,可以将 QQ 进行 RPA 封装,使其成为 wechaty-puppet-oicq 供 Wechaty 开发者方便接入 QQ 平台,使其成为 Wechaty 可以使用的社区生态模块。

In project, ospp, Oct 06, 2021

OSPP 2021-结项报告-基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2021”活动奖金和奖杯。官网:https://summer.i...

In project, ospp, Oct 05, 2021

OSPP 2021-结项报告-基于 Wechaty Puppet Official Account 项目的用户与消息等基础功能的完善

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。 学生可自主选择感兴趣的项目进行申请,并在中选后获得...

In project, ospp, Oct 03, 2021

OSPP 2021 - Final Report - Wechaty Command-line Text Client Software Based on Blessed

Final report for the OSPP 2021 project developing a Blessed-based command-line text client for Wechaty, enabling users to chat using keyboard in terminal and developers to observe bot...

In project, ospp, Sep 30, 2021

OSPP 2021 - Final Report - Developing WeChat Mini Program for Club Member & Activity Management Based on Wechaty

Final report for the OSPP 2021 project developing a WeChat mini program for club member and activity management based on Wechaty, featuring registration services, member management, a...

In project, ospp, Sep 29, 2021

OSPP 2021-结项报告-基于 Matrix AppService Wechaty 项目的用户、群与消息等基础功能的完善

Matrix AppService Wechaty 是一个 Matrix 应用服务( AppService ),它可以把 Wechaty 支持的应用桥接到 Matrix 服务器中,帮助我们在 Matrix 客户端收发微信,飞书等通讯平台的消息。本项目基于 Matrix AppService Wechaty 完善了消息收发,用户信息展示,部署和开发流程优化等功能。

In project, ospp, Sep 28, 2021

OSPP 2021-期中报告-开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块

本项目通过 Wechaty Puppet 的接口,可以将 QQ 进行 RPA 封装,使其成为 wechaty-puppet-oicq 供 Wechaty 开发者方便接入 QQ 平台,使其成为 Wechaty 可以使用的社区生态模块。

In project, ospp, Aug 31, 2021

OSPP 2021-期中报告-基于 Matrix AppService Wechaty 项目的用户、群与消息等基础功能的完善

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。 学生可自主选择感兴趣的项目进行申请,并在中选后获得...

In project, ospp, Aug 30, 2021

OSPP 2021-期中报告-开发支持电信运营商 5G Chatbot / RCS 的 Wechaty 接入 Puppet 模块

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。 学生可自主选择感兴趣的项目进行申请,并在中选后获得...

In project, ospp, Aug 30, 2021

OSPP 2021-期中报告-基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2021”活动奖金和奖杯。官网:https://summer.i...

In project, ospp, Aug 29, 2021

OSPP 2021 - Mid-term Report - Developing Open Source Piggy Bro Community Entertainment Bot Based on Wechaty

Mid-term report for the OSPP 2021 project developing Piggy Bro, an open-source multi-functional group chat bot based on Wechaty with extensible interceptor architecture, featuring wea...

In project, ospp, Aug 26, 2021

"OSPP 2021 - Mid-term Report - Wechaty Command-line Text Client Software Based on Blessed"

Mid-term report for the OSPP 2021 project developing a Blessed-based command-line text client for Wechaty, supporting all Wechaty puppet providers in a terminal interface.

In project, ospp, Aug 26, 2021

Wechaty Community & Walnut Community: College Students Playing with 5G Messages? So Easy!

Recently, the Walnut Community held a developer event for college students.Walnut@IronJia, Wechaty@Li Zhuohuan, and Wechaty@Li Jiarui have been guiding students’ development work th...

In ospp, Jul 30, 2021

OSPP 2021-期初报告-基于 Wechaty Puppet Official Account 项目的用户与消息等基础功能的完善

项目名称:基于 Wechaty Puppet Official Account 项目的用户与消息等基础功能的完善 导师:吴京京 学生:zzzyer 模块列表 文本消息收发模块 图片消息收发模块 推送事件 项目介绍:https://github.com/wechaty/summer-of-wechaty/...

In project, ospp, Jul 17, 2021

OSPP'21 first meeting for CLI & Matrix projects

基于 Matrix AppService Wechaty 项目的用户、群与消息等基础功能的完善 #59

In ospp, Jul 16, 2021

OSPP 2021 - Initial Report - Developing WeChat Mini Program for Micro-Club Member & Activity Management

Summer 2021 project plan for building a WeChat mini-program that helps club admins manage members, publish activities, and organize event albums.

In project, ospp, Jul 15, 2021

OSPP 2021-期初报告-开发支持电信运营商5G Chatbot/RCS的 Wechaty接入Puppet模块

开发支持电信运营商5G Chatbot/RCS的 Wechaty接入Puppet模块

In project, ospp, Jul 15, 2021

OSPP 2021-期初报告-基于开放 API 封装 Wechaty 接口下的飞书聊天机器人

[基于开放 API 封装 Wechaty 接口下的飞书聊天机器人]具体计划

In project, ospp, Jul 14, 2021

OSPP 2021 - Initial Report - Improving Basic Functions of Matrix AppService Wechaty Project for Users, Groups and Messages

Summer 2021 project plan for enhancing the Matrix AppService Wechaty bridge with image messaging, nickname display, and automated testing.

In project, ospp, Jul 14, 2021

OSPP 2021 - Initial Report - Blessed-based Wechaty Command Line Text Client Software

Summer 2021 project plan for building an IRC-style terminal client for Wechaty using Blessed, supporting real-time messaging and contact management.

In project, ospp, Jul 14, 2021

OSPP 2021 - Initial Report - Developing Open Source Piggy Bro Community Entertainment Bot Based on Wechaty

Summer 2021 project plan for developing Piggy Bro, an extensible entertainment bot with jokes, idiom chains, games, and a backend garden game.

In project, ospp, Jul 13, 2021

OSPP 2021-期初报告-基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet

项目名称:基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet 导师:吴京京、李卓桓 学生:肖良玉 项目链接:https://github.com/lyleshaw/python-wechaty-puppet-itchat 项目介绍: https://github.com/wechaty/summe...

In project, ospp, Jul 13, 2021

OSPP 2021-期初报告-开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块

项目名称:开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块 导师:李佳芮、李卓桓 学生:anaivebird 模块列表 node.js qq protocol client implement(based on takayama-lily/oicq) Puppeteer puppet ...

In project, ospp, Jul 11, 2021

OSPP (Open Source Promotion Plan) Guide - 2021

Comprehensive guide for OSPP 2021 participants covering milestones, daily work requirements, mid-term and final reports, with templates and examples from successful 2020 students.

In announcement, ospp, Jun 24, 2021

OSPP 2021 Project Status

临近OSPP2021项目最终审核,需要与各位导师确定一下项目的状态以及安排接下来两周的任务,故有了此次的线上会议。

In event, Jun 11, 2021

Summer of Wechaty, 我们来啦

去年夏天,Wechaty 社区参与了“开源软件供应链点亮计划-暑期2020”(以下简称暑期2020)活动,在为期三个月的开发结束后,多位同学顺利完成开发,为 Wechaty 社区实现多平台、多语言、多功能贡献了智慧和力量。点此了解更多。

In event, Mar 14, 2021

node

Wechaty+微信小程序实现群内活动报名

超哥之前开发了一个叫做「群组大师」的小程序,听名字就知道,是用来管理群组的,管理群组的什么呢?

In article, Mar 17, 2021

gsod

Unveiling the Treasures of Collaboration: My Wechaty GSoD'21 Gifts

Hello, friends and fellow tech enthusiasts!

In gsod, Feb 18, 2024

GSoD'21 Performance Stipend Disbursement

GSoD’21 Performance Stipend Disbursement

In gsod, Feb 12, 2022

Google Season of Docs 2021 Team Report - Introduction and Explanation

This is the joint project report for Improve the Introduction and Explanations secondary project under Google Season of Docs 2021.

In gsod, Nov 07, 2021

COSCon21 Community Governance (GC): Wechaty Open Source Community Documentation Collaboration — Google Season of Docs Practice

Huan Li (李卓桓) shares Wechaty's experience as the first Chinese project selected for Google Season of Docs 2021, involving 12 technical writing experts in documentation optimization.

In talk, Nov 05, 2021

Google Season of Docs 2021 Final Blog - Tutorials

We have been a part of Google Season of Docs 2021 for creating and improving the Wechaty documentation, specifically the Tutorials section. It was an amazing journey of 17 weeks (roug...

In gsod, Oct 20, 2021

Google Season of Docs 2021 Volunteer Report: Document Quality

It’s a great honor to be part of Wechaty family in Google Season of Docs 2021. This report demonstrates the improvement of document quality.

In gsod, Oct 09, 2021

GSoD 2021-Final-Term-Blog-References

After four months of immense learning, we come to the end of Google Season of Docs 2021, here is the final blog of the References team.

In gsod, Sep 29, 2021

GSoD 2021-End-Term-How-to-guide-Blog

This is the End-term Blog for Wechaty How-to-guide documentation for which we are working as a part of Google Season of Docs 2021. It is much more than a summer internship program, it...

In gsod, Sep 24, 2021

GSoD'21 Tenth Meeting

Google Season of Docs’21 tenth meeting

In gsod, Sep 12, 2021

Wechaty Docs Collaboration Practice in Google Season of Docs

Google Season of Docs (GSoD) is a program by Google since 2019 that funds and mentors open-source communities to improve their documentation. It also helps developers learn profession...

In talk, Aug 26, 2021

GSoD'21 Eighth Meeting

Google Season of Docs’21 Eighth meeting

In gsod, Aug 15, 2021

GSoD 2021-Mid-Term-How-to-guide-Blog

This is the Mid-term Blog for Wechaty How-to-guide documentation for which we are working as a part of Google Season of Docs 2021. We have reached half a way and it’s time to celebrat...

In gsod, Aug 13, 2021

Google Season of Docs 2021 Mid Term Blog: Tutorials

This is the mid term blog for demonstrating all our work that we have done till 8 weeks for creating and improving the Wechaty Tutorials documentation as a part of Google Season of D...

In gsod, Aug 03, 2021

GSoD'21 Seventh Meeting

Google Season of Docs’21 seventh meeting

In gsod, Aug 01, 2021

GSoD'21 Second Month Evaluation

Google Season of Docs’21 second month evaluation

In gsod, Jul 23, 2021

GSoD'21 Sixth Meeting

Google Season of Docs’21 sixth meeting

In gsod, Jul 18, 2021

Revealed: Why 2021 Google Season of Docs Chose Wechaty

Wechaty has partnered with Google Season of Docs 2021 with an approved budget of $9,500 USD to improve documentation and support technical writers in the open source community.

In gsod, Jul 16, 2021

Google Season Of Docs (GSoD) Guide

Google Season of Docs is an annual program organized by Google.

In announcement, gsod, Jul 10, 2021

GSoD'21 Fifth Meeting

Google Season of Docs’21 fifth meeting

In gsod, Jul 06, 2021

GSoD'21 Fourth Meeting

Google Season of Docs’21 fourth meeting

In gsod, Jun 22, 2021

GSoD'21 Fourth Meeting

Google Season of Docs’21 fourth meeting

In gsod, Jun 22, 2021

GSoD'21 First Month Evaluation

Google Season of Docs’21 first month evaluation

In gsod, Jun 22, 2021

Introduction to gRPC

Overview

In article, Jun 08, 2021

Design and document APIs with Swagger

What is Swagger and OpenAPI?

In article, Jun 08, 2021

GSoD'21 Third Meeting

Google Season of Docs’21 third meeting

In gsod, Jun 06, 2021

GSoD'21 Third Meeting

Google Season of Docs’21 third meeting

In gsod, Jun 06, 2021

Documentation Structure

Documentation Structure

In article, May 30, 2021

GSoD'21 Second Meeting

Google Season of Docs’21 Week 1 meeting

In gsod, May 23, 2021

GSoD'21 Second Meeting

Google Season of Docs’21 Week 1 meeting

In gsod, May 23, 2021

GSoD'21 Week 1 meeting

Google Season of Docs’21 Week 1 meeting

In gsod, May 16, 2021

GSoD'21 Week 1 meeting

Google Season of Docs’21 Week 1 meeting

In gsod, May 16, 2021

Google Season of Docs 2021 Team Proposal - Introduction and Explanation

This is the joint project proposal for Improve the Introduction and Explanations secondary project under Google Season of Docs 2021. It is estimated that this project will take approx...

In gsod, May 13, 2021

Google Season of Docs 2021 Team Proposal - Volunteering

GSoD’21 Project Proposal for Volunteering

In gsod, May 12, 2021

Google Season of Docs 2021 Team Proposal: How-to Guides

This is the project proposal for Wechaty How-to-guide documentation on which we will be working as a part of Google Season of Docs 2021. We have proposed our timeline so as to complet...

In gsod, May 12, 2021

Google Season of Docs 2021 Team Proposal - Tutorials

This is the project proposal for creating and improving the Wechaty Tutorials documentation on which we will be working as a part of Google Season of Docs 2021. We are looking forward...

In gsod, May 11, 2021

Hello Wechaty GSoD’21 Technical Writers!

It’s a great honor for Wechaty to participate in Google Season of Docs 2021as one of the great top 30 open-source sponsored projects all over the world!

In gsod, announcement, May 08, 2021

Vasvi Sood: 2021 Google Season of Docs Application

Sophomore,NIT Hamirpur

In gsod, May 06, 2021

Shraddha Vasant Prasad: 2021 Google Season of Docs Technical Proposal

I am Shraddha Vasant Prasad, 2020 graduate and currntly working as a Software Engineer At American Express, I describe myself as “Developer in the making and a Blogger by passion”

In gsod, May 05, 2021

Hi I'm Rohitesh interested in volunteering

GSoD’21 Project Proposal for Volunteering

In gsod, May 04, 2021

Google Season of Docs 2021 Applicant: Souvik Biswas

I am Souvik Biswas, currently pursuing a Bachelor of Technology degree (2018 - 2022) in Computer Science & Engineering from the Indian Institute of Information Technology Kalyani....

In gsod, May 04, 2021

Joseph Mawa: 2021 Google Season of Docs Technical Proposal

My name is Joseph Mawa. I am a technical writer and web developer. Below is my proposal for the project Create easy to learn tutorials for beginner users of Wechaty under Google Seaso...

In gsod, May 03, 2021

Soumi Bardhan: Interactive tutorials for newcomers

GSoD 2021 Project Proposal

In gsod, May 03, 2021

Shwetal Soni: GSOD'21 project proposal for wechaty

GSOD21 Proposal for Wechaty

In gsod, May 03, 2021

Create easy to learn tutorials for beginner users of Wechaty

My name is Jaya Gupta, I am a 3rd year Informational Technology Student currently persuing my B.Tech from HMRITM, Delhi. I have learned various programming languages such as C , C, PY...

In gsod, May 03, 2021

Reconstruct Wechaty landing page with value propositions

What is Value Proposition? A value proposition is a statement that answers the ‘why’ someone should do business with you. It should convince a potential customer why your servic...

In gsod, May 01, 2021

Google Season of Docs ❤️ Wechaty

What is Google Season of Docs?Season of Docs is an annual program organised by Google.Its goal is to bring technical writers and open source organisations together to foster collabo...

In announcement, gsod, Apr 30, 2021

Applying the documentation system to Wechaty docs

This year, Wechaty organization is applying the Google Season of Docs program because we want to improve our documentation for the community.

In announcement, gsod, Mar 25, 2021

google

Unveiling the Treasures of Collaboration: My Wechaty GSoD'21 Gifts

Hello, friends and fellow tech enthusiasts!

In gsod, Feb 18, 2024

GSoD'21 Performance Stipend Disbursement

GSoD’21 Performance Stipend Disbursement

In gsod, Feb 12, 2022

Google Season of Docs 2021 Team Report - Introduction and Explanation

This is the joint project report for Improve the Introduction and Explanations secondary project under Google Season of Docs 2021.

In gsod, Nov 07, 2021

Google Season of Docs 2021 Final Blog - Tutorials

We have been a part of Google Season of Docs 2021 for creating and improving the Wechaty documentation, specifically the Tutorials section. It was an amazing journey of 17 weeks (roug...

In gsod, Oct 20, 2021

Google Season of Docs 2021 Volunteer Report: Document Quality

It’s a great honor to be part of Wechaty family in Google Season of Docs 2021. This report demonstrates the improvement of document quality.

In gsod, Oct 09, 2021

GSoD 2021-Final-Term-Blog-References

After four months of immense learning, we come to the end of Google Season of Docs 2021, here is the final blog of the References team.

In gsod, Sep 29, 2021

GSoD 2021-End-Term-How-to-guide-Blog

This is the End-term Blog for Wechaty How-to-guide documentation for which we are working as a part of Google Season of Docs 2021. It is much more than a summer internship program, it...

In gsod, Sep 24, 2021

GSoD'21 Tenth Meeting

Google Season of Docs’21 tenth meeting

In gsod, Sep 12, 2021

Wechaty Docs Collaboration Practice in Google Season of Docs

Google Season of Docs (GSoD) is a program by Google since 2019 that funds and mentors open-source communities to improve their documentation. It also helps developers learn profession...

In talk, Aug 26, 2021

GSoD'21 Eighth Meeting

Google Season of Docs’21 Eighth meeting

In gsod, Aug 15, 2021

GSoD 2021-Mid-Term-How-to-guide-Blog

This is the Mid-term Blog for Wechaty How-to-guide documentation for which we are working as a part of Google Season of Docs 2021. We have reached half a way and it’s time to celebrat...

In gsod, Aug 13, 2021

Google Season of Docs 2021 Mid Term Blog: Tutorials

This is the mid term blog for demonstrating all our work that we have done till 8 weeks for creating and improving the Wechaty Tutorials documentation as a part of Google Season of D...

In gsod, Aug 03, 2021

GSoD'21 Seventh Meeting

Google Season of Docs’21 seventh meeting

In gsod, Aug 01, 2021

GSoD'21 Second Month Evaluation

Google Season of Docs’21 second month evaluation

In gsod, Jul 23, 2021

Wechaty: Build a Conversational UI App for WhatsApp and WeChat with 6 Lines of Code

In this week’s Community Talk live stream at 8pm, GDG Shanghai invited Huan (Li Zixuan), author of the Wechaty Conversational SDK, to chat with developers on Bilibili about building c...

In talk, Jul 22, 2021

GSoD'21 Sixth Meeting

Google Season of Docs’21 sixth meeting

In gsod, Jul 18, 2021

Revealed: Why 2021 Google Season of Docs Chose Wechaty

Wechaty has partnered with Google Season of Docs 2021 with an approved budget of $9,500 USD to improve documentation and support technical writers in the open source community.

In gsod, Jul 16, 2021

Google Season Of Docs (GSoD) Guide

Google Season of Docs is an annual program organized by Google.

In announcement, gsod, Jul 10, 2021

GSoD'21 Fifth Meeting

Google Season of Docs’21 fifth meeting

In gsod, Jul 06, 2021

GSoD'21 Fourth Meeting

Google Season of Docs’21 fourth meeting

In gsod, Jun 22, 2021

GSoD'21 First Month Evaluation

Google Season of Docs’21 first month evaluation

In gsod, Jun 22, 2021

GSoD'21 Third Meeting

Google Season of Docs’21 third meeting

In gsod, Jun 06, 2021

GSoD'21 Second Meeting

Google Season of Docs’21 Week 1 meeting

In gsod, May 23, 2021

GSoD'21 Week 1 meeting

Google Season of Docs’21 Week 1 meeting

In gsod, May 16, 2021

Google Season of Docs 2021 Team Proposal - Introduction and Explanation

This is the joint project proposal for Improve the Introduction and Explanations secondary project under Google Season of Docs 2021. It is estimated that this project will take approx...

In gsod, May 13, 2021

Google Season of Docs 2021 Team Proposal: How-to Guides

This is the project proposal for Wechaty How-to-guide documentation on which we will be working as a part of Google Season of Docs 2021. We have proposed our timeline so as to complet...

In gsod, May 12, 2021

Google Season of Docs 2021 Team Proposal - Tutorials

This is the project proposal for creating and improving the Wechaty Tutorials documentation on which we will be working as a part of Google Season of Docs 2021. We are looking forward...

In gsod, May 11, 2021

Hello Wechaty GSoD’21 Technical Writers!

It’s a great honor for Wechaty to participate in Google Season of Docs 2021as one of the great top 30 open-source sponsored projects all over the world!

In gsod, announcement, May 08, 2021

Google Season of Docs 2021 Applicant: Souvik Biswas

I am Souvik Biswas, currently pursuing a Bachelor of Technology degree (2018 - 2022) in Computer Science & Engineering from the Indian Institute of Information Technology Kalyani....

In gsod, May 04, 2021

Joseph Mawa: 2021 Google Season of Docs Technical Proposal

My name is Joseph Mawa. I am a technical writer and web developer. Below is my proposal for the project Create easy to learn tutorials for beginner users of Wechaty under Google Seaso...

In gsod, May 03, 2021

Soumi Bardhan: Interactive tutorials for newcomers

GSoD 2021 Project Proposal

In gsod, May 03, 2021

Create easy to learn tutorials for beginner users of Wechaty

My name is Jaya Gupta, I am a 3rd year Informational Technology Student currently persuing my B.Tech from HMRITM, Delhi. I have learned various programming languages such as C , C, PY...

In gsod, May 03, 2021

Reconstruct Wechaty landing page with value propositions

What is Value Proposition? A value proposition is a statement that answers the ‘why’ someone should do business with you. It should convince a potential customer why your servic...

In gsod, May 01, 2021

Google Season of Docs ❤️ Wechaty

What is Google Season of Docs?Season of Docs is an annual program organised by Google.Its goal is to bring technical writers and open source organisations together to foster collabo...

In announcement, gsod, Apr 30, 2021

Applying the documentation system to Wechaty docs

This year, Wechaty organization is applying the Google Season of Docs program because we want to improve our documentation for the community.

In announcement, gsod, Mar 25, 2021

gsod-2021

GSoD'21 Performance Stipend Disbursement

GSoD’21 Performance Stipend Disbursement

In gsod, Feb 12, 2022

GSoD 2021-Final-Term-Blog-References

After four months of immense learning, we come to the end of Google Season of Docs 2021, here is the final blog of the References team.

In gsod, Sep 29, 2021

GSoD 2021-End-Term-How-to-guide-Blog

This is the End-term Blog for Wechaty How-to-guide documentation for which we are working as a part of Google Season of Docs 2021. It is much more than a summer internship program, it...

In gsod, Sep 24, 2021

GSoD'21 Tenth Meeting

Google Season of Docs’21 tenth meeting

In gsod, Sep 12, 2021

GSoD'21 Eighth Meeting

Google Season of Docs’21 Eighth meeting

In gsod, Aug 15, 2021

GSoD 2021-Mid-Term-How-to-guide-Blog

This is the Mid-term Blog for Wechaty How-to-guide documentation for which we are working as a part of Google Season of Docs 2021. We have reached half a way and it’s time to celebrat...

In gsod, Aug 13, 2021

GSoD'21 Seventh Meeting

Google Season of Docs’21 seventh meeting

In gsod, Aug 01, 2021

GSoD'21 Sixth Meeting

Google Season of Docs’21 sixth meeting

In gsod, Jul 18, 2021

Revealed: Why 2021 Google Season of Docs Chose Wechaty

Wechaty has partnered with Google Season of Docs 2021 with an approved budget of $9,500 USD to improve documentation and support technical writers in the open source community.

In gsod, Jul 16, 2021

Google Season Of Docs (GSoD) Guide

Google Season of Docs is an annual program organized by Google.

In announcement, gsod, Jul 10, 2021

GSoD'21 Fifth Meeting

Google Season of Docs’21 fifth meeting

In gsod, Jul 06, 2021

Hello Wechaty GSoD’21 Technical Writers!

It’s a great honor for Wechaty to participate in Google Season of Docs 2021as one of the great top 30 open-source sponsored projects all over the world!

In gsod, announcement, May 08, 2021

Reconstruct Wechaty landing page with value propositions

What is Value Proposition? A value proposition is a statement that answers the ‘why’ someone should do business with you. It should convince a potential customer why your servic...

In gsod, May 01, 2021

Google Season of Docs ❤️ Wechaty

What is Google Season of Docs?Season of Docs is an annual program organised by Google.Its goal is to bring technical writers and open source organisations together to foster collabo...

In announcement, gsod, Apr 30, 2021

Applying the documentation system to Wechaty docs

This year, Wechaty organization is applying the Google Season of Docs program because we want to improve our documentation for the community.

In announcement, gsod, Mar 25, 2021

docs

🧭 Decoding the Chaos: The Ultimate Guide to Software Environment & Release Naming

🚀 Confused by terms like Preview, Beta, and Staging? You're not alone. This post breaks down the chaos into three clear axes every developer should know - By Huan Li — a developer onc...

In guide, Oct 12, 2025

GSoD'21 Performance Stipend Disbursement

GSoD’21 Performance Stipend Disbursement

In gsod, Feb 12, 2022

Google Season of Docs 2021 Team Report - Introduction and Explanation

This is the joint project report for Improve the Introduction and Explanations secondary project under Google Season of Docs 2021.

In gsod, Nov 07, 2021

Google Season of Docs 2021 Final Blog - Tutorials

We have been a part of Google Season of Docs 2021 for creating and improving the Wechaty documentation, specifically the Tutorials section. It was an amazing journey of 17 weeks (roug...

In gsod, Oct 20, 2021

Google Season of Docs 2021 Volunteer Report: Document Quality

It’s a great honor to be part of Wechaty family in Google Season of Docs 2021. This report demonstrates the improvement of document quality.

In gsod, Oct 09, 2021

GSoD 2021-Final-Term-Blog-References

After four months of immense learning, we come to the end of Google Season of Docs 2021, here is the final blog of the References team.

In gsod, Sep 29, 2021

GSoD 2021-End-Term-How-to-guide-Blog

This is the End-term Blog for Wechaty How-to-guide documentation for which we are working as a part of Google Season of Docs 2021. It is much more than a summer internship program, it...

In gsod, Sep 24, 2021

GSoD'21 Tenth Meeting

Google Season of Docs’21 tenth meeting

In gsod, Sep 12, 2021

GSoD'21 Eighth Meeting

Google Season of Docs’21 Eighth meeting

In gsod, Aug 15, 2021

GSoD 2021-Mid-Term-How-to-guide-Blog

This is the Mid-term Blog for Wechaty How-to-guide documentation for which we are working as a part of Google Season of Docs 2021. We have reached half a way and it’s time to celebrat...

In gsod, Aug 13, 2021

Google Season of Docs 2021 Mid Term Blog: Tutorials

This is the mid term blog for demonstrating all our work that we have done till 8 weeks for creating and improving the Wechaty Tutorials documentation as a part of Google Season of D...

In gsod, Aug 03, 2021

GSoD'21 Seventh Meeting

Google Season of Docs’21 seventh meeting

In gsod, Aug 01, 2021

GSoD'21 Second Month Evaluation

Google Season of Docs’21 second month evaluation

In gsod, Jul 23, 2021

GSoD'21 Sixth Meeting

Google Season of Docs’21 sixth meeting

In gsod, Jul 18, 2021

Revealed: Why 2021 Google Season of Docs Chose Wechaty

Wechaty has partnered with Google Season of Docs 2021 with an approved budget of $9,500 USD to improve documentation and support technical writers in the open source community.

In gsod, Jul 16, 2021

Google Season Of Docs (GSoD) Guide

Google Season of Docs is an annual program organized by Google.

In announcement, gsod, Jul 10, 2021

GSoD'21 Fifth Meeting

Google Season of Docs’21 fifth meeting

In gsod, Jul 06, 2021

GSoD'21 Fourth Meeting

Google Season of Docs’21 fourth meeting

In gsod, Jun 22, 2021

GSoD'21 First Month Evaluation

Google Season of Docs’21 first month evaluation

In gsod, Jun 22, 2021

GSoD'21 Third Meeting

Google Season of Docs’21 third meeting

In gsod, Jun 06, 2021

GSoD'21 Second Meeting

Google Season of Docs’21 Week 1 meeting

In gsod, May 23, 2021

GSoD'21 Week 1 meeting

Google Season of Docs’21 Week 1 meeting

In gsod, May 16, 2021

Google Season of Docs 2021 Team Proposal - Introduction and Explanation

This is the joint project proposal for Improve the Introduction and Explanations secondary project under Google Season of Docs 2021. It is estimated that this project will take approx...

In gsod, May 13, 2021

Google Season of Docs 2021 Team Proposal - Volunteering

GSoD’21 Project Proposal for Volunteering

In gsod, May 12, 2021

Google Season of Docs 2021 Team Proposal: How-to Guides

This is the project proposal for Wechaty How-to-guide documentation on which we will be working as a part of Google Season of Docs 2021. We have proposed our timeline so as to complet...

In gsod, May 12, 2021

Google Season of Docs 2021 Team Proposal - Tutorials

This is the project proposal for creating and improving the Wechaty Tutorials documentation on which we will be working as a part of Google Season of Docs 2021. We are looking forward...

In gsod, May 11, 2021

Hello Wechaty GSoD’21 Technical Writers!

It’s a great honor for Wechaty to participate in Google Season of Docs 2021as one of the great top 30 open-source sponsored projects all over the world!

In gsod, announcement, May 08, 2021

Google Season of Docs 2021 Applicant: Souvik Biswas

I am Souvik Biswas, currently pursuing a Bachelor of Technology degree (2018 - 2022) in Computer Science & Engineering from the Indian Institute of Information Technology Kalyani....

In gsod, May 04, 2021

Soumi Bardhan: Interactive tutorials for newcomers

GSoD 2021 Project Proposal

In gsod, May 03, 2021

Shwetal Soni: GSOD'21 project proposal for wechaty

GSOD21 Proposal for Wechaty

In gsod, May 03, 2021

Create easy to learn tutorials for beginner users of Wechaty

My name is Jaya Gupta, I am a 3rd year Informational Technology Student currently persuing my B.Tech from HMRITM, Delhi. I have learned various programming languages such as C , C, PY...

In gsod, May 03, 2021

Google Season of Docs ❤️ Wechaty

What is Google Season of Docs?Season of Docs is an annual program organised by Google.Its goal is to bring technical writers and open source organisations together to foster collabo...

In announcement, gsod, Apr 30, 2021

Applying the documentation system to Wechaty docs

This year, Wechaty organization is applying the Google Season of Docs program because we want to improve our documentation for the community.

In announcement, gsod, Mar 25, 2021

documentation

Vasvi Sood: 2021 Google Season of Docs Application

Sophomore,NIT Hamirpur

In gsod, May 06, 2021

Shraddha Vasant Prasad: 2021 Google Season of Docs Technical Proposal

I am Shraddha Vasant Prasad, 2020 graduate and currntly working as a Software Engineer At American Express, I describe myself as “Developer in the making and a Blogger by passion”

In gsod, May 05, 2021

Google Season of Docs ❤️ Wechaty

What is Google Season of Docs?Season of Docs is an annual program organised by Google.Its goal is to bring technical writers and open source organisations together to foster collabo...

In announcement, gsod, Apr 30, 2021

Applying the documentation system to Wechaty docs

This year, Wechaty organization is applying the Google Season of Docs program because we want to improve our documentation for the community.

In announcement, gsod, Mar 25, 2021

rcs

RCS Messaging Chatbot

Rich Communication Services (RCS) is a communication protocol between mobile-telephone carriers and between phone and carrier, aiming at replacing SMS messages with a text-message s...

In article, Mar 27, 2021

cryptocurrency

binance

golang

Go开发微信群聊互动机器人

公司小程序的相关通知需要及时、定时推送到相关的群,由于微信web网页登录基本全部被封建,所有在查阅了大量微信机器人的资料后,选择了wechaty进行机器人开发,以此达到用户可以通过指令进行绑定微信群、查询活动、活动推送等功能,借此提高用户粘性,提高活动的达成率。

In tutorial, Apr 12, 2021

wechaty-puppet-wechat

5分钟把ChatGPT装进微信里

基于wechaty创建一个自己的ChatGPT机器人

In article, Dec 07, 2022

Teaching You to Develop Bots with python-wechaty and Web Protocol

Detailed guide on using python-wechaty with web protocol to develop chatbots, including Docker setup for web protocol service and connecting with python-wechaty to build functional bots.

In article, Apr 17, 2021

教你用go-wecahty和web协议开发机器人

写这篇文章的原因: 最近发现 web 协议以某种方式又复活了,所以想让 go-wechaty 的小伙伴也能使用 web 协议。

In article, Apr 16, 2021

web-protocol

免费UOS协议快速接入可视化配置面板

经历过UOS web协议的重放荣光,又经过一段时间的封禁,又有大神把UOS web协议救回来了。免费的快乐又重新回来了,不是吗?

In talk, Jul 26, 2022

Teaching You to Develop Bots with python-wechaty and Web Protocol

Detailed guide on using python-wechaty with web protocol to develop chatbots, including Docker setup for web protocol service and connecting with python-wechaty to build functional bots.

In article, Apr 17, 2021

教你用go-wecahty和web协议开发机器人

写这篇文章的原因: 最近发现 web 协议以某种方式又复活了,所以想让 go-wechaty 的小伙伴也能使用 web 协议。

In article, Apr 16, 2021

down

Chatie API Service Incident Report

The Wechaty Puppet Serviceis running on top of the https://www.chatie.io service,which is open-sourced at here.It has been running for 5+ yearson a Heroku free Dynowith Cloudflare CDN...

In article, Apr 15, 2021

cloudflare

Chatie API Service Incident Report

The Wechaty Puppet Serviceis running on top of the https://www.chatie.io service,which is open-sourced at here.It has been running for 5+ yearson a Heroku free Dynowith Cloudflare CDN...

In article, Apr 15, 2021

web协议

blog

Game-Copilot Assists Game Studios with Brainstorming

This post is also available in Chinese

In article, Oct 24, 2023

wechaty+TypeChat: Control Your WeChat with Natural Language

This post is also available in Chinese

In article, Aug 06, 2023

Developing a Conference Assistant with ChatGPT & Wechaty in 10 Minutes

This post is also available in Chinese

In article, Apr 13, 2023

基于开放 API 封装 Wechaty 接口下的虚拟币行情机器人

基于开放 API 封装 Wechaty 接口下的虚拟币行情机器人

In article, Apr 21, 2022

成功结项!大学生的一小步,开发者的一大步

当你还在疑惑如何进行5G消息开发打算申请 Chatbot 账号,租用一台服务器,买一款测试手机时长沙理工大学和哈尔滨工程大学的两位学生通过参与“开源软件供应链点亮计划 - 暑期2021”(以下简称“开源之夏”)已经完成了5G消息的入门开发那么距离更多的开发者投入到5G消息,还会远吗?

In article, Nov 30, 2021

支持5G消息的 puppet-walnut 接入介绍

很荣幸能参加”暑期2021“活动,接触到开发支持电信运营商 5G Chatbot / RCS 的 Wechaty 接入 Puppet 模块这一开源项目,下面来和大家分享一下开发流程,希望能帮助更多的开发者快速上手这个项目。

In article, Nov 07, 2021

小白入门:如何用科技拯救你的记忆力

过去的一周接触到了 wechaty ,非常兴奋,首先对于这个神奇的东西感到惊奇,其次我是一个比较喜欢解决问题的人,可以用它解决很多实际问题,于是便开始了我的 wechaty 之路,下面和大家简单说一下我做的一个小demo,本文介绍使用的技术都是基本中的基本,几乎是对前端技术稍有了解的人就可以轻易完成,此举旨在帮助刚接触 wechaty 的同学(包括我)建立信心,不...

In article, Oct 09, 2021

基于 wechaty 的 AR+LBS 漂流瓶轻社交游戏

基于微信聊天的 结合增强现实技术(AR)+LBS(暂时基于图像) 的星际漂流瓶 的轻社交游戏。重新认识你身边的世界,或许我们早已与外星生命共同生活着。

In article, Aug 21, 2021

零基础小白HOWTO系列 -- 搭建第一个基于PadLocal的Python-Wechaty应用

写在前面:本HowTo系列用来记录个人在Wechaty的学习和研究过程中的点滴经验,希望能帮助更多人避免我踩过的坑,快速熟悉Wechaty这个工具

In article, Jul 24, 2021

Wechaty 实现 Milvus 社区群消息同步

作者: shiyu22, 程序媛

In article, Jul 20, 2021

Good News: Login with Windows WeChat Desktop Protocol, Free Wechaty Protocol Coming Soon

After the free web protocol revival, Wechaty's free Windows protocol is coming soon, solving issues with accurately obtaining wxid and roomid that plagued the web protocol.

In article, Jul 05, 2021

零基础小白在Wechaty社区发表自己的第一篇博客

很开心过去10天里面接触了 Wechaty 社区,两次使用 GitHub 向 Wechaty 社区提交了博客(虽然提交了很多次才最终通过),但也因此对于书写博客时出现的问题比较了解,对许多问题记忆犹新。今天就和大家分享一下我自己的经验,零基础或有那么一丢丢基础的小白如何在 Wechaty 社区发布自己的第一篇博客。

In article, Jul 02, 2021

Introduction to gRPC

Overview

In article, Jun 08, 2021

手把手教你用python-wechaty+paddlehub+阿里云白嫖一个智能微信机器人

这绝对是全网最细教程,没有之一

In article, Jun 08, 2021

Design and document APIs with Swagger

What is Swagger and OpenAPI?

In article, Jun 08, 2021

How to Build a Panda Face Meme Generator with PaddlePaddle and Wechaty

Building an AI-powered bot that generates panda head memes from portrait photos using Wechaty and PaddlePaddle for fun chat interactions.

In article, May 24, 2021

入门:小白如何在wechaty社区发布自己的第一篇博客(一)

很高兴能执笔这篇博客,第一次使用github向wechaty社区提交博客时Q到了@huan(提交了十几次才最终通过),因此也被印象深刻了。今天和大家分享一下零基础或有那么一丢丢基础的小白如何从0到1的在wechaty发布博客(成为一个贡献者)。

In article, Apr 22, 2021

study

wechaty+TypeChat: Control Your WeChat with Natural Language

This post is also available in Chinese

In article, Aug 06, 2023

Developing a Conference Assistant with ChatGPT & Wechaty in 10 Minutes

This post is also available in Chinese

In article, Apr 13, 2023

xin_bot:一个尝试使用python-wechaty插件系统开发的娱乐性机器人

xin_bot,一个提供了一些小娱乐功能的wechaty机器人,考虑到后续功能的扩展,尝试使用python-wechaty的插件系统进行代码组织。

In article, Apr 28, 2022

基于开放 API 封装 Wechaty 接口下的虚拟币行情机器人

基于开放 API 封装 Wechaty 接口下的虚拟币行情机器人

In article, Apr 21, 2022

成功结项!大学生的一小步,开发者的一大步

当你还在疑惑如何进行5G消息开发打算申请 Chatbot 账号,租用一台服务器,买一款测试手机时长沙理工大学和哈尔滨工程大学的两位学生通过参与“开源软件供应链点亮计划 - 暑期2021”(以下简称“开源之夏”)已经完成了5G消息的入门开发那么距离更多的开发者投入到5G消息,还会远吗?

In article, Nov 30, 2021

使用Wechaty构建一个微信转发机器人

构建一个微信转发机器人

In article, Nov 30, 2021

支持5G消息的 puppet-walnut 接入介绍

很荣幸能参加”暑期2021“活动,接触到开发支持电信运营商 5G Chatbot / RCS 的 Wechaty 接入 Puppet 模块这一开源项目,下面来和大家分享一下开发流程,希望能帮助更多的开发者快速上手这个项目。

In article, Nov 07, 2021

小白入门:如何用科技拯救你的记忆力

过去的一周接触到了 wechaty ,非常兴奋,首先对于这个神奇的东西感到惊奇,其次我是一个比较喜欢解决问题的人,可以用它解决很多实际问题,于是便开始了我的 wechaty 之路,下面和大家简单说一下我做的一个小demo,本文介绍使用的技术都是基本中的基本,几乎是对前端技术稍有了解的人就可以轻易完成,此举旨在帮助刚接触 wechaty 的同学(包括我)建立信心,不...

In article, Oct 09, 2021

Good News: Login with Windows WeChat Desktop Protocol, Free Wechaty Protocol Coming Soon

After the free web protocol revival, Wechaty's free Windows protocol is coming soon, solving issues with accurately obtaining wxid and roomid that plagued the web protocol.

In article, Jul 05, 2021

零基础小白在Wechaty社区发表自己的第一篇博客

很开心过去10天里面接触了 Wechaty 社区,两次使用 GitHub 向 Wechaty 社区提交了博客(虽然提交了很多次才最终通过),但也因此对于书写博客时出现的问题比较了解,对许多问题记忆犹新。今天就和大家分享一下我自己的经验,零基础或有那么一丢丢基础的小白如何在 Wechaty 社区发布自己的第一篇博客。

In article, Jul 02, 2021

手把手教你用python-wechaty+paddlehub+阿里云白嫖一个智能微信机器人

这绝对是全网最细教程,没有之一

In article, Jun 08, 2021

How to Build a Panda Face Meme Generator with PaddlePaddle and Wechaty

Building an AI-powered bot that generates panda head memes from portrait photos using Wechaty and PaddlePaddle for fun chat interactions.

In article, May 24, 2021

入门:小白如何在wechaty社区发布自己的第一篇博客(一)

很高兴能执笔这篇博客,第一次使用github向wechaty社区提交博客时Q到了@huan(提交了十几次才最终通过),因此也被印象深刻了。今天和大家分享一下零基础或有那么一丢丢基础的小白如何从0到1的在wechaty发布博客(成为一个贡献者)。

In article, Apr 22, 2021

introduction

wechaty+TypeChat: Control Your WeChat with Natural Language

This post is also available in Chinese

In article, Aug 06, 2023

Developing a Conference Assistant with ChatGPT & Wechaty in 10 Minutes

This post is also available in Chinese

In article, Apr 13, 2023

基于开放 API 封装 Wechaty 接口下的虚拟币行情机器人

基于开放 API 封装 Wechaty 接口下的虚拟币行情机器人

In article, Apr 21, 2022

支持5G消息的 puppet-walnut 接入介绍

很荣幸能参加”暑期2021“活动,接触到开发支持电信运营商 5G Chatbot / RCS 的 Wechaty 接入 Puppet 模块这一开源项目,下面来和大家分享一下开发流程,希望能帮助更多的开发者快速上手这个项目。

In article, Nov 07, 2021

Google Season of Docs 2021 Team Report - Introduction and Explanation

This is the joint project report for Improve the Introduction and Explanations secondary project under Google Season of Docs 2021.

In gsod, Nov 07, 2021

小白入门:如何用科技拯救你的记忆力

过去的一周接触到了 wechaty ,非常兴奋,首先对于这个神奇的东西感到惊奇,其次我是一个比较喜欢解决问题的人,可以用它解决很多实际问题,于是便开始了我的 wechaty 之路,下面和大家简单说一下我做的一个小demo,本文介绍使用的技术都是基本中的基本,几乎是对前端技术稍有了解的人就可以轻易完成,此举旨在帮助刚接触 wechaty 的同学(包括我)建立信心,不...

In article, Oct 09, 2021

基于 wechaty 的 AR+LBS 漂流瓶轻社交游戏

基于微信聊天的 结合增强现实技术(AR)+LBS(暂时基于图像) 的星际漂流瓶 的轻社交游戏。重新认识你身边的世界,或许我们早已与外星生命共同生活着。

In article, Aug 21, 2021

Good News: Login with Windows WeChat Desktop Protocol, Free Wechaty Protocol Coming Soon

After the free web protocol revival, Wechaty's free Windows protocol is coming soon, solving issues with accurately obtaining wxid and roomid that plagued the web protocol.

In article, Jul 05, 2021

零基础小白在Wechaty社区发表自己的第一篇博客

很开心过去10天里面接触了 Wechaty 社区,两次使用 GitHub 向 Wechaty 社区提交了博客(虽然提交了很多次才最终通过),但也因此对于书写博客时出现的问题比较了解,对许多问题记忆犹新。今天就和大家分享一下我自己的经验,零基础或有那么一丢丢基础的小白如何在 Wechaty 社区发布自己的第一篇博客。

In article, Jul 02, 2021

Documentation Structure

Documentation Structure

In article, May 30, 2021

How to Build a Panda Face Meme Generator with PaddlePaddle and Wechaty

Building an AI-powered bot that generates panda head memes from portrait photos using Wechaty and PaddlePaddle for fun chat interactions.

In article, May 24, 2021

Hi I'm Rohitesh interested in volunteering

GSoD’21 Project Proposal for Volunteering

In gsod, May 04, 2021

Google Season of Docs 2021 Applicant: Souvik Biswas

I am Souvik Biswas, currently pursuing a Bachelor of Technology degree (2018 - 2022) in Computer Science & Engineering from the Indian Institute of Information Technology Kalyani....

In gsod, May 04, 2021

Soumi Bardhan: Interactive tutorials for newcomers

GSoD 2021 Project Proposal

In gsod, May 03, 2021

Shwetal Soni: GSOD'21 project proposal for wechaty

GSOD21 Proposal for Wechaty

In gsod, May 03, 2021

Create easy to learn tutorials for beginner users of Wechaty

My name is Jaya Gupta, I am a 3rd year Informational Technology Student currently persuing my B.Tech from HMRITM, Delhi. I have learned various programming languages such as C , C, PY...

In gsod, May 03, 2021

入门:小白如何在wechaty社区发布自己的第一篇博客(一)

很高兴能执笔这篇博客,第一次使用github向wechaty社区提交博客时Q到了@huan(提交了十几次才最终通过),因此也被印象深刻了。今天和大家分享一下零基础或有那么一丢丢基础的小白如何从0到1的在wechaty发布博客(成为一个贡献者)。

In article, Apr 22, 2021

baidu

Baidu Paddle ❤️ Wechaty & Mixlab ML Chatbot Competition Works Recommendation

33 creative ML chatbot projects were submitted to the AI Creator Camp competition jointly hosted by Wechaty, PaddlePaddle, and Mixlab, showcasing innovative applications in OCR, image...

In project, Sep 10, 2021

AI Chatbot Competition - Metaverse Launcher: Reconstructing Reality!

Hardcore ML Chatbot competition jointly hosted by Wechaty, PaddlePaddle, and Mixlab - the "AI Creative Camp: Metaverse Launcher - Reconstructing Reality" invites sci-fi enthusiasts to...

In article, Jul 07, 2021

AI Poet Chatbot powered by Python Wechaty & PaddleHub

小白也能超快上手的AI ChatBot教程,这次教大家一个用基于Python Wechaty和 PaddlePaddle 框架运行的,用AI续写情话的对话机器人。

In tutorial, Apr 24, 2021

AI ChatBot Creation Camp Kicks Off!

What capabilities does a ChatBot need in the age of artificial intelligence? Is it an intelligent housekeeper that helps you organize all the materials that “if you code it, you have ...

In article, Apr 22, 2021

competition

Wechaty & AWS Global Recruitment: Leave an Eternal Mark with Your Code!

Wechaty & AWS AI development competition globally recruiting developers to create innovative AI chatbots using large language models - three tracks including efficiency, public welfar...

In article, May 23, 2025

AWS with Wechaty | AWS Generative AI Application Challenge Kicks Off!

✨ The 2nd China Generative AI Innovation Application Challenge ✨

In article, Apr 25, 2024

Baidu Paddle ❤️ Wechaty & Mixlab ML Chatbot Competition Works Recommendation

33 creative ML chatbot projects were submitted to the AI Creator Camp competition jointly hosted by Wechaty, PaddlePaddle, and Mixlab, showcasing innovative applications in OCR, image...

In project, Sep 10, 2021

AI Chatbot Competition - Metaverse Launcher: Reconstructing Reality!

Hardcore ML Chatbot competition jointly hosted by Wechaty, PaddlePaddle, and Mixlab - the "AI Creative Camp: Metaverse Launcher - Reconstructing Reality" invites sci-fi enthusiasts to...

In article, Jul 07, 2021

AI ChatBot Creation Camp Kicks Off!

What capabilities does a ChatBot need in the age of artificial intelligence? Is it an intelligent housekeeper that helps you organize all the materials that “if you code it, you have ...

In article, Apr 22, 2021

paddle

Baidu Paddle ❤️ Wechaty & Mixlab ML Chatbot Competition Works Recommendation

33 creative ML chatbot projects were submitted to the AI Creator Camp competition jointly hosted by Wechaty, PaddlePaddle, and Mixlab, showcasing innovative applications in OCR, image...

In project, Sep 10, 2021

AI Poet Chatbot powered by Python Wechaty & PaddleHub

小白也能超快上手的AI ChatBot教程,这次教大家一个用基于Python Wechaty和 PaddlePaddle 框架运行的,用AI续写情话的对话机器人。

In tutorial, Apr 24, 2021

2021

GSoD'21 Performance Stipend Disbursement

GSoD’21 Performance Stipend Disbursement

In gsod, Feb 12, 2022

Google Season of Docs 2021 Team Report - Introduction and Explanation

This is the joint project report for Improve the Introduction and Explanations secondary project under Google Season of Docs 2021.

In gsod, Nov 07, 2021

Google Season of Docs 2021 Final Blog - Tutorials

We have been a part of Google Season of Docs 2021 for creating and improving the Wechaty documentation, specifically the Tutorials section. It was an amazing journey of 17 weeks (roug...

In gsod, Oct 20, 2021

Google Season of Docs 2021 Volunteer Report: Document Quality

It’s a great honor to be part of Wechaty family in Google Season of Docs 2021. This report demonstrates the improvement of document quality.

In gsod, Oct 09, 2021

GSoD 2021-Final-Term-Blog-References

After four months of immense learning, we come to the end of Google Season of Docs 2021, here is the final blog of the References team.

In gsod, Sep 29, 2021

GSoD 2021-End-Term-How-to-guide-Blog

This is the End-term Blog for Wechaty How-to-guide documentation for which we are working as a part of Google Season of Docs 2021. It is much more than a summer internship program, it...

In gsod, Sep 24, 2021

GSoD'21 Tenth Meeting

Google Season of Docs’21 tenth meeting

In gsod, Sep 12, 2021

GSoD'21 Eighth Meeting

Google Season of Docs’21 Eighth meeting

In gsod, Aug 15, 2021

GSoD 2021-Mid-Term-How-to-guide-Blog

This is the Mid-term Blog for Wechaty How-to-guide documentation for which we are working as a part of Google Season of Docs 2021. We have reached half a way and it’s time to celebrat...

In gsod, Aug 13, 2021

Google Season of Docs 2021 Mid Term Blog: Tutorials

This is the mid term blog for demonstrating all our work that we have done till 8 weeks for creating and improving the Wechaty Tutorials documentation as a part of Google Season of D...

In gsod, Aug 03, 2021

GSoD'21 Seventh Meeting

Google Season of Docs’21 seventh meeting

In gsod, Aug 01, 2021

GSoD'21 Second Month Evaluation

Google Season of Docs’21 second month evaluation

In gsod, Jul 23, 2021

GSoD'21 Sixth Meeting

Google Season of Docs’21 sixth meeting

In gsod, Jul 18, 2021

Revealed: Why 2021 Google Season of Docs Chose Wechaty

Wechaty has partnered with Google Season of Docs 2021 with an approved budget of $9,500 USD to improve documentation and support technical writers in the open source community.

In gsod, Jul 16, 2021

GSoD'21 Fifth Meeting

Google Season of Docs’21 fifth meeting

In gsod, Jul 06, 2021

OSPP (Open Source Promotion Plan) Guide - 2021

Comprehensive guide for OSPP 2021 participants covering milestones, daily work requirements, mid-term and final reports, with templates and examples from successful 2020 students.

In announcement, ospp, Jun 24, 2021

GSoD'21 Fourth Meeting

Google Season of Docs’21 fourth meeting

In gsod, Jun 22, 2021

GSoD'21 First Month Evaluation

Google Season of Docs’21 first month evaluation

In gsod, Jun 22, 2021

GSoD'21 Third Meeting

Google Season of Docs’21 third meeting

In gsod, Jun 06, 2021

GSoD'21 Second Meeting

Google Season of Docs’21 Week 1 meeting

In gsod, May 23, 2021

GSoD'21 Week 1 meeting

Google Season of Docs’21 Week 1 meeting

In gsod, May 16, 2021

Google Season of Docs 2021 Team Proposal - Introduction and Explanation

This is the joint project proposal for Improve the Introduction and Explanations secondary project under Google Season of Docs 2021. It is estimated that this project will take approx...

In gsod, May 13, 2021

Google Season of Docs 2021 Team Proposal: How-to Guides

This is the project proposal for Wechaty How-to-guide documentation on which we will be working as a part of Google Season of Docs 2021. We have proposed our timeline so as to complet...

In gsod, May 12, 2021

Google Season of Docs 2021 Team Proposal - Tutorials

This is the project proposal for creating and improving the Wechaty Tutorials documentation on which we will be working as a part of Google Season of Docs 2021. We are looking forward...

In gsod, May 11, 2021

Hello Wechaty GSoD’21 Technical Writers!

It’s a great honor for Wechaty to participate in Google Season of Docs 2021as one of the great top 30 open-source sponsored projects all over the world!

In gsod, announcement, May 08, 2021

Vasvi Sood: 2021 Google Season of Docs Application

Sophomore,NIT Hamirpur

In gsod, May 06, 2021

Shraddha Vasant Prasad: 2021 Google Season of Docs Technical Proposal

I am Shraddha Vasant Prasad, 2020 graduate and currntly working as a Software Engineer At American Express, I describe myself as “Developer in the making and a Blogger by passion”

In gsod, May 05, 2021

Google Season of Docs 2021 Applicant: Souvik Biswas

I am Souvik Biswas, currently pursuing a Bachelor of Technology degree (2018 - 2022) in Computer Science & Engineering from the Indian Institute of Information Technology Kalyani....

In gsod, May 04, 2021

Joseph Mawa: 2021 Google Season of Docs Technical Proposal

My name is Joseph Mawa. I am a technical writer and web developer. Below is my proposal for the project Create easy to learn tutorials for beginner users of Wechaty under Google Seaso...

In gsod, May 03, 2021

Soumi Bardhan: Interactive tutorials for newcomers

GSoD 2021 Project Proposal

In gsod, May 03, 2021

Create easy to learn tutorials for beginner users of Wechaty

My name is Jaya Gupta, I am a 3rd year Informational Technology Student currently persuing my B.Tech from HMRITM, Delhi. I have learned various programming languages such as C , C, PY...

In gsod, May 03, 2021

Reconstruct Wechaty landing page with value propositions

What is Value Proposition? A value proposition is a statement that answers the ‘why’ someone should do business with you. It should convince a potential customer why your servic...

In gsod, May 01, 2021

Google Season of Docs ❤️ Wechaty

What is Google Season of Docs?Season of Docs is an annual program organised by Google.Its goal is to bring technical writers and open source organisations together to foster collabo...

In announcement, gsod, Apr 30, 2021

marketing

Reconstruct Wechaty landing page with value propositions

What is Value Proposition? A value proposition is a statement that answers the ‘why’ someone should do business with you. It should convince a potential customer why your servic...

In gsod, May 01, 2021

value-proposation

Reconstruct Wechaty landing page with value propositions

What is Value Proposition? A value proposition is a statement that answers the ‘why’ someone should do business with you. It should convince a potential customer why your servic...

In gsod, May 01, 2021

proposal

Google Season of Docs 2021 Team Proposal - Introduction and Explanation

This is the joint project proposal for Improve the Introduction and Explanations secondary project under Google Season of Docs 2021. It is estimated that this project will take approx...

In gsod, May 13, 2021

Google Season of Docs 2021 Team Proposal - Volunteering

GSoD’21 Project Proposal for Volunteering

In gsod, May 12, 2021

Google Season of Docs 2021 Team Proposal: How-to Guides

This is the project proposal for Wechaty How-to-guide documentation on which we will be working as a part of Google Season of Docs 2021. We have proposed our timeline so as to complet...

In gsod, May 12, 2021

Google Season of Docs 2021 Team Proposal - Tutorials

This is the project proposal for creating and improving the Wechaty Tutorials documentation on which we will be working as a part of Google Season of Docs 2021. We are looking forward...

In gsod, May 11, 2021

Vasvi Sood: 2021 Google Season of Docs Application

Sophomore,NIT Hamirpur

In gsod, May 06, 2021

Shraddha Vasant Prasad: 2021 Google Season of Docs Technical Proposal

I am Shraddha Vasant Prasad, 2020 graduate and currntly working as a Software Engineer At American Express, I describe myself as “Developer in the making and a Blogger by passion”

In gsod, May 05, 2021

Google Season of Docs 2021 Volunteering Proposal

Google Season of Docs 2021 Volunteering Proposal

In gsod, May 04, 2021

Google Season of Docs 2021 Applicant: Souvik Biswas

I am Souvik Biswas, currently pursuing a Bachelor of Technology degree (2018 - 2022) in Computer Science & Engineering from the Indian Institute of Information Technology Kalyani....

In gsod, May 04, 2021

Joseph Mawa: 2021 Google Season of Docs Technical Proposal

My name is Joseph Mawa. I am a technical writer and web developer. Below is my proposal for the project Create easy to learn tutorials for beginner users of Wechaty under Google Seaso...

In gsod, May 03, 2021

Soumi Bardhan: Interactive tutorials for newcomers

GSoD 2021 Project Proposal

In gsod, May 03, 2021

Shwetal Soni: GSOD'21 project proposal for wechaty

GSOD21 Proposal for Wechaty

In gsod, May 03, 2021

Create easy to learn tutorials for beginner users of Wechaty

My name is Jaya Gupta, I am a 3rd year Informational Technology Student currently persuing my B.Tech from HMRITM, Delhi. I have learned various programming languages such as C , C, PY...

In gsod, May 03, 2021

Reconstruct Wechaty landing page with value propositions

What is Value Proposition? A value proposition is a statement that answers the ‘why’ someone should do business with you. It should convince a potential customer why your servic...

In gsod, May 01, 2021

chatroom-tool

WeChat Group Robot - Bible Reading Assistant

A WeChat bot that automates daily Bible reading article distribution, tracks member check-ins, and provides Bible content search features for Christian groups.

In project, May 02, 2021

bible

WeChat Group Robot - Bible Reading Assistant

A WeChat bot that automates daily Bible reading article distribution, tracks member check-ins, and provides Bible content search features for Christian groups.

In project, May 02, 2021

gsod'21

Joseph Mawa: 2021 Google Season of Docs Technical Proposal

My name is Joseph Mawa. I am a technical writer and web developer. Below is my proposal for the project Create easy to learn tutorials for beginner users of Wechaty under Google Seaso...

In gsod, May 03, 2021

interactive

gsod21

volunteering

Google Season of Docs 2021 Team Proposal - Volunteering

GSoD’21 Project Proposal for Volunteering

In gsod, May 12, 2021

Hi I'm Rohitesh interested in volunteering

GSoD’21 Project Proposal for Volunteering

In gsod, May 04, 2021

zoom

GSoD'21 Tenth Meeting

Google Season of Docs’21 tenth meeting

In gsod, Sep 12, 2021

GSoD'21 Eighth Meeting

Google Season of Docs’21 Eighth meeting

In gsod, Aug 15, 2021

GSoD'21 Seventh Meeting

Google Season of Docs’21 seventh meeting

In gsod, Aug 01, 2021

GSoD'21 Sixth Meeting

Google Season of Docs’21 sixth meeting

In gsod, Jul 18, 2021

GSoD'21 Fifth Meeting

Google Season of Docs’21 fifth meeting

In gsod, Jul 06, 2021

GSoD'21 Fourth Meeting

Google Season of Docs’21 fourth meeting

In gsod, Jun 22, 2021

GSoD'21 Third Meeting

Google Season of Docs’21 third meeting

In gsod, Jun 06, 2021

GSoD'21 Second Meeting

Google Season of Docs’21 Week 1 meeting

In gsod, May 23, 2021

GSoD'21 Week 1 meeting

Google Season of Docs’21 Week 1 meeting

In gsod, May 16, 2021

Hello Wechaty GSoD’21 Technical Writers!

It’s a great honor for Wechaty to participate in Google Season of Docs 2021as one of the great top 30 open-source sponsored projects all over the world!

In gsod, announcement, May 08, 2021

tutorials

Google Season of Docs 2021 Final Blog - Tutorials

We have been a part of Google Season of Docs 2021 for creating and improving the Wechaty documentation, specifically the Tutorials section. It was an amazing journey of 17 weeks (roug...

In gsod, Oct 20, 2021

Google Season of Docs 2021 Mid Term Blog: Tutorials

This is the mid term blog for demonstrating all our work that we have done till 8 weeks for creating and improving the Wechaty Tutorials documentation as a part of Google Season of D...

In gsod, Aug 03, 2021

Google Season of Docs 2021 Team Proposal - Introduction and Explanation

This is the joint project proposal for Improve the Introduction and Explanations secondary project under Google Season of Docs 2021. It is estimated that this project will take approx...

In gsod, May 13, 2021

Google Season of Docs 2021 Team Proposal: How-to Guides

This is the project proposal for Wechaty How-to-guide documentation on which we will be working as a part of Google Season of Docs 2021. We have proposed our timeline so as to complet...

In gsod, May 12, 2021

Google Season of Docs 2021 Team Proposal - Tutorials

This is the project proposal for creating and improving the Wechaty Tutorials documentation on which we will be working as a part of Google Season of Docs 2021. We are looking forward...

In gsod, May 11, 2021

team-proposal

Google Season of Docs 2021 Team Proposal - Introduction and Explanation

This is the joint project proposal for Improve the Introduction and Explanations secondary project under Google Season of Docs 2021. It is estimated that this project will take approx...

In gsod, May 13, 2021

Google Season of Docs 2021 Team Proposal - Volunteering

GSoD’21 Project Proposal for Volunteering

In gsod, May 12, 2021

Google Season of Docs 2021 Team Proposal: How-to Guides

This is the project proposal for Wechaty How-to-guide documentation on which we will be working as a part of Google Season of Docs 2021. We have proposed our timeline so as to complet...

In gsod, May 12, 2021

Google Season of Docs 2021 Team Proposal - Tutorials

This is the project proposal for creating and improving the Wechaty Tutorials documentation on which we will be working as a part of Google Season of Docs 2021. We are looking forward...

In gsod, May 11, 2021

reconstruct

landing

page

value

propositions

grpc

Introduction to gRPC

Overview

In article, Jun 08, 2021

openapi

Design and document APIs with Swagger

What is Swagger and OpenAPI?

In article, Jun 08, 2021

article

Introduction to gRPC

Overview

In article, Jun 08, 2021

Design and document APIs with Swagger

What is Swagger and OpenAPI?

In article, Jun 08, 2021

swagger

Design and document APIs with Swagger

What is Swagger and OpenAPI?

In article, Jun 08, 2021

paddlehub

『PaddlePaddle X Wechaty』有颜又有才的Living_Bot

『PaddlePaddle X Wechaty』有颜又有才的Living_Bot

In project, Aug 11, 2021

手把手教你用python-wechaty+paddlehub+阿里云白嫖一个智能微信机器人

这绝对是全网最细教程,没有之一

In article, Jun 08, 2021

protoc

Introduction to gRPC

Overview

In article, Jun 08, 2021

simplepad

New Wechaty Puppet Service: SimplePad

Introducing SimplePad - a flexible HTTP-based Wechaty Puppet service that offers language-agnostic API access with pay-per-use pricing model.

In announcement, Jun 17, 2021

evaluation

GSoD 2021-Final-Term-Blog-References

After four months of immense learning, we come to the end of Google Season of Docs 2021, here is the final blog of the References team.

In gsod, Sep 29, 2021

GSoD 2021-End-Term-How-to-guide-Blog

This is the End-term Blog for Wechaty How-to-guide documentation for which we are working as a part of Google Season of Docs 2021. It is much more than a summer internship program, it...

In gsod, Sep 24, 2021

GSoD 2021-Mid-Term-How-to-guide-Blog

This is the Mid-term Blog for Wechaty How-to-guide documentation for which we are working as a part of Google Season of Docs 2021. We have reached half a way and it’s time to celebrat...

In gsod, Aug 13, 2021

GSoD'21 Second Month Evaluation

Google Season of Docs’21 second month evaluation

In gsod, Jul 23, 2021

GSoD'21 First Month Evaluation

Google Season of Docs’21 first month evaluation

In gsod, Jun 22, 2021

wechaty-way

Live from WAIC 2023: Wechaty at the Open Source Bazaar

Wechaty was invited to the WAIC 2023 Open Source Bazaar, creating a lively and interactive atmosphere. This post captures the highlights from the event, including our community's enga...

In announcement, Jul 08, 2023

Live from the Scene: Wechaty at GAIDC Open Source Marketplace

Wechaty community was invited to participate in the GAIDC Open Source Marketplace on the weekend, where the scene was bustling with many enthusiastic participants interacting with Wec...

In announcement, Feb 26, 2023

Wechaty Invited to GAIDC Open Source Market - Join Us!

Wechaty is invited to participate in the GAIDC Open Source Market this weekend, joining AI projects and developers to share the "AI Carnival" with interactive challenges, community ga...

In announcement, Feb 23, 2023

The Wechaty Way: Best Practices Guide for Open Source Collaboration

A comprehensive guide to Wechaty community's open source collaboration practices, including meeting procedures, blog publishing, issue management, and PR workflows following The Apach...

In announcement, Jun 23, 2021

guide

Google Season Of Docs (GSoD) Guide

Google Season of Docs is an annual program organized by Google.

In announcement, gsod, Jul 10, 2021

OSPP (Open Source Promotion Plan) Guide - 2021

Comprehensive guide for OSPP 2021 participants covering milestones, daily work requirements, mid-term and final reports, with templates and examples from successful 2020 students.

In announcement, ospp, Jun 24, 2021

The Wechaty Way: Best Practices Guide for Open Source Collaboration

A comprehensive guide to Wechaty community's open source collaboration practices, including meeting procedures, blog publishing, issue management, and PR workflows following The Apach...

In announcement, Jun 23, 2021

qq

OSPP 2021-结项报告-开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块

本项目通过 Wechaty Puppet 的接口,可以将 QQ 进行 RPA 封装,使其成为 wechaty-puppet-oicq 供 Wechaty 开发者方便接入 QQ 平台,使其成为 Wechaty 可以使用的社区生态模块。

In project, ospp, Oct 06, 2021

OSPP 2021-期中报告-开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块

本项目通过 Wechaty Puppet 的接口,可以将 QQ 进行 RPA 封装,使其成为 wechaty-puppet-oicq 供 Wechaty 开发者方便接入 QQ 平台,使其成为 Wechaty 可以使用的社区生态模块。

In project, ospp, Aug 31, 2021

OSPP 2021-期初报告-开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块

项目名称:开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块 导师:李佳芮、李卓桓 学生:anaivebird 模块列表 node.js qq protocol client implement(based on takayama-lily/oicq) Puppeteer puppet ...

In project, ospp, Jul 11, 2021

plan

2022-基于5G平台puppet接入post消息

基于 5G 平台开发 puppet 模块接入 wechaty

In project, Apr 20, 2022

2022-基于5G平台开发puppet模块接入wechaty

基于 5G 平台开发 puppet 模块接入 wechaty

In project, Feb 17, 2022

2021-期中报告-基于5G平台开发puppet模块接入wechaty

基于 5G 平台开发 puppet 模块接入 wechaty

In project, Dec 21, 2021

2021-期初报告-基于5G平台开发puppet模块接入wechaty

基于 5G 平台开发 puppet 模块接入 wechaty

In project, Nov 24, 2021

OSPP 2021-期中报告-开发支持电信运营商 5G Chatbot / RCS 的 Wechaty 接入 Puppet 模块

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。 学生可自主选择感兴趣的项目进行申请,并在中选后获得...

In project, ospp, Aug 30, 2021

OSPP 2021-期初报告-基于 Wechaty Puppet Official Account 项目的用户与消息等基础功能的完善

项目名称:基于 Wechaty Puppet Official Account 项目的用户与消息等基础功能的完善 导师:吴京京 学生:zzzyer 模块列表 文本消息收发模块 图片消息收发模块 推送事件 项目介绍:https://github.com/wechaty/summer-of-wechaty/...

In project, ospp, Jul 17, 2021

OSPP 2021 - Initial Report - Developing WeChat Mini Program for Micro-Club Member & Activity Management

Summer 2021 project plan for building a WeChat mini-program that helps club admins manage members, publish activities, and organize event albums.

In project, ospp, Jul 15, 2021

OSPP 2021-期初报告-开发支持电信运营商5G Chatbot/RCS的 Wechaty接入Puppet模块

开发支持电信运营商5G Chatbot/RCS的 Wechaty接入Puppet模块

In project, ospp, Jul 15, 2021

OSPP 2021-期初报告-基于开放 API 封装 Wechaty 接口下的飞书聊天机器人

[基于开放 API 封装 Wechaty 接口下的飞书聊天机器人]具体计划

In project, ospp, Jul 14, 2021

OSPP 2021 - Initial Report - Improving Basic Functions of Matrix AppService Wechaty Project for Users, Groups and Messages

Summer 2021 project plan for enhancing the Matrix AppService Wechaty bridge with image messaging, nickname display, and automated testing.

In project, ospp, Jul 14, 2021

OSPP 2021 - Initial Report - Blessed-based Wechaty Command Line Text Client Software

Summer 2021 project plan for building an IRC-style terminal client for Wechaty using Blessed, supporting real-time messaging and contact management.

In project, ospp, Jul 14, 2021

OSPP 2021 - Initial Report - Developing Open Source Piggy Bro Community Entertainment Bot Based on Wechaty

Summer 2021 project plan for developing Piggy Bro, an extensible entertainment bot with jokes, idiom chains, games, and a backend garden game.

In project, ospp, Jul 13, 2021

OSPP 2021-期初报告-基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet

项目名称:基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet 导师:吴京京、李卓桓 学生:肖良玉 项目链接:https://github.com/lyleshaw/python-wechaty-puppet-itchat 项目介绍: https://github.com/wechaty/summe...

In project, ospp, Jul 13, 2021

OSPP 2021-期初报告-开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块

项目名称:开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块 导师:李佳芮、李卓桓 学生:anaivebird 模块列表 node.js qq protocol client implement(based on takayama-lily/oicq) Puppeteer puppet ...

In project, ospp, Jul 11, 2021

itchat

OSPP 2021-结项报告-基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2021”活动奖金和奖杯。官网:https://summer.i...

In project, ospp, Oct 05, 2021

OSPP 2021-期中报告-基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2021”活动奖金和奖杯。官网:https://summer.i...

In project, ospp, Aug 29, 2021

OSPP 2021-期初报告-基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet

项目名称:基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet 导师:吴京京、李卓桓 学生:肖良玉 项目链接:https://github.com/lyleshaw/python-wechaty-puppet-itchat 项目介绍: https://github.com/wechaty/summe...

In project, ospp, Jul 13, 2021

chat

OSPP 2021 - Final Report - Developing Open Source Piggy Bro Community Entertainment Bot Based on Wechaty

Final report for the OSPP 2021 project developing Piggy Bro, an open-source multi-functional group chat bot based on Wechaty, featuring jokes, weather, music search, trending topics, ...

In project, ospp, Oct 06, 2021

OSPP 2021 - Mid-term Report - Developing Open Source Piggy Bro Community Entertainment Bot Based on Wechaty

Mid-term report for the OSPP 2021 project developing Piggy Bro, an open-source multi-functional group chat bot based on Wechaty with extensible interceptor architecture, featuring wea...

In project, ospp, Aug 26, 2021

OSPP 2021 - Initial Report - Developing Open Source Piggy Bro Community Entertainment Bot Based on Wechaty

Summer 2021 project plan for developing Piggy Bro, an extensible entertainment bot with jokes, idiom chains, games, and a backend garden game.

In project, ospp, Jul 13, 2021

xp

New Windows Puppet Project wechaty-puppet-xp Launches

Wechaty contributors gathered for an offline meetup to officially launch the wechaty-puppet-xp project, a free Windows WeChat desktop protocol implementation.

In story, Jul 13, 2021

5g

2022-小白如何从0到1上手puppet-walnut

小白如何从0到1上手 Puppet-Walnut

In project, Apr 22, 2022

2022-基于5G平台puppet接入post消息

基于 5G 平台开发 puppet 模块接入 wechaty

In project, Apr 20, 2022

2022-基于5G平台开发puppet模块接入wechaty

基于 5G 平台开发 puppet 模块接入 wechaty

In project, Feb 17, 2022

2021-期中报告-基于5G平台开发puppet模块接入wechaty

基于 5G 平台开发 puppet 模块接入 wechaty

In project, Dec 21, 2021

2021-期初报告-基于5G平台开发puppet模块接入wechaty

基于 5G 平台开发 puppet 模块接入 wechaty

In project, Nov 24, 2021

OSPP 2021-期初报告-开发支持电信运营商5G Chatbot/RCS的 Wechaty接入Puppet模块

开发支持电信运营商5G Chatbot/RCS的 Wechaty接入Puppet模块

In project, ospp, Jul 15, 2021

milvus

Programmer's Day Panel: Five Open Source Engineers Share Their Journeys (Milvus Community)

How can open source boost your market competitiveness? How can open source become a new entrepreneurial model after leaving big tech companies? How to build a strong resume through op...

In interview, Oct 29, 2021

Wechaty 实现 Milvus 社区群消息同步

作者: shiyu22, 程序媛

In article, Jul 20, 2021

syncbot

Wechaty 实现 Milvus 社区群消息同步

作者: shiyu22, 程序媛

In article, Jul 20, 2021

gdg

Chatbot and Angular (Beijing GDG | Community Talk | NG+)

AI has accelerated research in conversational interaction. With the ubiquity of mobile instant messaging, Chatbot use cases are flourishing. How do we build a chatbot powered by moder...

In talk, Jan 06, 2022

Wechaty Docs Collaboration Practice in Google Season of Docs

Google Season of Docs (GSoD) is a program by Google since 2019 that funds and mentors open-source communities to improve their documentation. It also helps developers learn profession...

In talk, Aug 26, 2021

Wechaty: Build a Conversational UI App for WhatsApp and WeChat with 6 Lines of Code

In this week’s Community Talk live stream at 8pm, GDG Shanghai invited Huan (Li Zixuan), author of the Wechaty Conversational SDK, to chat with developers on Bilibili about building c...

In talk, Jul 22, 2021

newbie

零基础小白HOWTO系列 -- 搭建第一个基于PadLocal的Python-Wechaty应用

写在前面:本HowTo系列用来记录个人在Wechaty的学习和研究过程中的点滴经验,希望能帮助更多人避免我踩过的坑,快速熟悉Wechaty这个工具

In article, Jul 24, 2021

howto

零基础小白HOWTO系列 -- 搭建第一个基于PadLocal的Python-Wechaty应用

写在前面:本HowTo系列用来记录个人在Wechaty的学习和研究过程中的点滴经验,希望能帮助更多人避免我踩过的坑,快速熟悉Wechaty这个工具

In article, Jul 24, 2021

wechaty-puppet-5g

Wechaty Community & Walnut Community: College Students Playing with 5G Messages? So Easy!

Recently, the Walnut Community held a developer event for college students.Walnut@IronJia, Wechaty@Li Zhuohuan, and Wechaty@Li Jiarui have been guiding students’ development work th...

In ospp, Jul 30, 2021

china-unicom

Wechaty Community & Walnut Community: College Students Playing with 5G Messages? So Easy!

Recently, the Walnut Community held a developer event for college students.Walnut@IronJia, Wechaty@Li Zhuohuan, and Wechaty@Li Jiarui have been guiding students’ development work th...

In ospp, Jul 30, 2021

debug

使用 VS Code 调试 Node.js 应用

「暑期 2021」活动中,我为 Wechaty 开发命令行环境下的客户端 wechaty-cli,使用 blessed 这个终端图形化组件库可以轻松做出炫酷的仿 IRC 聊天软件,原以为只需调库即可完成任务,但事情远没有那么简单…

In article, tutorial, Aug 08, 2021

program

Docker Open Source Program ❤️ Wechaty

In November, 2020, Docker announced the launch of a special program to expand our support for Open Source projects that use Docker. The eligible projects that meet the program’s requi...

In announcement, Aug 10, 2021

paddlepaddle

对话故事生成,创造自己的无限世界

对话故事生成,创造自己的无限世界

In article, Aug 29, 2021

『PaddlePaddle X Wechaty』有颜又有才的Living_Bot

『PaddlePaddle X Wechaty』有颜又有才的Living_Bot

In project, Aug 11, 2021

mid-term

OSPP 2021-期中报告-开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块

本项目通过 Wechaty Puppet 的接口,可以将 QQ 进行 RPA 封装,使其成为 wechaty-puppet-oicq 供 Wechaty 开发者方便接入 QQ 平台,使其成为 Wechaty 可以使用的社区生态模块。

In project, ospp, Aug 31, 2021

OSPP 2021-期中报告-基于 Matrix AppService Wechaty 项目的用户、群与消息等基础功能的完善

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。 学生可自主选择感兴趣的项目进行申请,并在中选后获得...

In project, ospp, Aug 30, 2021

OSPP 2021-期中报告-开发支持电信运营商 5G Chatbot / RCS 的 Wechaty 接入 Puppet 模块

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。 学生可自主选择感兴趣的项目进行申请,并在中选后获得...

In project, ospp, Aug 30, 2021

OSPP 2021-期中报告-基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2021”活动奖金和奖杯。官网:https://summer.i...

In project, ospp, Aug 29, 2021

OSPP 2021 - Mid-term Report - Developing Open Source Piggy Bro Community Entertainment Bot Based on Wechaty

Mid-term report for the OSPP 2021 project developing Piggy Bro, an open-source multi-functional group chat bot based on Wechaty with extensible interceptor architecture, featuring wea...

In project, ospp, Aug 26, 2021

"OSPP 2021 - Mid-term Report - Wechaty Command-line Text Client Software Based on Blessed"

Mid-term report for the OSPP 2021 project developing a Blessed-based command-line text client for Wechaty, supporting all Wechaty puppet providers in a terminal interface.

In project, ospp, Aug 26, 2021

GSoD 2021-Mid-Term-How-to-guide-Blog

This is the Mid-term Blog for Wechaty How-to-guide documentation for which we are working as a part of Google Season of Docs 2021. We have reached half a way and it’s time to celebrat...

In gsod, Aug 13, 2021

face-carton

Wechaty卡通P图插件,18行代码帮你实现变脸功能

Wechaty 人像转换插件,让你的 Wechaty 机器人实现照片卡通化,年龄变化,性别变化等功能。之前有看到过一些机器学习视频,可以把照片漫画化,感觉很有意思,就想着能不能结合 Wechaty 做一个可以自动返回动漫化照片的机器人。经过一番资料查找,发现腾讯有个人脸变换的功能,经过测试后,发现就是我想要的功能,而且效果还不错,关键是每个月有 1000 次的免费...

In article, Aug 13, 2021

ar

基于 wechaty 的 AR+LBS 漂流瓶轻社交游戏

基于微信聊天的 结合增强现实技术(AR)+LBS(暂时基于图像) 的星际漂流瓶 的轻社交游戏。重新认识你身边的世界,或许我们早已与外星生命共同生活着。

In article, Aug 21, 2021

summer-2021、

OSPP 2021 - Mid-term Report - Developing Open Source Piggy Bro Community Entertainment Bot Based on Wechaty

Mid-term report for the OSPP 2021 project developing Piggy Bro, an open-source multi-functional group chat bot based on Wechaty with extensible interceptor architecture, featuring wea...

In project, ospp, Aug 26, 2021

wechaty-bot

基于python-Wechaty的微信群虚拟币报价机器人

本项目基于python-wechaty库,通过几行代码就能实现微信机器人的基础功能。项目地址:coins_market_push

In project, Aug 26, 2021

coins

基于python-Wechaty的微信群虚拟币报价机器人

本项目基于python-wechaty库,通过几行代码就能实现微信机器人的基础功能。项目地址:coins_market_push

In project, Aug 26, 2021

story_generation

对话故事生成,创造自己的无限世界

对话故事生成,创造自己的无限世界

In article, Aug 29, 2021

collection

收藏文档,随时查找

随时转发,随时收藏,随时查找

In article, Sep 11, 2021

crawl

收藏文档,随时查找

随时转发,随时收藏,随时查找

In article, Sep 11, 2021

zmore

收藏文档,随时查找

随时转发,随时收藏,随时查找

In article, Sep 11, 2021

收藏文档,随时查找

随时转发,随时收藏,随时查找

In article, Sep 11, 2021

website

收藏文档,随时查找

随时转发,随时收藏,随时查找

In article, Sep 11, 2021

seo

收藏文档,随时查找

随时转发,随时收藏,随时查找

In article, Sep 11, 2021

end-term

GSoD 2021-Final-Term-Blog-References

After four months of immense learning, we come to the end of Google Season of Docs 2021, here is the final blog of the References team.

In gsod, Sep 29, 2021

GSoD 2021-End-Term-How-to-guide-Blog

This is the End-term Blog for Wechaty How-to-guide documentation for which we are working as a part of Google Season of Docs 2021. It is much more than a summer internship program, it...

In gsod, Sep 24, 2021

final-term

OSPP 2021-结项报告-开发支持电信运营商 5G Chatbot / RCS 的 Wechaty 接入 Puppet 模块

[开发支持电信运营商 5G Chatbot / RCS 的 Wechaty 接入 Puppet 模块]信息

In project, ospp, Oct 07, 2021

OSPP 2021 - Final Report - Developing Open Source Piggy Bro Community Entertainment Bot Based on Wechaty

Final report for the OSPP 2021 project developing Piggy Bro, an open-source multi-functional group chat bot based on Wechaty, featuring jokes, weather, music search, trending topics, ...

In project, ospp, Oct 06, 2021

OSPP 2021-结项报告-开发支持 QQ 聊天软件的 Wechaty Puppet Provider 模块

本项目通过 Wechaty Puppet 的接口,可以将 QQ 进行 RPA 封装,使其成为 wechaty-puppet-oicq 供 Wechaty 开发者方便接入 QQ 平台,使其成为 Wechaty 可以使用的社区生态模块。

In project, ospp, Oct 06, 2021

OSPP 2021-结项报告-基于 Itchat 为 Python Wechaty 实现社区首个 Python 语言的本地 Puppet

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2021”活动奖金和奖杯。官网:https://summer.i...

In project, ospp, Oct 05, 2021

OSPP 2021-结项报告-基于 Wechaty Puppet Official Account 项目的用户与消息等基础功能的完善

“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。活动联合各大开源社区,针对重要开源软件的开发与维护提供项目,并向全球高校学生开放报名。 学生可自主选择感兴趣的项目进行申请,并在中选后获得...

In project, ospp, Oct 03, 2021

OSPP 2021 - Final Report - Wechaty Command-line Text Client Software Based on Blessed

Final report for the OSPP 2021 project developing a Blessed-based command-line text client for Wechaty, enabling users to chat using keyboard in terminal and developers to observe bot...

In project, ospp, Sep 30, 2021

OSPP 2021 - Final Report - Developing WeChat Mini Program for Club Member & Activity Management Based on Wechaty

Final report for the OSPP 2021 project developing a WeChat mini program for club member and activity management based on Wechaty, featuring registration services, member management, a...

In project, ospp, Sep 29, 2021

OSPP 2021-结项报告-基于 Matrix AppService Wechaty 项目的用户、群与消息等基础功能的完善

Matrix AppService Wechaty 是一个 Matrix 应用服务( AppService ),它可以把 Wechaty 支持的应用桥接到 Matrix 服务器中,帮助我们在 Matrix 客户端收发微信,飞书等通讯平台的消息。本项目基于 Matrix AppService Wechaty 完善了消息收发,用户信息展示,部署和开发流程优化等功能。

In project, ospp, Sep 28, 2021

volunteer

Google Season of Docs 2021 Volunteer Report: Document Quality

It’s a great honor to be part of Wechaty family in Google Season of Docs 2021. This report demonstrates the improvement of document quality.

In gsod, Oct 09, 2021

final

Wechaty OSPP (Summer of Open Source) Final Demo Day

Final Demo Day showcase for Wechaty's 9 Summer 2021 OSPP projects, featuring student presentations on WeChat mini-programs, Python puppets, 5G RCS chatbots, Lark integration, CLI clie...

In announcement, Oct 09, 2021

opensource

Programmer's Day Panel: Five Open Source Engineers Share Their Journeys (Milvus Community)

How can open source boost your market competitiveness? How can open source become a new entrepreneurial model after leaving big tech companies? How to build a strong resume through op...

In interview, Oct 29, 2021

OpenTEKr|OSS Pioneer|Interview with Huan Li

The “OSS Pioneer - The People” series is launched by OpenTEKr to help you to know more about the leaders who are constantly working hard to develop in China open source ecosystem ...

In interview, Oct 28, 2021

A Gift for My Newborn Daughter: Parenting Chatbot Built with Wechaty and Semantic Open Platform

Building a smart parenting chatbot using Wechaty and semantic analysis to automatically record baby's daily activities through WeChat, converting natural language into structured data...

In tutorial, Oct 19, 2021

今年的 COSCon 中国开源年会,让我们聊点不一样的

人们常常说,在熬过了数十年寒冬,2020 -2021 我们终于迎来了本土开源的拐点,国家政策的引导、基础软件的崛起、开放协作精神的觉醒……各种各样的数据报告也无一不支撑着这一观点。

In event, Oct 12, 2021

opentekr

OpenTEKr|OSS Pioneer|Interview with Huan Li

The “OSS Pioneer - The People” series is launched by OpenTEKr to help you to know more about the leaders who are constantly working hard to develop in China open source ecosystem ...

In interview, Oct 28, 2021

chatopera

OSSChat is What You Need for Open Source Community Operations

OSSChat now supports auto-reply for WeChat bots, helping you manage your open-source community by bridging WeChat groups with GitHub Issues.

In project, Oct 28, 2021

github

OSSChat is What You Need for Open Source Community Operations

OSSChat now supports auto-reply for WeChat bots, helping you manage your open-source community by bridging WeChat groups with GitHub Issues.

In project, Oct 28, 2021

sticky

Wechaty introduction at Microsoft Regional Director Summit

This is my speaking at Microsoft RD Summit on April 7, 2022.

In talk, Apr 07, 2022

OSSChat is What You Need for Open Source Community Operations

OSSChat now supports auto-reply for WeChat bots, helping you manage your open-source community by bridging WeChat groups with GitHub Issues.

In project, Oct 28, 2021

zilliz

Programmer's Day Panel: Five Open Source Engineers Share Their Journeys (Milvus Community)

How can open source boost your market competitiveness? How can open source become a new entrepreneurial model after leaving big tech companies? How to build a strong resume through op...

In interview, Oct 29, 2021

report

Google Season of Docs 2021 Team Report - Introduction and Explanation

This is the joint project report for Improve the Introduction and Explanations secondary project under Google Season of Docs 2021.

In gsod, Nov 07, 2021

rainbow-fart

彩虹屁机器人 开心每一天

一、彩虹屁机器人 开心每一天

In project, Nov 03, 2021

coscon

COSCon21 Community Governance (GC): Wechaty Open Source Community Documentation Collaboration — Google Season of Docs Practice

Huan Li (李卓桓) shares Wechaty's experience as the first Chinese project selected for Google Season of Docs 2021, involving 12 technical writing experts in documentation optimization.

In talk, Nov 05, 2021

explanations

Google Season of Docs 2021 Team Report - Introduction and Explanation

This is the joint project report for Improve the Introduction and Explanations secondary project under Google Season of Docs 2021.

In gsod, Nov 07, 2021

wechaty-puppet-walnut

Wechaty community meetup: Office Hour, Feb 22th, 2022

7月22日,周五,社区在线上举办了一个 Office Hour 的视频会议,由 @Huan,@wj-Mcat,@Leo_chen 共同讨论了一下社区中一些新项目的进展,并且相互提出了一些建议。

In talk, Jul 22, 2022

成功结项!大学生的一小步,开发者的一大步

当你还在疑惑如何进行5G消息开发打算申请 Chatbot 账号,租用一台服务器,买一款测试手机时长沙理工大学和哈尔滨工程大学的两位学生通过参与“开源软件供应链点亮计划 - 暑期2021”(以下简称“开源之夏”)已经完成了5G消息的入门开发那么距离更多的开发者投入到5G消息,还会远吗?

In article, Nov 30, 2021

支持5G消息的 puppet-walnut 接入介绍

很荣幸能参加”暑期2021“活动,接触到开发支持电信运营商 5G Chatbot / RCS 的 Wechaty 接入 Puppet 模块这一开源项目,下面来和大家分享一下开发流程,希望能帮助更多的开发者快速上手这个项目。

In article, Nov 07, 2021

internship

juzi-ai-lab

algorithm-internship

puppet-walnut

Best Practice of 5G Messaging puppet-walnut - 5G Intelligent Assistant

As the first prize winner of the 2022 5G Messaging Developer Marathon, this article introduces the 5G Intelligent Assistant platform built with Wechaty's puppet-walnut, demonstrating ...

In article, Jun 12, 2022

2022-小白如何从0到1上手puppet-walnut

小白如何从0到1上手 Puppet-Walnut

In project, Apr 22, 2022

2022-基于5G平台puppet接入post消息

基于 5G 平台开发 puppet 模块接入 wechaty

In project, Apr 20, 2022

2022-基于5G平台开发puppet模块接入wechaty

基于 5G 平台开发 puppet 模块接入 wechaty

In project, Feb 17, 2022

2021-期中报告-基于5G平台开发puppet模块接入wechaty

基于 5G 平台开发 puppet 模块接入 wechaty

In project, Dec 21, 2021

2021-期初报告-基于5G平台开发puppet模块接入wechaty

基于 5G 平台开发 puppet 模块接入 wechaty

In project, Nov 24, 2021

raspberry-pi

Wechaty Docker Multi-Platform for Raspberry Pi (ARM)

For a long time, wechaty docker image was build for platform amd64. Today, Wechaty is supporting new platform: Raspberry Pi (ARM)!

In announcement, Nov 27, 2021

arm

Wechaty Docker Multi-Platform for Raspberry Pi (ARM)

For a long time, wechaty docker image was build for platform amd64. Today, Wechaty is supporting new platform: Raspberry Pi (ARM)!

In announcement, Nov 27, 2021

puppet-tiktok

tiktok

message-forward

使用Wechaty构建一个微信转发机器人

构建一个微信转发机器人

In article, Nov 30, 2021

puppet-donut

使用Wechaty构建一个微信转发机器人

构建一个微信转发机器人

In article, Nov 30, 2021

5g-rcs

成功结项!大学生的一小步,开发者的一大步

当你还在疑惑如何进行5G消息开发打算申请 Chatbot 账号,租用一台服务器,买一款测试手机时长沙理工大学和哈尔滨工程大学的两位学生通过参与“开源软件供应链点亮计划 - 暑期2021”(以下简称“开源之夏”)已经完成了5G消息的入门开发那么距离更多的开发者投入到5G消息,还会远吗?

In article, Nov 30, 2021

restful-api

wechaty 基于 nodejs 原生 http 包的服务

很开心加入了 Wechaty 社区,也在我的日常工作中提供了很多帮助。根据日常的工作需要,我自己加入了一些自己需要的功能。

In article, Jan 04, 2022

http-server

wechaty 基于 nodejs 原生 http 包的服务

很开心加入了 Wechaty 社区,也在我的日常工作中提供了很多帮助。根据日常的工作需要,我自己加入了一些自己需要的功能。

In article, Jan 04, 2022

angular

Chatbot and Angular (Beijing GDG | Community Talk | NG+)

AI has accelerated research in conversational interaction. With the ubiquity of mobile instant messaging, Chatbot use cases are flourishing. How do we build a chatbot powered by moder...

In talk, Jan 06, 2022

tensorflow.js

Chatbot and Angular (Beijing GDG | Community Talk | NG+)

AI has accelerated research in conversational interaction. With the ubiquity of mobile instant messaging, Chatbot use cases are flourishing. How do we build a chatbot powered by moder...

In talk, Jan 06, 2022

wechaty-1.0

将 wechaty-puppet 升级为1.0以上版本

将 wechaty-puppet 升级为1.0以上版本

In article, Jan 11, 2022

improve-efficiency

Medical Assistant Bot Developed with Wechaty

A medical assistant bot built with Wechaty to help resident doctors manage clinical work, providing personalized reminders for ward rotations, professional knowledge queries, and auto...

In article, Feb 02, 2022

against-involution

juzibot

2022寒假-王天睿-JuziBot项目开发-期中报告-智能信息助理

2022寒假-王天睿-JuziBot项目开发-期中报告-智能信息助理

In article, Jan 18, 2022

sso

authing

medicine

Medical Assistant Bot Developed with Wechaty

A medical assistant bot built with Wechaty to help resident doctors manage clinical work, providing personalized reminders for ward rotations, professional knowledge queries, and auto...

In article, Feb 02, 2022

puppet-padlocal

Wechaty community meetup: PadLocal Office Hour, @padlocal, Feb 5th, 2022

2月5日,周六,社区在线上举办了一个 Padlocal 专题的视频会议,由 Padlocal 的作者 @Haoda 讲解了 Padlocal 的起源与技术架构,并对 Padlocal 的一些 issues 进行了回复。

In talk, Feb 22, 2022

ipad

Wechaty community meetup: PadLocal Office Hour, @padlocal, Feb 5th, 2022

2月5日,周六,社区在线上举办了一个 Padlocal 专题的视频会议,由 Padlocal 的作者 @Haoda 讲解了 Padlocal 的起源与技术架构,并对 Padlocal 的一些 issues 进行了回复。

In talk, Feb 22, 2022

ddd

Hardcore Peach 5G Chatbot Open-Source SDK Wechaty | Core Power Salon 6

5G Chatbot (RCS) is China’s version of the GSMA RCS standard for rich messaging.

In announcement, Mar 30, 2022

Event-driven Programming with CQRS Wechaty

Command Query Responsibility Segregation (CQRS) is a software architecture pattern that separates the command(write) and query(read) layers.— CQRS, Martin Fowler, 14 July 2011

In announcement, Mar 17, 2022

Refactoring Friday BOT with NestJS, Domain-driven Design (DDD), and CQRS

Friday BOT has been refactored to using NestJS framework, by following the Domain-driven Design (DDD) and the Command Query Responsibility Segregation (CQRS) this week, by merging thi...

In announcement, Feb 27, 2022

cqrs

🚀 What's the Best Transport for an Event-Driven Architecture: WebSocket or SSE + POST?

As the creator of the Wechaty and Chatie projects, I’ve spent years building conversational and messaging tools for developers. Now, I’m investing in a new phase of cloud-native, even...

In event, Apr 04, 2025

Hardcore Peach 5G Chatbot Open-Source SDK Wechaty | Core Power Salon 6

5G Chatbot (RCS) is China’s version of the GSMA RCS standard for rich messaging.

In announcement, Mar 30, 2022

Event-driven Programming with CQRS Wechaty

Command Query Responsibility Segregation (CQRS) is a software architecture pattern that separates the command(write) and query(read) layers.— CQRS, Martin Fowler, 14 July 2011

In announcement, Mar 17, 2022

Refactoring Friday BOT with NestJS, Domain-driven Design (DDD), and CQRS

Friday BOT has been refactored to using NestJS framework, by following the Domain-driven Design (DDD) and the Command Query Responsibility Segregation (CQRS) this week, by merging thi...

In announcement, Feb 27, 2022

friday

Refactoring Friday BOT with NestJS, Domain-driven Design (DDD), and CQRS

Friday BOT has been refactored to using NestJS framework, by following the Domain-driven Design (DDD) and the Command Query Responsibility Segregation (CQRS) this week, by merging thi...

In announcement, Feb 27, 2022

nestjs

Refactoring Friday BOT with NestJS, Domain-driven Design (DDD), and CQRS

Friday BOT has been refactored to using NestJS framework, by following the Domain-driven Design (DDD) and the Command Query Responsibility Segregation (CQRS) this week, by merging thi...

In announcement, Feb 27, 2022

event-driven

🚀 What's the Best Transport for an Event-Driven Architecture: WebSocket or SSE + POST?

As the creator of the Wechaty and Chatie projects, I’ve spent years building conversational and messaging tools for developers. Now, I’m investing in a new phase of cloud-native, even...

In event, Apr 04, 2025

Hardcore Peach 5G Chatbot Open-Source SDK Wechaty | Core Power Salon 6

5G Chatbot (RCS) is China’s version of the GSMA RCS standard for rich messaging.

In announcement, Mar 30, 2022

Event-driven Programming with CQRS Wechaty

Command Query Responsibility Segregation (CQRS) is a software architecture pattern that separates the command(write) and query(read) layers.— CQRS, Martin Fowler, 14 July 2011

In announcement, Mar 17, 2022

puppet-xp

Breaking the Reverse Engineering Barrier: How LLMs and Frida Are Revolutionizing WeChat Analysis

A deep dive into building an AI-powered reverse engineering agent that automatically locates and hooks WeChat’s message handling functions

In article, Aug 12, 2025

Wechaty Gateway 使用教程

前言

In article, Jun 23, 2022

With the World's Largest Monolithic Chinese NLP Model and Wechaty, We Built an AI That Can Play Script Murder Games with Humans!

Building an AI player for murder mystery games using Wechaty and the world's largest Chinese NLP model, creating immersive interactive narrative experiences where AI seamlessly joins ...

In article, Mar 31, 2022

murder-mystery-game

With the World's Largest Monolithic Chinese NLP Model and Wechaty, We Built an AI That Can Play Script Murder Games with Humans!

Building an AI player for murder mystery games using Wechaty and the world's largest Chinese NLP model, creating immersive interactive narrative experiences where AI seamlessly joins ...

In article, Mar 31, 2022

script-murder

regional-director

Wechaty introduction at Microsoft Regional Director Summit

This is my speaking at Microsoft RD Summit on April 7, 2022.

In talk, Apr 07, 2022

summit

Wechaty introduction at Microsoft Regional Director Summit

This is my speaking at Microsoft RD Summit on April 7, 2022.

In talk, Apr 07, 2022

price

基于开放 API 封装 Wechaty 接口下的虚拟币行情机器人

基于开放 API 封装 Wechaty 接口下的虚拟币行情机器人

In article, Apr 21, 2022

robot

基于开放 API 封装 Wechaty 接口下的虚拟币行情机器人

基于开放 API 封装 Wechaty 接口下的虚拟币行情机器人

In article, Apr 21, 2022

antigen

United Effort, Fighting the Pandemic with AI!

During Shanghai's 2022 COVID lockdown, volunteers developed an AI antigen bot using Wechaty and PaddlePaddle to help community residents manage group purchases, forward messages, and ...

In article, May 20, 2022

summer-code

Summer of Code - IM Message Aggregation

A Summer of Code project to aggregate messages from different IM applications (WeChat, WeCom, WhatsApp) and forward them at scheduled times to reduce information overload and improve ...

In project, Jun 05, 2022

puppet-whatsapp

Summer of Code - IM Message Aggregation

A Summer of Code project to aggregate messages from different IM applications (WeChat, WeCom, WhatsApp) and forward them at scheduled times to reduce information overload and improve ...

In project, Jun 05, 2022

gateway

Wechaty Gateway 使用教程

前言

In article, Jun 23, 2022

wechat4u

Wechaty Gateway 使用教程

前言

In article, Jun 23, 2022

wechaty-ui

Wechaty community meetup: Office Hour, Feb 22th, 2022

7月22日,周五,社区在线上举办了一个 Office Hour 的视频会议,由 @Huan,@wj-Mcat,@Leo_chen 共同讨论了一下社区中一些新项目的进展,并且相互提出了一些建议。

In talk, Jul 22, 2022

puppet-wechat

免费UOS协议快速接入可视化配置面板

经历过UOS web协议的重放荣光,又经过一段时间的封禁,又有大神把UOS web协议救回来了。免费的快乐又重新回来了,不是吗?

In talk, Jul 26, 2022

backend

Practice of Implementing a University Admission Assistant Based on Wechaty

A bot that intelligently recognizes keywords and automatically replies with admission information, implemented based on Wechaty and Node.js for university recruitment promotion.

In article, Sep 27, 2022

university-admission

Practice of Implementing a University Admission Assistant Based on Wechaty

A bot that intelligently recognizes keywords and automatically replies with admission information, implemented based on Wechaty and Node.js for university recruitment promotion.

In article, Sep 27, 2022

后端

高校招生

chatgpt

Deploying Private ChatGPT with Wechaty and LangChain

Building a private GPT chatbot on WeChat using Wechaty and LangChain with Pinecone vector database for document embedding and intelligent Q&A capabilities.

In article, Jul 07, 2023

Haoshiyou Bot Upgraded to WeCom with ChatGPT Integration

Upgrading Haoshiyou roommate-finding bot from personal WeChat to WeCom (WeChat Work) for better stability, featuring ChatGPT integration and deployment solutions for China network res...

In article, May 21, 2023

5分钟把ChatGPT装进微信里

基于wechaty创建一个自己的ChatGPT机器人

In article, Dec 07, 2022

workpro

Wechaty + LLM Empowering Grassroots Community Autonomy

When neighborhood committees meet Wechaty + large language models - a digital social worker assistant using AI to help community workers manage 198 policy documents and generate activ...

In article, Nov 21, 2023

Wechaty Puppet Service WorkPro Migration Guide

Migration guide for Node Wechaty users upgrading to WorkPro puppet service, including version compatibility, code changes, token migration, and important configuration notes for TLS a...

In tutorial, Jan 18, 2023

Wechaty Puppet Service WorkPro Release Announcement

After long-term preparation and development, WorkPro, the successor to WxWork, officially enters beta testing as a new Wechaty Puppet Service! Free 7-day trial tokens available, with ...

In announcement, Dec 23, 2022

wxkf

Announcing Wechaty Puppet WXKF

We are excited to introduce wechaty-puppet-wxkf, a new, fully open-source puppet based on the official WeChat Customer Service API. This puppet runs locally, does not depend on extern...

In announcement, Apr 23, 2023

haoshiyou

Haoshiyou Bot Upgraded to WeCom with ChatGPT Integration

Upgrading Haoshiyou roommate-finding bot from personal WeChat to WeCom (WeChat Work) for better stability, featuring ChatGPT integration and deployment solutions for China network res...

In article, May 21, 2023

bayarea

Haoshiyou Bot Upgraded to WeCom with ChatGPT Integration

Upgrading Haoshiyou roommate-finding bot from personal WeChat to WeCom (WeChat Work) for better stability, featuring ChatGPT integration and deployment solutions for China network res...

In article, May 21, 2023

llm

Breaking the Reverse Engineering Barrier: How LLMs and Frida Are Revolutionizing WeChat Analysis

A deep dive into building an AI-powered reverse engineering agent that automatically locates and hooks WeChat’s message handling functions

In article, Aug 12, 2025

Wechaty + LLM Empowering Grassroots Community Autonomy

When neighborhood committees meet Wechaty + large language models - a digital social worker assistant using AI to help community workers manage 198 policy documents and generate activ...

In article, Nov 21, 2023

Community meeting: generate Wechaty code with LLM & FLAML

FLAML (Fast Library for Automated Machine Learning, https://github.com/microsoft/FLAML) is a lightweight Python library for efficient automation of machine learning and AI operations,...

In event, Jun 22, 2023

code-generation

Community meeting: generate Wechaty code with LLM & FLAML

FLAML (Fast Library for Automated Machine Learning, https://github.com/microsoft/FLAML) is a lightweight Python library for efficient automation of machine learning and AI operations,...

In event, Jun 22, 2023

langchain

Deploying Private ChatGPT with Wechaty and LangChain

Building a private GPT chatbot on WeChat using Wechaty and LangChain with Pinecone vector database for document embedding and intelligent Q&A capabilities.

In article, Jul 07, 2023

agent

Breaking the Reverse Engineering Barrier: How LLMs and Frida Are Revolutionizing WeChat Analysis

A deep dive into building an AI-powered reverse engineering agent that automatically locates and hooks WeChat’s message handling functions

In article, Aug 12, 2025

Wechaty + LLM Empowering Grassroots Community Autonomy

When neighborhood committees meet Wechaty + large language models - a digital social worker assistant using AI to help community workers manage 198 policy documents and generate activ...

In article, Nov 21, 2023

Game-Copilot Assists Game Studios with Brainstorming

This post is also available in Chinese

In article, Oct 24, 2023

gifts

Unveiling the Treasures of Collaboration: My Wechaty GSoD'21 Gifts

Hello, friends and fellow tech enthusiasts!

In gsod, Feb 18, 2024

dify

Building an Intelligent Medical WeChat Bot with Dify, GPT-4 Turbo, and Wechaty

Building an intelligent medical follow-up and health education WeChat bot using Dify's GPT-4 Turbo Agent platform and Wechaty, featuring conversation context management and knowledge ...

In article, Mar 30, 2024

gpt4-turbo

Building an Intelligent Medical WeChat Bot with Dify, GPT-4 Turbo, and Wechaty

Building an intelligent medical follow-up and health education WeChat bot using Dify's GPT-4 Turbo Agent platform and Wechaty, featuring conversation context management and knowledge ...

In article, Mar 30, 2024

cloud-native

🚀 What's the Best Transport for an Event-Driven Architecture: WebSocket or SSE + POST?

As the creator of the Wechaty and Chatie projects, I’ve spent years building conversational and messaging tools for developers. Now, I’m investing in a new phase of cloud-native, even...

In event, Apr 04, 2025

law

All Interfaces Are Becoming Conversational

Huan's Law: 'Any app that can be talked to, will be talked to.' Explore the future of voice-first and conversational apps, where talking to technology becomes the norm.

In announcement, Apr 15, 2025

architecture

Breaking the Reverse Engineering Barrier: How LLMs and Frida Are Revolutionizing WeChat Analysis

A deep dive into building an AI-powered reverse engineering agent that automatically locates and hooks WeChat’s message handling functions

In article, Aug 12, 2025

ricky

frida

Breaking the Reverse Engineering Barrier: How LLMs and Frida Are Revolutionizing WeChat Analysis

A deep dive into building an AI-powered reverse engineering agent that automatically locates and hooks WeChat’s message handling functions

In article, Aug 12, 2025

google-cloud

Google Cloud Authentication — The Divio-Style Field Guide for Senior Full‑Stack Devs

A practical, copy‑pastable guide that untangles identities, credentials, tokens, ADC, OAuth 2.0, API keys, service accounts, impersonation, and Workload Identity Federation — organise...

In guide, Sep 12, 2025

authentication

Google Cloud Authentication — The Divio-Style Field Guide for Senior Full‑Stack Devs

A practical, copy‑pastable guide that untangles identities, credentials, tokens, ADC, OAuth 2.0, API keys, service accounts, impersonation, and Workload Identity Federation — organise...

In guide, Sep 12, 2025

adc

Google Cloud Authentication — The Divio-Style Field Guide for Senior Full‑Stack Devs

A practical, copy‑pastable guide that untangles identities, credentials, tokens, ADC, OAuth 2.0, API keys, service accounts, impersonation, and Workload Identity Federation — organise...

In guide, Sep 12, 2025

oauth2

Google Cloud Authentication — The Divio-Style Field Guide for Senior Full‑Stack Devs

A practical, copy‑pastable guide that untangles identities, credentials, tokens, ADC, OAuth 2.0, API keys, service accounts, impersonation, and Workload Identity Federation — organise...

In guide, Sep 12, 2025

service-accounts

Google Cloud Authentication — The Divio-Style Field Guide for Senior Full‑Stack Devs

A practical, copy‑pastable guide that untangles identities, credentials, tokens, ADC, OAuth 2.0, API keys, service accounts, impersonation, and Workload Identity Federation — organise...

In guide, Sep 12, 2025

impersonation

Google Cloud Authentication — The Divio-Style Field Guide for Senior Full‑Stack Devs

A practical, copy‑pastable guide that untangles identities, credentials, tokens, ADC, OAuth 2.0, API keys, service accounts, impersonation, and Workload Identity Federation — organise...

In guide, Sep 12, 2025

workload-identity-federation

📚 PreAngel Two-Stage Deployment Playbook — Firebase App Hosting × Google Cloud Run (v4)

Purpose: Present PreAngel’s current best-practice two-stage deployment model — powered by GitHub Actions, Cloud Run, Artifact Registry, and Workload Identity Federation (WIF). This ve...

In guide, Oct 13, 2025

Google Cloud Authentication — The Divio-Style Field Guide for Senior Full‑Stack Devs

A practical, copy‑pastable guide that untangles identities, credentials, tokens, ADC, OAuth 2.0, API keys, service accounts, impersonation, and Workload Identity Federation — organise...

In guide, Sep 12, 2025

security

Google Cloud Authentication — The Divio-Style Field Guide for Senior Full‑Stack Devs

A practical, copy‑pastable guide that untangles identities, credentials, tokens, ADC, OAuth 2.0, API keys, service accounts, impersonation, and Workload Identity Federation — organise...

In guide, Sep 12, 2025

deployment

📚 PreAngel Two-Stage Deployment Playbook — Firebase App Hosting × Google Cloud Run (v4)

Purpose: Present PreAngel’s current best-practice two-stage deployment model — powered by GitHub Actions, Cloud Run, Artifact Registry, and Workload Identity Federation (WIF). This ve...

In guide, Oct 13, 2025

firebase

📚 PreAngel Two-Stage Deployment Playbook — Firebase App Hosting × Google Cloud Run (v4)

Purpose: Present PreAngel’s current best-practice two-stage deployment model — powered by GitHub Actions, Cloud Run, Artifact Registry, and Workload Identity Federation (WIF). This ve...

In guide, Oct 13, 2025

cloudrun

📚 PreAngel Two-Stage Deployment Playbook — Firebase App Hosting × Google Cloud Run (v4)

Purpose: Present PreAngel’s current best-practice two-stage deployment model — powered by GitHub Actions, Cloud Run, Artifact Registry, and Workload Identity Federation (WIF). This ve...

In guide, Oct 13, 2025

github-actions

📚 PreAngel Two-Stage Deployment Playbook — Firebase App Hosting × Google Cloud Run (v4)

Purpose: Present PreAngel’s current best-practice two-stage deployment model — powered by GitHub Actions, Cloud Run, Artifact Registry, and Workload Identity Federation (WIF). This ve...

In guide, Oct 13, 2025

iam

📚 PreAngel Two-Stage Deployment Playbook — Firebase App Hosting × Google Cloud Run (v4)

Purpose: Present PreAngel’s current best-practice two-stage deployment model — powered by GitHub Actions, Cloud Run, Artifact Registry, and Workload Identity Federation (WIF). This ve...

In guide, Oct 13, 2025

Featured