You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
src | 2 years ago | |
.gitignore | 5 years ago | |
CMakeLists.txt | 2 years ago | |
LICENSE | 5 years ago | |
README.md | 2 years ago | |
ingredients.json | 5 years ago |
README.md
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
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.
Copyright
Copyright © 2018, 2019, 2020 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.