paigeadelethompson / mcmxi

A comprehensive Sopel distribution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick start

  • initialize the bot mkdir /mcmxi ; chmod -R 777 /mcmxi ; docker run -it --rm -v /mcmxi:/home/mcmxi paigeadele/mcmxi install
  • create the configuration file (initial): docker run -it --rm -v /mcmxi:/home/mcmxi paigeadele/mcmxi run mcmxi
  • edit the configuration file /mcmxi/sopel.cfg
  • start the bot docker run -it --restart always -d -v /mcmxi:/home/mcmxi paigeadele/mcmxi run mcmxi

About

A comprehensive Sopel distribution


Languages

Language:Python 98.0%Language:Dockerfile 2.0%