All Projects → soulmachine → weixinqunzhushou

soulmachine / weixinqunzhushou

Licence: Apache-2.0 License
微信群助手机器人

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to weixinqunzhushou

PAML
Personalizing Dialogue Agents via Meta-Learning
Stars: ✭ 114 (+776.92%)
Mutual labels:  chat-bot
saihubot
💬 client side chatbot that works in the browser and command line
Stars: ✭ 15 (+15.38%)
Mutual labels:  chat-bot
Monica
Chat Bot for finding places to eat.
Stars: ✭ 17 (+30.77%)
Mutual labels:  chat-bot
messenger
Laravel messenger. A full messenger suite for your new / existing laravel app! Private and group threads between multiple models, with real-time messaging, reactions, attachments, calling, chat bots, and more!
Stars: ✭ 194 (+1392.31%)
Mutual labels:  chat-bot
laravel-forge-bot
It is a chat bot for Telegram. It helps you manage your Laravel Forge servers and can send you deployment notifications.
Stars: ✭ 33 (+153.85%)
Mutual labels:  chat-bot
supibot
Multiplatform, utility & novelty chat bot.
Stars: ✭ 77 (+492.31%)
Mutual labels:  chat-bot
io
A Node.js based system for managing a stream, including a chat bot, overlays, stream note generation and more.
Stars: ✭ 22 (+69.23%)
Mutual labels:  chat-bot
music-id
🚀 Music ID for Twitch (TwitchMusicID) is a Chatbot which automatically identifies music in the background of Twitch Streams, VODs, and Clips.
Stars: ✭ 49 (+276.92%)
Mutual labels:  chat-bot
GitMessengerBot-Android
타입스크립트, V8 엔진의 자바스크립트, 파이썬 그리고 Git을 지원하는 최첨단 메신저 봇!
Stars: ✭ 51 (+292.31%)
Mutual labels:  chat-bot
gort
Gort is a chatbot framework designed from the ground up for chatops.
Stars: ✭ 381 (+2830.77%)
Mutual labels:  chat-bot
kbot
Twitch chat bot aiming to improve chat experience.
Stars: ✭ 27 (+107.69%)
Mutual labels:  chat-bot
nextcloud-talk-bot-framework
A framework for writing Nextcloud Talk chatbots with every language that supports gRPC.
Stars: ✭ 23 (+76.92%)
Mutual labels:  chat-bot
MajBot
Open source Java Chat Bot project.
Stars: ✭ 60 (+361.54%)
Mutual labels:  chat-bot
twurple
Interact with Twitch's API, chat and subscribe to events via PubSub and EventSub.
Stars: ✭ 479 (+3584.62%)
Mutual labels:  chat-bot
cogy
Cog commands from your Rails app
Stars: ✭ 20 (+53.85%)
Mutual labels:  chat-bot
Ehforwarderbot
An extensible message tunneling chat bot framework. Delivers messages to and from multiple platforms and remotely control your accounts.
Stars: ✭ 2,689 (+20584.62%)
Mutual labels:  chat-bot

weixinqunzhushou

微信群助手机器人

部署

确保 mongodb 能够连接得上,在Docker里localhost127.0.0.1指向的就是Docker容器本身,因此不能用了,要直接用 MongoDB的IP地址。

运行,

python3 main.py --host <mongodb_ip> --port <mongodb_port>

通过Docker运行,

docker run -it --rm -v $(pwd):/code/wxqzs -w /code/wxqzs soulmachine/itchat python3 main.py --host 0.tcp.ngrok.io --port 16960
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].