11 Star 100 Fork 30

程序员晚枫 / PyOfficeRobot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
009-批量加好友.py 640 Bytes
一键复制 编辑 原始数据 按行查看 历史
# -*- coding: UTF-8 -*-
'''
@作者 :B站/抖音/微博/小红书/公众号,都叫:程序员晚枫
@微信 :CoderWanFeng : https://mp.weixin.qq.com/s/8x7c9qiAneTsDJq9JnWLgA
@个人网站 :www.python-office.com
@Date :2023/4/27 21:19
@Description :
'''
"""
批量加好友,1行代码实现
"""
# pip install PyOfficeRobot>=0.1.5
import PyOfficeRobot
msg = "你好,我是程序员晚枫,全网同名。"
num_notes = {
# '微信号/手机号': '你给Ta的备注',
'hdylw1024': '公众号-程序员晚枫',
# 'CoderWanFeng': '小红书-晚枫',
}
PyOfficeRobot.friend.add(msg=msg, num_notes=num_notes)
Python
1
https://gitee.com/CoderWanFeng/PyOfficeRobot.git
git@gitee.com:CoderWanFeng/PyOfficeRobot.git
CoderWanFeng
PyOfficeRobot
PyOfficeRobot
main

搜索帮助