All Projects → wsdjeg → Vim Chat

wsdjeg / Vim Chat

💜 Chatting plugin for neovim and vim8

Projects that are alternatives of or similar to Vim Chat

Mojo Webqq
【重要通知:WebQQ将在2019年1月1日停止服务,此项目目前已停止维护,感谢大家四年来的一路陪伴】使用Perl语言(不会没关系)编写的smartqq/webqq客户端框架(非GUI),可通过插件提供基于HTTP协议的api接口供其他语言或系统调用
Stars: ✭ 1,755 (+269.47%)
Mutual labels:  bot, chat, qq
Mojo Weixin
使用Perl语言(不会没关系)编写的个人账号微信/weixin/wechat客户端框架(非GUI),可通过插件提供基于HTTP协议的api接口供其他语言或系统调用
Stars: ✭ 1,181 (+148.63%)
Mutual labels:  bot, chat, weixin
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 (-55.37%)
Mutual labels:  bot, weixin
Picqbotx
基于 CQHTTP 插件的 Java QQ 机器人类库
Stars: ✭ 218 (-54.11%)
Mutual labels:  bot, qq
chatRoom
从零开始实现一个聊天室客户端(用qt实现,在Windows和Linux环境下都行),和在Linux下实现服务器后台
Stars: ✭ 146 (-69.26%)
Mutual labels:  chat, qq
Wechat Bot
带二次开发接口的PC微信聊天机器人
Stars: ✭ 458 (-3.58%)
Mutual labels:  bot, weixin
Miraiandroid
QQ机器人 /(实验性)在Android上运行Mirai-console,支持插件
Stars: ✭ 188 (-60.42%)
Mutual labels:  bot, qq
YHThirdManager
一个快速、简单、易集成、扩展性好的社交化组件。摒弃友盟等三方库,使用原生SDK。支持微信支付、微信分享、微信登录、微信授权、QQ授权、QQ分享、QQ登录、新浪授权、新浪登录、新浪分享、微博评论、微博获取、支付宝支付。极大的减小了包体积;同时加入了自动管理提示框的功能
Stars: ✭ 41 (-91.37%)
Mutual labels:  weixin, qq
Python Mirai
以 OICQ(QQ) 协议驱动的高性能机器人开发框架 Mirai 的 Python 接口, 通过其提供的 `HTTP API` 与无头客户端(Mirai)交互.
Stars: ✭ 155 (-67.37%)
Mutual labels:  bot, qq
Dialogflow Web V2
Dialogflow Web Integration. Rich Components, Actions on Google and more
Stars: ✭ 307 (-35.37%)
Mutual labels:  bot, chat
Ocbarrage
iOS 弹幕库 OCBarrage, 同时渲染5000条弹幕也不卡, 轻量, 可拓展, 高度自定义动画, 超高性能, 简单易上手; A barrage render-engine with high performance for iOS. At the same time, rendering 5000 barrages is also very smooth, lightweight, scalable, highly custom animation, ultra high performance, simple and easy to use!
Stars: ✭ 294 (-38.11%)
Mutual labels:  qq, weixin
Nonebot2
跨平台Python异步机器人框架
Stars: ✭ 344 (-27.58%)
Mutual labels:  bot, qq
Telebot
Write Telegram bots in Rust with Tokio and Futures
Stars: ✭ 179 (-62.32%)
Mutual labels:  bot, chat
Aiocqhttp
A Python SDK with async I/O for CQHTTP.
Stars: ✭ 162 (-65.89%)
Mutual labels:  bot, qq
Venom
Venom is the most complete javascript library for Whatsapp, 100% Open Source.
Stars: ✭ 3,457 (+627.79%)
Mutual labels:  bot, chat
Spring Cq
新框架 https://github.com/ProtobufBot/ProtobufBot 。这是一个spring boot starter。基于SpringBoot的QQ机器人框架,demo分支是例子,jar分支是框架。
Stars: ✭ 161 (-66.11%)
Mutual labels:  bot, qq
Botui
🤖 A JavaScript framework to create conversational UIs
Stars: ✭ 2,607 (+448.84%)
Mutual labels:  bot, chat
Whaticket
A very simple Ticket System based on WhatsApp messages, that allow multi-users in same WhatsApp account.
Stars: ✭ 120 (-74.74%)
Mutual labels:  bot, chat
Groupbutler
This bot can help you in managing your group with rules, anti-flood, description, custom triggers, and much more!
Stars: ✭ 399 (-16%)
Mutual labels:  bot, chat
Hubot
A customizable life embetterment robot.
Stars: ✭ 16,047 (+3278.32%)
Mutual labels:  bot, chat

vim-chat

chat in neovim and vim8

Install

call dein#add('wsdjeg/vim-chat')

now you can chatting with me by call chat#chatting#OpenMsgWin(), insert /help for help message;

微信及QQ聊天

依赖

  • mojo-webqqmojo-weixin:用于将QQ及微信协议转换成irc协议
  • IRC 依赖模块: cpanm -v Mojo::IRC::Server::Chinese, 详见: irc.md
  • irssi: irc 聊天客户端
  • feh: 图片查看器,用于打开二维码
  • neovim: vim8 的异步存在问题,无法实现相应功能,故只能在neovim下使用
  • Linux: 目前仅在Linux下测试成功, Windows 下请直接使用QQ客户端

启动

首先启动 QQ 服务器 call chat#qq#start(), 然后会自动弹出一个二维码,手机扫描下就可以登录了。neovim 默认使用 Alt + x 打开/关闭聊天窗口。

效果图

Markdown

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