Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a full Wechaty interface with HA #11

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

huan
Copy link
Member

@huan huan commented Oct 14, 2021

The Goal

class HAWechaty implements Wechaty {
  // ...
}
  1. Full-API: HAWechaty will have all the API interface that Wechaty has
  2. Deduplicate: HAWechaty will deduplicate the received message when more than one bot receive one same message
  3. Round Robin Load Balancing: HAWechaty will pick one available bot to send messages

Related issues

@huan huan added the enhancement New feature or request label Oct 14, 2021
@huan
Copy link
Member Author

huan commented Nov 9, 2021

Back working on this...

@CLAassistant
Copy link

CLAassistant commented Sep 19, 2023

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants