Skip to content

Service Chat bots

Cintia Del Rio Calvo edited this page Jan 6, 2017 · 30 revisions

License

No license.

Telegram Bot

The Telegram bot runs on Digital Ocean (ndu). The steps taken to create and configure this bot are in /root/README. From these instructions:

# cd /opt
# git clone https://github.com/FruitieX/teleirc
# cd teleirc
# docker build -t openmrs/teleirc extras
# docker run --name=teleirc-data \
    -v /var/teleirc:/home/teleirc/.teleirc \
    openmrs/teleirc echo 'data teleirc'
# docker run --rm --volumes-from=teleirc-data openmrs/teleirc teleirc --genconfig
# docker run --name=teleirc -p 9090:9090 \
    -d --restart=always --volumes-from=teleirc-data openmrs/teleirc

To restart if it stopped:

$ ssh ndu.openmrs.org
$ sudo su root -
# docker start teleirc

IRC Bot

The IRC bot runs on OSUOSL infrastructure. Email [email protected] to get it restarted. https://wiki.openmrs.org/x/vAMjAw

Scrum Bot

Managed by darius

Pascal has access to the box as well

https://github.com/djazayeri/openmrs-contrib-scrumbot

Clone this wiki locally