Skip to content

foxocorp/libfoxogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

foxogram-lib

Foxogram-lib is a user-friendly c++ lib to comfortably work with foxogram api.

Build

git clone https://github.com/Foxocorp/foxogram-lib
cd foxogram-lib
mkdir cmake-build
cd cmake-build 
cmake ..

Dependency

Build requirements

cmake (3.13+)

C++ 17 or newer standard (clang/g++/clang-cl/MSVC)

External Dependencies

OpenSSL For HTTPS and WSS

Optional Dependencies

Zlib (optional) to compress data

Included Dependencies

JSON (Getting and building with project) IXWebSocket to make http requests and connect to websockets