微信自动回复机器人
摘要:微信机器人 你可以使用itchat-uos 2017年后,新注册的微信基本登录不了网页版,itchat-uos版本利用统信UOS的网页版微信,可以让你绕过网页微信的登录限制。 你只需要执行下条命令便能复活itchat pip install itchat-uos 然后再import itchat就可
阅读全文
posted @
2021-11-22 15:00
zfj822
阅读(1056)
推荐(0)
MAC下产生sudo:command not found
摘要:是因为环境变量设置错误 1.在命令行中输入: export PATH=/usr/bin:/usr/sbin:/bin:/sbin:/usr/X11R6/bin 可以实现暂时的使用。 2.输入cd ~/ #进入当前用户的home目录 3.创建bash_profile 执行命令: touch .bash
阅读全文
posted @
2021-11-17 10:19
zfj822
阅读(2384)
推荐(0)