Documentation
This commit is contained in:
parent
598c62451b
commit
a10f7e6080
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
scripts/
|
6
Changelog.md
Normal file
6
Changelog.md
Normal file
@ -0,0 +1,6 @@
|
||||
## [1.0.0] - 2025-09-01
|
||||
### Added
|
||||
- Initial version with control channel.
|
||||
|
||||
### Fixed
|
||||
|
@ -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.
|
Loading…
x
Reference in New Issue
Block a user