wxBot
wxBot copied to clipboard
Python网页微信API
替代wxBot项目, ntchat来了, https://github.com/smallevilbeast/ntchat
可以尝试用 2to3 搞定。 [将Python2.x代码通过“2to3.py“转换成Python3.x代码](https://blog.csdn.net/weixin_51236892/article/details/121212979) 可以参考下 CSDN 的这篇博客~
[ERROR] Web WeChat run failed --> 'ascii' codec can't encode characters in position 31-54: ordinal not in range(128)
There is a small typo in wxbot.py. Should read `scanned` rather than `scaned`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md
from bs4 import BeautifulSoup import requests import os os.makedirs('./img/', exist_ok=True) URL = "http://www.nationalgeographic.com.cn/animals/" html = requests.get(URL).text soup = BeautifulSoup(html, 'lxml') img_li = soup.find_all('li', {"class": "mod_w"}) for li in img_li: imgs...
你好 作者,有兴趣可以联系我微信LoChaX,我们提供API底层,你负责功能开源,我们可以合作搞些技术开源的东西,有兴趣我们可以沟通一下如何更好为开源社区的技术们提供一些便捷的功能,这是我们技术文档 https://docs.wkteam.cn ,有意愿可以沟通下~
请问现在还可以用吗
[info] start to process message 之后半小时就没往下走了,是什么原因
这个问题可能有点弱智,不过我这里可能就是搞错了什么 我环境是python3.7的,库是通过pip安装的