Documentation

This commit is contained in:
Guy Van Sanden 2025-09-01 10:06:32 +02:00
parent 598c62451b
commit a10f7e6080
3 changed files with 13 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
scripts/

6
Changelog.md Normal file
View File

@ -0,0 +1,6 @@
## [1.0.0] - 2025-09-01
### Added
- Initial version with control channel.
### Fixed

View File

@ -1,3 +1,8 @@
# simplex-customerservicebot
A bot to handle customer service using SimpleX chat
A bot to handle customer service using SimpleX chat.
The bot will join a group specified in the environment variable SXC_CONTROL_GROUP and announce newly created chats.
Members of the control group can then be invited into the customer chat group by typing 'join <customergroup>'
This requires a working simplex-chat in the background and joining the operator users as well as the bot into the control group.