Skip to content

OTCv8/otcv8botserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Websocket bot server for otclientv8

Version: 1.1

Requirements:

Compilation

g++ main.cpp -std=c++17 -Ofast uWebSockets/uSockets/uSockets.a -IuWebSockets/src -IuWebSockets/uSockets/src -lz -lpthread -o botserver

Using it

If you want to use your bot server in bot, before calling BotServer.init set BotServer.url, for example:

BotServer.url = "ws://127.0.0.1:8000/"
BotServer.init(name(), "test_channel")

About

Websocket bot server for otclientv8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages