- ☑ 开通菠菜
 - ☑ 余额
 - ☑ 开箱
 - ☑ 开启关闭
 - ☑ 帮助
 - ☑ !roll
 - ☑ 禁烟
 - ☑ 天气
 - ☑ 吃什么
 - ☑ 玩什么
 - ☑ 抽卡
 - ☑ 摇号
 - ☐ 活动开箱
 - ☐ 今天天气
 - ☐ 快递查询
 
- C++17 compatible compiler (tested on g++ 10.2.0)
 - CMake 3.8
 - libcurl
 - Boost (for http)
 - sqlite3
 
Installing dependencies on Windows
vcpkg install curl:x64-windows
vcpkg install boost:x64-windows-static
vcpkg install sqlite3:x64-windowsgit clone https://github.com/yaasdf/bigbedbot-mirai-http
git submodule update --init --recursiveLinux
mkdir build
cmake -S . -B build/Release -DCMAKE_BUILD_TYPE=Release
cmake --build build/ReleaseNow support debugging with console
mkdir build
cmake -S . -B build/Debug -DCMAKE_BUILD_TYPE=Debug
cmake --build build/Debugmkdir -p ~/mirai-console/bbb/config
cp default/* ~/mirai-console/bbb/config
cp build/Release/bbb ~/mirai-console/bbb/