This is the logos bot upgraded to Python 3 and asyncio
171
Here is how to run the bible bot from docker
docker volume create bibles
docker run --rm -v $PWD:/source -v bibles:/mnt/bibles -w /source alpine cp bibles.sqlite3.db /mnt/bibles
Here is a sample run
docker run --rm -v bibles:/mnt/bibles -e "SERVER=irc.firechat.buzz" -e "ROOMS=#bible,#firechat" kiwiheretic/logos3:v0.1
Content type
Image
Digest
Size
166.6 MB
Last updated
over 5 years ago
docker pull kiwiheretic/logos3:v0.1