All Projects → chuanwu → Wechatbot

chuanwu / Wechatbot

A wechat bot implemented in Python.

Programming Languages

python
139335 projects - #7 most used programming language
python2
120 projects

Projects that are alternatives of or similar to Wechatbot

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 (+315.69%)
Mutual labels:  bot, chatops, wechat
Wechaty Getting Started
A Starter Project Template for Wechaty works out-of-the-box
Stars: ✭ 330 (+547.06%)
Mutual labels:  bot, wechat
Youxiang
获取淘宝优惠券、京东优惠券、拼多多(多多客)优惠券、苏宁易购优惠券、唯品会优惠券,通过接入淘宝联盟、京东联盟、拼多多(多多进宝)、苏宁联盟(苏宁推客)、唯品会及其对应的开放平台,获取优惠商品图片和对应商品信息,利用微信机器人推送到指定群聊。
Stars: ✭ 313 (+513.73%)
Mutual labels:  bot, wechat
Lcbot
Linux 中国 微信群机器人(已经停止维护)
Stars: ✭ 423 (+729.41%)
Mutual labels:  bot, wechat
Chatapi Wechat
Java版本微信聊天接口,使用网页微信API,让你能够开发自己的微信聊天机器人
Stars: ✭ 207 (+305.88%)
Mutual labels:  bot, wechat
Wechataddgrouphelper
微信加群助手
Stars: ✭ 218 (+327.45%)
Mutual labels:  bot, wechat
Poshbot
Powershell-based bot framework
Stars: ✭ 410 (+703.92%)
Mutual labels:  bot, chatops
Wechatbotengine
基于微信网页版 HTTP 协议的机器人引擎(含一些机器人)。WeChat bot engine based on WeChat HTTP protocol of WeChat Web Edition, several bots included.
Stars: ✭ 145 (+184.31%)
Mutual labels:  bot, wechat
Alertmanager Bot
Bot for Prometheus' Alertmanager
Stars: ✭ 473 (+827.45%)
Mutual labels:  bot, chatops
Slacker
Slack Bot Framework
Stars: ✭ 495 (+870.59%)
Mutual labels:  bot, chatops
Rboot
Rboot 是一个Go语言开发的一个简单、高效的 Chatops bot 框架
Stars: ✭ 50 (-1.96%)
Mutual labels:  bot, chatops
Flottbot
A chatbot framework written in Go. All configurations are made in YAML files, or inside scripts written in your favorite language.
Stars: ✭ 175 (+243.14%)
Mutual labels:  bot, chatops
Botkube
An app that helps you monitor your Kubernetes cluster, debug critical deployments & gives recommendations for standard practices
Stars: ✭ 804 (+1476.47%)
Mutual labels:  bot, chatops
Micromsg Bot
微信表情机器人
Stars: ✭ 230 (+350.98%)
Mutual labels:  bot, wechat
Magento Chatbot
Magento Chatbot Integration with Telegram, Messenger, Whatsapp, WeChat, Skype and wit.ai.
Stars: ✭ 149 (+192.16%)
Mutual labels:  bot, wechat
Wechatbotxposed
微信回复机器人,Xposed模块
Stars: ✭ 335 (+556.86%)
Mutual labels:  bot, wechat
Messaging Apis
Messaging APIs for multi-platform
Stars: ✭ 1,754 (+3339.22%)
Mutual labels:  bot, wechat
Wechat Admin
Wechat Management System
Stars: ✭ 1,716 (+3264.71%)
Mutual labels:  bot, wechat
Wechat Bot
带二次开发接口的PC微信聊天机器人
Stars: ✭ 458 (+798.04%)
Mutual labels:  bot, wechat
Wxbot
普通个人号 微信机器人/外挂
Stars: ✭ 778 (+1425.49%)
Mutual labels:  bot, wechat

========================= WechatBot

WechatBot is a wechat bot built for geeks.

=================== 0. 开始之前

目前的方案是,用户准备好微信账号之后,自行下载本项目,修改src/main.py中的handle_msg接口,部署到服务器,并把服务器地址告知我们。我们完成系统接入即可。

=====================

  1. 快速上手 =====================

在服务器上安装docker以及docker-compose之后,执行

.. code-block:: bash

   docker-compose up -d --build

该服务即成功运行于服务器的8080端口。

===================== 2. 项目说明

本项目仅供学习研究之用。请勿用于营销等特殊目的。

Good luck, have fun!

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].