项目作者: tastytea

项目描述 :
soupbot is a soup-recommending bot for Mastodon. [mirror]
高级语言: C++
项目地址: git://github.com/tastytea/soupbot.git
创建时间: 2018-01-22T03:12:09Z
项目社区:https://github.com/tastytea/soupbot

开源协议:GNU General Public License v3.0

下载


soupbot is a soup-recommending bot for Mastodon.

Install

Dependencies

  • Tested OS: Linux
  • C++ compiler (tested: gcc 9)
  • cmake (tested: 3.16)
  • boost (tested: 1.72)
  • mastodonpp (at least: 0.5.5)

Get sourcecode

Development version

  1. git clone https://schlomp.space/tastytea/soupbot.git

Compile

  1. mkdir build
  2. cd build/
  3. cmake ..
  4. make

cmake options:

  • -DCMAKE_BUILD_TYPE=Debug for a debug build

Install with make install.

Usage

Copy ingredients.json to ~/.config/soupbot/ingredients.json.

You will need a pre-generated authentication code.

Copyright

  1. Copyright © 2018, 2019, 2020 tastytea <tastytea@tastytea.de>.
  2. License GPLv3: GNU GPL version 3 <https://www.gnu.org/licenses/gpl-3.0.html>.
  3. This program comes with ABSOLUTELY NO WARRANTY. This is free software,
  4. and you are welcome to redistribute it under certain conditions.