微信机器人相信很多人在群里见过,大部分是基于itchat开发的,今天就用基于 itchat 的wxpy 将你的微信好友头像拼接成一张图片。
安装 wxpy
直接pip install wxpy 即可。1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21λ wxpy -h
usage: wxpy [-h] [-c] [-q width] [-l level] [-s shell] [-v] [bot [bot ...]]
Run a wxpy-ready python console.
positional arguments:
bot One or more variable name(s) for bot(s) to init
(default: None).
optional arguments:
-h, --help show this help message and exit
-c, --cache Cache session(s) for a short time, or load session(s)
from cache (default: disabled).
-q width, --console_qr width
The width for console_qr (default: None).
-l level, --logging_level level
Logging level (default: INFO).
-s shell, --shell shell
Specify which shell to use: ipython, bpython, or
python (default: the first available).
-v, --version Show version and exit.
源码
1 | # -*- coding: utf-8 -*- |
使用
python wechat.py
将会弹出二维码,打开微信扫描登录,如果你的好友过千的话需要等待一段时间。
1 | Login successfully as 风吹麦浪 |
效果
最后生成了所有好友的微信头像拼图,我的好友才100多人,所以生成的头像还能看清,如果有几千好友的话头像会很小,需要放大才能看到。
所有好友的微信头像都下载到本地了。
赶紧发条朋友圈去装逼吧,哈哈。
如果你不会代码的话,我生成了一个EXE文件,只需要在电脑双击执行这个EXE就能自动拼图了。
关注本公众号,回复 微信拼图 获取EXE下载链接,暂时只支持windows系统。