diff --git a/jekyll/_contributors/zzzyer.md b/jekyll/_contributors/zzzyer.md new file mode 100644 index 00000000000..6bffaa5dc6b --- /dev/null +++ b/jekyll/_contributors/zzzyer.md @@ -0,0 +1,16 @@ +--- +name: zzzyer +site: https://github.com/zzzyer +avatar: /assets/contributors/zzzyer/avatar.webp +bio: I want to be a professional Front End Engineer! +email: 906012317@qq.com +--- + +开源社区萌新一枚,对前端开发比较有兴趣,希望能够对社区做出自己的贡献😊,冲鸭💪. + +爱好:写代码⌨、看综艺📺 + +## Contact me + +- Github: +- Email:<906012317@qq.com> diff --git a/jekyll/_posts/2021-07-17-ospp-plan-wechaty-puppet-oa.md b/jekyll/_posts/2021-07-17-ospp-plan-wechaty-puppet-oa.md new file mode 100644 index 00000000000..3a24bedfc1f --- /dev/null +++ b/jekyll/_posts/2021-07-17-ospp-plan-wechaty-puppet-oa.md @@ -0,0 +1,74 @@ +--- +title: "OSPP 2021-期初报告-基于 Wechaty Puppet Official Account 项目的用户与消息等基础功能的完善" +author: zzzyer +categories: + - project + - ospp +image: /assets/2021/07-ospp-plan-wechaty-puppet-oa/wechaty-puppet-official-account.webp +tags: + - puppet + - summer-of-wechaty + - summer-2021 + - ecosystem + - ospp + - ospp-2021 + - plan +--- + +> Author:[@zzzyer](https://github.com/zzzyer) + +## 暑期2021 + +“开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动。 +旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。 +根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2021”活动奖金和奖杯。 +官网:[https://summer.iscas.ac.cn/](https://summer.iscas.ac.cn/) + +本项目 [基于 Wechaty Puppet Official Account 项目的用户与消息等基础功能的完善] 系 暑期2021 支持的开源项目。 + +## 项目介绍 + +- 项目名称:基于 Wechaty Puppet Official Account 项目的用户与消息等基础功能的完善 +- 导师:吴京京 +- 学生:zzzyer +- 模块列表 + - [ ] 文本消息收发模块 + - [ ] 图片消息收发模块 + - [ ] 推送事件 +- 项目链接:[https://github.com/wechaty/summer-of-wechaty/issues/82](https://github.com/wechaty/summer-of-wechaty/issues/82) + +## 需求介绍 + +- 申请开发专用测试公众账号 + +- 架设 [wechaty-puppet-official-account](https://github.com/wechaty/wechaty-puppet-official-account/) 并可以进行微信公众账号的正常文本消息收发 + +- 对 Wechaty Puppet Official Account 的功能进行试用,分析其当前的功能,然后列出需要完善的功能列表,以及欠缺的功能列表,并作出开发计划。 + +在初期开发中,能够实现图片消息的接收和发送,即可完成原型验证 POC。 + +## 项目开发时间计划 + +### 时间:2021.07.01-2021.07.21 + +- 申请微信公众平台测试账号 + +- 阅读Wechaty Puppet Official Account代码 + +- 成功运行Wechaty Puppet Official Account相关样例(ding-dong-bot) + +- 与导师讨论得出要开发的功能模块 + +### 时间:2021.07.21-2021.08.15 + +- 完成文本消息收发的功能完善 + +- 完成图片消息的简单收发 + +### 时间:2021.08.15-2021.09.15 + +- 完善中期开发之前的功能模块 + +- 优化代码结构 + +- 如有时间,可与导师商定对功能进行扩展 diff --git a/jekyll/assets/2021/07-ospp-plan-wechaty-puppet-oa/wechaty-puppet-official-account.webp b/jekyll/assets/2021/07-ospp-plan-wechaty-puppet-oa/wechaty-puppet-official-account.webp new file mode 100644 index 00000000000..ca2428a7300 Binary files /dev/null and b/jekyll/assets/2021/07-ospp-plan-wechaty-puppet-oa/wechaty-puppet-official-account.webp differ diff --git a/jekyll/assets/contributors/zzzyer/avatar.webp b/jekyll/assets/contributors/zzzyer/avatar.webp new file mode 100644 index 00000000000..5493ed2ed27 Binary files /dev/null and b/jekyll/assets/contributors/zzzyer/avatar.webp differ