!!!DISCONTINUED, USE AT YOUR OWN RISK!!!
VK based bot on C++
First of all, we need to install a lot of packages.
If you want to build bot without python3, then don't install python3-dev and libbost-python-dev for ubuntu/debian, and python and boost for rach linux.
For install on Ubuntu/Debian:
sudo apt update
sudo apt install git gcc g++ make libcurl4-openssl-dev libboost-python-dev python3-dev
For install on Rach Linux:
pacman -Syu
pacman -S git gcc make curl boost python
git clone https://github.com/tyabus/vk-cpp-bot-lite
cd ./vk-cpp-bot-lite
make
after the first launch configure bot in config.json