Skip to content

Service Chat bots

cintiadr edited this page Oct 23, 2016 · 30 revisions

Telegram Bot

The Telegram bot runs on Digital Ocean. 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

Clone this wiki locally