Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

m8nscape/bigbedbot-mirai-http

Repository files navigation

Progress

  • ☑ 开通菠菜
  • ☑ 余额
  • ☑ 开箱
  • ☑ 开启关闭
  • ☑ 帮助
  • ☑ !roll
  • ☑ 禁烟
  • ☑ 天气
  • ☑ 吃什么
  • ☑ 玩什么
  • ☑ 抽卡
  • ☑ 摇号
  • ☐ 活动开箱
  • ☐ 今天天气
  • ☐ 快递查询

Dependencies

  • 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

Fetch

git clone https://github.com/yaasdf/bigbedbot-mirai-http
git submodule update --init --recursive

Build

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

Install

mkdir -p ~/mirai-console/bbb/config
cp default/* ~/mirai-console/bbb/config
cp build/Release/bbb ~/mirai-console/bbb/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •