LCTT / LCTT/LCBot

自动匹配条件邀请进群

Open
#15 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
422
Forks
117
PR merge metrics
No merged PRs in 30d

Description

预期动作

自动根据添加机器人好友的微信用户的属性,主动发送加群邀请,预期的条件可能有:

  • 性别,如将性别表示为“女”的用户拉到一个群
  • 城市,如根据城市拉到不同的城市群
  • 年龄,如判断年龄处于上学阶段,拉到学生群

当前动作

可能的解决方案

读取加好友的用户属性,如果不可行,则忽略。

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.