Currently, QuadBot (as well as KarlaBot) both run in a hosted environment. I've already encountered issues setting up the Python environment due to my lacking Bash scripting capabilities. A containerized environment could make the setup and testing of that much much easier.
In addition, I would not have to worry about creating a Systemd service unit to host the bot on my servers.
Description:
Currently, QuadBot (as well as KarlaBot) both run in a hosted environment. I've already encountered issues setting up the Python environment due to my lacking Bash scripting capabilities. A containerized environment could make the setup and testing of that much much easier.
In addition, I would not have to worry about creating a Systemd service unit to host the bot on my servers.
Possible solution:
Run QuadBot inside of a Docker container.
Tasks: