This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| # coding: utf-8 | |
| “”“ | |
| 这个脚本会自动获取所有用户,包括群聊中的非好友群成员,然后排重,再获取 puid,最后把本次新增和没用到的 puid 和对应用户名称标出来。 | |
| 可在每次增减结果中检查是否有重复的用户,如果有,则表示该用户的 puid 标记不准确。 | |
| ”“” | |
| import logging |