Skip to content

User-friendly C++ lib to work with Foxogram API

License

Notifications You must be signed in to change notification settings

foxocorp/libfoxogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 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