mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
.. | ||
data | ||
docker-compose.yml | ||
Dockerfile | ||
README.md |
errbot
Errbot is a chatbot, a daemon that connects to your favorite chat service and brings your tools into the conversation.
up and running
$ mkdir -m 777 -p data
$ docker-compose run --rm errbot --init
$ vim data/config.py
$ docker-compose up -d
$ docker-compose exec --user root errbot sh
>>> apk add --no-cache py3-lxml
>>> chmod 777 /usr/lib/python3.11/site-packages
>>> chmod 777 /usr/lib/python3.11/site-packages/__pycache__
>>> exit
Please read sample config.py and setup.
chat-ops
master [8:50 PM] !about
errbot [8:50 PM] This is Errbot version 6.2.0
master [8:51 PM] !help
errbot [8:51 PM] All commands ...
master [8:52 PM] !whoami
errbot [8:52 PM]
┏━━━━━━━━━━┳━━━━━━━━━━━━━┓
┃ key ┃ value ┃
┡━━━━━━━━━━╇━━━━━━━━━━━━━┩
│ person │ `@master` │
├──────────┼─────────────┤
│ nick │ `master` │
├──────────┼─────────────┤
│ fullname │ `Mr Robot` │
├──────────┼─────────────┤
│ client │ `XXXXXXXXX` │
└──────────┴─────────────┘
install plugins
master [8:53 PM] !repos update
errbot [8:53 PM] Start updating ... Done.
master [8:53 PM] !repos search nettools
errbot [8:53 PM]
┏━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┓
┃ Status ┃ Name ┃ Description ┃
┡━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━┩
│ │ *errbotio/err-nettools* │ ... │
└────────┴─────────────────────────┴─────────────┘
master [8:54 PM] !repos install errbotio/err-nettools
errbot [8:54 PM] Installing errbotio/err-nettools ... Done.
master [8:55 PM] !help nettools
errbot [8:55 PM]
*Nettools*
_Various tools to query info about IPs, networks and domain names_
• *!check rbl* - usage: check_rbl [-h] [-t THREADS] address
• *!dig* - Call 'dig'
• *!geoip* - usage: geoip [-h] address
• *!host* - Call 'host'
• *!nslookup* - Call 'nslookup'
• *!whois* - usage: whois [-h] domain
master [8:56 PM] !whois www.youtube.com
errbot [8:56 PM]
name : youtube.com
expiration_date : 2018-02-14 00:00:00-08:00
last_updated : 2017-01-14 02:23:26-08:00
name_servers : {'ns2.google.com', 'ns4.google.com', 'ns3.google.com', 'ns1.google.com'}
creation_date : 2005-02-14 21:13:12-08:00
registrar : MarkMonitor, Inc.