自动匹配条件邀请进群
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 422
- Forks
- 117
- PR merge metrics
- No merged PRs in 30d
Description
预期动作
自动根据添加机器人好友的微信用户的属性,主动发送加群邀请,预期的条件可能有:
- 性别,如将性别表示为“女”的用户拉到一个群
- 城市,如根据城市拉到不同的城市群
- 年龄,如判断年龄处于上学阶段,拉到学生群
当前动作
无
可能的解决方案
读取加好友的用户属性,如果不可行,则忽略。
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue concerns the Python bot's friend-add event and access to WeChat user attributes; no files or tests are named. Start by locating the friend-add handling and group-invitation logic, then verify whether gender, city, and age are available. Done means supported attributes trigger the configured group invitation and unavailable attributes are ignored.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 20/100