Skip to content
This repository has been archived by the owner on Jun 21, 2021. It is now read-only.

Bokjan/DiaoBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiaoBot

Group Bot (群机器人) framework for Wework (企业微信). Linux only (tested on tlinux 2.2).

Prerequisites

  • CMake 3.1 +
  • C++ compiler with C++11 support
  • OpenSSL (libcrypto)
  • libcurl
  • RapidJSON

Build

Run build.sh

Architecture

Framework contains libdiaobot (library) and diaobotd (executable). Your logic should be implemented in several dynamic-link libraries, and diaobotd will load them. See Sample for hints.

Run

diaobotd, libdiaobot.so and a config file (for example, sample.conf in Dist) are the minimum requirements. To run your code, add your own .sos into config file.

About

Group bot framework for Tencent WoolBoys

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published