吴京京

吴京京 Follow

https://github.com/wj-Mcat

Committer of Python-Wechaty. NLP & Chatbot Researcher, a graduate student at Beijing University of Posts and Telecommunications.

活跃于开源社区,目前正努力学习Chatbot领域相关内容,致力于开发一款足够简单,足够智能,足够好用的Conversation AI Chatbot,让更多的开发者能够快速进入聊天机器人领域,从而逐步推动行业的发展。

本科就读于重庆理工大学,研究生就读北京邮电大学,对自然语言处理和面向任务型的聊天机器人方向感兴趣,同时也是python-wechaty的作者,热衷于Chatbot领域,并将持续投身此行业。

爱好唱歌,旅游,写代码。

happy to say hello to the world

love to see beautiful scenery

Contact me

Posts by 吴京京

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

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

In event, Oct 12, 2021

OSPP 2021 Project Status

临近OSPP2021项目最终审核,需要与各位导师确定一下项目的状态以及安排接下来两周的任务,故有了此次的线上会议。

In event, Jun 11, 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

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

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

Python-Wechaty Live Coding

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

In tutorial, Oct 26, 2020

Python Wechaty Beta Released: A Simple Bot

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

In announcement, Jun 17, 2020