diff options
| -rw-r--r-- | Readme.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -4,7 +4,9 @@ Geldschieberbot is a python script to bookkeep the finances of a group. It is intended to be run on the output of signal-cli. But it should parse other input without a lot of modification. -## Usage +## Configuration + +You can edit config.sh to match your needs or set the Environment your self. Geldschieberbot is configured with a set of Environment variables: @@ -13,8 +15,11 @@ Geldschieberbot is configured with a set of Environment variables: * GSB_SEND_CMD the command Geldschieberbot uses to send replies * GSB_USER the mobile number signal-cli should receive messages with -Geldschieberbot must be fed with signal messages recieved by signal-cli. -Just execute run.sh in tmux and you should be fine. +## Usage + +If you edited config.sh you can just run +`config.sh && run.sh` +and your bot should be up and serving your needs. Happy Geldschieben! |
