• This repository has been archived on 22/Nov/2020
  • Stars
    star
    127
  • Rank 281,735 (Top 6 %)
  • Language
    C#
  • License
    MIT License
  • Created about 9 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

webQQ和web微信相关协议的.net实现

WebQQWeChat star this repo fork this repo license

这个项目是网页QQ网页微信相关协议的.net实现。基于此的一些功能组件。

主要模块介绍

1. WebQQ

移植于iqq webqq-core 在此对作者表示衷心的感谢
网页QQ协议的C#实现。项目作为类库相当于网页QQ的sdk,内置了茉莉图灵机器人,和可用于开发聊天机器人、消息推送、群自动管理等软件。项目作为控制台程序可用于演示使用流程 webqqcore-ubuntu

2. WebWeChat

网页微信协议主要参考了WeixinBot 在此对作者表示衷心的感谢
仿照WebQQCore的架构,网页微信协议的C#实现。项目作为类库相当于网页微信的sdk,项目作为控制台程序可用于演示使用流程
webwechat-win

开发环境

  1. Visual Studio 2017
  2. .NET Core 2.0.3