摘要: from wxpy import *bot = Bot(cache_path=True)bot.file_helper.send("Hello world")groups = bot.groups()for group in groups: group.send("我出来逗比一下")# my_fri 阅读全文
posted @ 2018-09-12 22:23 wlgo2108 阅读(245) 评论(0) 推荐(0) 编辑
摘要: (暂时写一个标题,后续慢慢完善总结) 阅读全文
posted @ 2018-09-12 00:40 wlgo2108 阅读(40) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python# -*- coding: utf-8 -*-# @File : test.py# @Author: ou_gong# @Date : 2018/9/12# @Desc :"""一些生成器方法,生成随机数,手机号,以及连续数字等"""import rando 阅读全文
posted @ 2018-09-12 00:33 wlgo2108 阅读(773) 评论(0) 推荐(0) 编辑