Coder Social home page Coder Social logo

bigbedbot-mirai-http's Introduction

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/

bigbedbot-mirai-http's People

Contributors

icer-abbit avatar m8nscape avatar mikezom avatar

Stargazers

 avatar

Watchers

 avatar  avatar

bigbedbot-mirai-http's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.