soupbot is a soup-recommending bot for Mastodon.
Go to file
tastytea 57e391d605
Updated documentation.
2019-04-21 16:42:28 +02:00
src Updated documentation. 2019-04-21 16:42:28 +02:00
.gitignore initial commit 2018-01-22 03:01:32 +01:00
CMakeLists.txt De-hashtagged soup 2018-06-20 17:22:15 +02:00
LICENSE initial commit 2018-01-22 03:01:32 +01:00
README.md Updated documentation. 2019-04-21 16:42:28 +02:00
ingredients.json fixed ingredient list 2018-03-01 16:40:21 +01:00

README.md

soupbot is a soup-recommending bot for Mastodon.

Install

Dependencies

  • Tested OS: Linux
  • C++ compiler (tested: gcc 8)
  • cmake (tested: 3.9)
  • boost (tested: 1.65)
  • mastodon-cpp (at least: 0.105.0)

Get sourcecode

Development version

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

Compile

mkdir build
cd build/
cmake ..
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.

Error codes

Same as mastodon-cpp, plus:

Code Explanation
1 File not readable

Copyright

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