All Projects → qwIvan → Micromsg Bot

qwIvan / Micromsg Bot

微信表情机器人

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Micromsg Bot

Wechat Admin
Wechat Management System
Stars: ✭ 1,716 (+646.09%)
Mutual labels:  bot, flask, wechat
Messaging Apis
Messaging APIs for multi-platform
Stars: ✭ 1,754 (+662.61%)
Mutual labels:  bot, wechat
Wechat4u
微信 wechat web 网页版接口的 JavaScript 实现,兼容Node和浏览器,微信机器人
Stars: ✭ 1,431 (+522.17%)
Mutual labels:  bot, wechat
Tradingview Webhook Bot
⚙️ Send TradingView alerts to Telegram, Discord, Slack, Twitter and/or Email.
Stars: ✭ 135 (-41.3%)
Mutual labels:  bot, flask
Gxgk Wechat Server
校园微信公众号,使用 Python、Flask、Redis、MySQL、Celery [DEPRECATED]
Stars: ✭ 1,325 (+476.09%)
Mutual labels:  flask, wechat
Wechat Go
go version wechat web api and message framework for building wechat robot
Stars: ✭ 1,381 (+500.43%)
Mutual labels:  bot, wechat
Paperweekly forum
paperweekly's forum
Stars: ✭ 118 (-48.7%)
Mutual labels:  bot, wechat
Delbot
It understands your voice commands, searches news and knowledge sources, and summarizes and reads out content to you.
Stars: ✭ 191 (-16.96%)
Mutual labels:  bot, flask
Discord Soundbot
A Soundboard Bot for Discord
Stars: ✭ 148 (-35.65%)
Mutual labels:  bot, memes
Magento Chatbot
Magento Chatbot Integration with Telegram, Messenger, Whatsapp, WeChat, Skype and wit.ai.
Stars: ✭ 149 (-35.22%)
Mutual labels:  bot, wechat
Mojo Weixin
使用Perl语言(不会没关系)编写的个人账号微信/weixin/wechat客户端框架(非GUI),可通过插件提供基于HTTP协议的api接口供其他语言或系统调用
Stars: ✭ 1,181 (+413.48%)
Mutual labels:  bot, wechat
Sactive Bot
😈 An extensible chat bot framework. sactive-bot is an evolution of the open source hubot project. - https://www.shipengqi.top/sactive-bot .
Stars: ✭ 212 (-7.83%)
Mutual labels:  bot, wechat
Everydaywechat
微信助手:1.每日定时给好友(女友)发送定制消息。2.机器人自动回复好友。3.群助手功能(例如:查询垃圾分类、天气、日历、电影实时票房、快递物流、PM2.5等)
Stars: ✭ 8,688 (+3677.39%)
Mutual labels:  bot, wechat
Ggbot
一个用Go写的微信机器人
Stars: ✭ 103 (-55.22%)
Mutual labels:  bot, wechat
Wechatbot
A wechat bot implemented in Python.
Stars: ✭ 51 (-77.83%)
Mutual labels:  bot, wechat
Leavexchat Bot
Keep WeChat messages but leave WeChat. This Telegram bot is here to release you.
Stars: ✭ 32 (-86.09%)
Mutual labels:  bot, wechat
Wxbot
普通个人号 微信机器人/外挂
Stars: ✭ 778 (+238.26%)
Mutual labels:  bot, wechat
Pytelbot
A playful bot in telegram
Stars: ✭ 12 (-94.78%)
Mutual labels:  bot, memes
Wechatbotengine
基于微信网页版 HTTP 协议的机器人引擎(含一些机器人)。WeChat bot engine based on WeChat HTTP protocol of WeChat Web Edition, several bots included.
Stars: ✭ 145 (-36.96%)
Mutual labels:  bot, wechat
Chatapi Wechat
Java版本微信聊天接口,使用网页微信API,让你能够开发自己的微信聊天机器人
Stars: ✭ 207 (-10%)
Mutual labels:  bot, wechat

microMsg-bot

微信表情机器人

原理

  • 使用了 wxpy ,一个 Python 的微信机器人库
  • 表情利用了 doutula 的搜索接口
  • web 界面使用了 Flask,一个 Python的 HTTP 库
  • 浏览器端使用了 Socket.IO 来跟服务端通讯

使用方法

前往 bot.libivan.com,打开手机微信用摄像头扫描二维码登录。

登录后可以开启 [后缀发表情] 和 [被@回复表情] 两个功能。

后缀发表情

效果图:

效果图

效果图

被@回复表情

效果图:

效果图

效果图

加入斗图测试群

斗图群

挂机

网页版微信每次离线后,都要扫二维码才能重新登录,因此可以用服务器挂着账号来维持session。

在bot.libivan.com成功登录后打开chrome控制台可以看到如图所示的log: 图示

复制黄框内容,前往红线链接,在新打开的窗口控制台中粘贴进去执行,便可同时使用网页版微信和机器人。 图示

当网页版微信离线后只需要刷新页面或者重新执行代码便可脱离手机使用网页版微信。

部署

简易方式

docker run -p 80:80 qwivan/micromsg-bot

使用 docker volume

docker volume create mmbot
docker run -d --restart=always -p 80:80 -e KEY=YOUR_SECRET_KEY --name mmbot -v mmbot:/data qwivan/micromsg-bot
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].