A simple text based rulette bot for a Telegram chats.
- Install https://www.msys2.org/
- Run msys2 console
- Install next packages
pacman -S mingw-w64-x86_64-gcc
pacman -S mingw-w64-x86_64-cmake
pacman -S mingw-w64-x86_64-boost
- Clone repo:
$ git clone git@github.com:Pugnator/FagotronBot.git FagotronBot
- Recursive update submodules
$ git submodule update --init --recursive
- Create token.txt with your BOT_TOKEN
echo "YOUR_SECRET_TOKEN" > token.txt
- Run build.sh script
./build.sh