Friday Bot is designed for serving the Wechaty community purpose.
Image: Five Dollar Friday
We are current DevOps the master branch from the repo to Heroku under the protection of GitHub Actions.
You can visit the staging system at http://friday.chatie.io/
- Refactoring Friday BOT with NestJS, Domain-driven Design (DDD), and CQRS, @huan, Feb 27, 2022
- CQRS Wechaty: An event-driven architecture wrapper for Wechaty that applies the CQS principle by using separate Query and Command messages to retrieve and modify the bot state, respectively.
Use NestJS to build the server.
- Layers in DDD microservices
- Effective Aggregate Design
- Domain-Application-Infrastructure Services pattern
- Do not use
import type {} from 'xxx'
to import a Injectable. Useimport {} from 'xxx'
instead to import the values. - Every
Handlers
,Commands
,Queries
classe must have aHandler
class because NestJS requires the decorator@{Command,Events,Query}Handler()
to register those classes. You will get errorTypeError: Cannot read properties of undefined (reading 'id') at EventBus.defaultGetEventId [as getEventId]
if you forget to register the handler class.
- ES Module support
Gitter.im synced with WeChat rooms!
- Start using wechaty-puppet-gitter to sync message between puppets.
- The first version that managing two Wechaty bots together!
- Start using wechaty-puppet-official-account
- Fully powered by Wechaty Vorpal and Wechaty Vorpal Contrib commands!
- Restructure directories & source code files
- Add Dockerfile so that we can deploy Friday.BOT with the power of Docker!
- Fully powered by Wechaty Plugins! See: wechaty-plugin-contrib
- Restructure directories & source code files
Basic functions like:
- Room Inviter (by ...)
- Vote Out (by @windmemory)
- Crontab (by @qhduan)
- etc.
Friday Bot initialized by BOT5.Club members.
- Huan (李卓桓) Creator of Wechaty, Tencent TVP of Chatbot, zixia@zixia.net
- Rui (李佳芮) Co-creator of Wechaty, Founder & CEO of JuziBot
- Yuan (高原) Co-founder & CTO of JuziBot
- Hua (段清华) Founder & CTO of KDF.ai
See: https://github.com/orgs/wechaty/teams/chairs/members
- Google Cloud credits are provided for this project. #GeminiSprint
- Code & Docs © 2019-now Wechaty Contributors
- Code released under the Apache-2.0 License
- Docs released under Creative Commons