python-wechaty icon indicating copy to clipboard operation
python-wechaty copied to clipboard

Python Wechaty is a Conversational RPA SDK for Chatbot Makers written in Python

Results 160 python-wechaty issues
Sort by recently updated
recently updated
newest added

the new function can send a message when i use it.such as i use the flask build a get port,https://****/sendmessage,when i request the port ,the bot can send a message...

## Introduction There is a great repo: [EverydayWechat](https://github.com/sfyc23/EverydayWechat) which maintains many funny functions for developer, eg: * 天气信息: * SOJSON:https://www.sojson.com/blog/305.html * RollToolsApi:[获取特定城市今日天气](https://github.com/MZCretin/RollToolsApi#%E8%8E%B7%E5%8F%96%E7%89%B9%E5%AE%9A%E5%9F%8E%E5%B8%82%E4%BB%8A%E6%97%A5%E5%A4%A9%E6%B0%94) * 每日一句: * ONE ● 一个: http://wufazhuce.com/ *...

🔥 enhancement

## requirements * token type(web protocol, padlocal) [required] * version of python-wechaty [0.8.66] * version of wechaty docker image [latest] ## Describe your problem 之前一直都是好好的,大概从昨天开始,发现,使用FileBox.from_url(),不能发送网络图片了。from_file还能用。 ## Reproduce your problem ```python...

🐛 bug

## requirements * token type: padlocal * version of python-wechaty ``` 21:30:03 › pip freeze|grep wechat wechaty==0.8.63 wechaty-grpc==0.20.19 wechaty-puppet==0.4.21 wechaty-puppet-service==0.8.10 ``` * version of wechaty docker image: 0.65 ## Describe...

🐛 bug

## requirements * token type:padlocal docker 0.65 * version of python-wechaty :0.8.62 ## Plugins cannot get self.name ``` File "/home/bigbrother666/CommunityAssistant/run.py", line 22, in TrainingPlugin(), File "/home/bigbrother666/CommunityAssistant/antigen_bot/plugins/training.py", line 28, in __init__...

🐛 bug

## requirements * token type: padlocal * version of python-wechaty:latest * version of wechaty docker image:0.65 ## Describe your problem > A clear and concise description of what the bug...

🐛 bug

之前的测试号用的一个没加什么群的测试号。代码里面写的关键字回复、拉群全都正常。因为好友上限的限制,换了一个大号。大号加的群较多,控制面板上一直在刷监听到的聊天信息。导致有些关键字没能触发机器人的行为。或者只触发了一半。也没报错。不知道大家有没有遇到这个问题。 等信息较少时发关键字一般能触发。有时候就需要发多次才能触发一次。这种情况也不是机器人掉线了。但是定位不到原因在哪。或者有没有办法不监听群信息,可以控制变量试一下效果。

2022-07-10 11:05:33,342 - Wechaty - INFO - init_puppet_event_bridge() 2022-07-10 11:05:33,342 - Wechaty - INFO - initPuppetEventBridge() puppet.on(dong) (listenerCount:1) registering... 2022-07-10 11:05:33,342 - Wechaty - INFO - initPuppetEventBridge() puppet.on(error) (listenerCount:1) registering......

代码是按照教程里main复制的,但是触发以后会出现下面的报错。 希望有大神可以帮忙参考一下

🐛 bug

There is a bug in pysilk converting silk to wav, it is recommended to use pilk, first convert silk to pcm, and then use ffmepg to convert to wav format