- ☑ 开通菠菜
- ☑ 余额
- ☑ 开箱
- ☑ 开启关闭
- ☑ 帮助
- ☑ !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-windows
git clone https://github.com/yaasdf/bigbedbot-mirai-http
git submodule update --init --recursive
Linux
mkdir build
cmake -S . -B build/Release -DCMAKE_BUILD_TYPE=Release
cmake --build build/Release
Now support debugging with console
mkdir build
cmake -S . -B build/Debug -DCMAKE_BUILD_TYPE=Debug
cmake --build build/Debug
mkdir -p ~/mirai-console/bbb/config
cp default/* ~/mirai-console/bbb/config
cp build/Release/bbb ~/mirai-console/bbb/