A bot for various automation and support in the MTG Cube Talk discord
This bot is written using the Discord.py Rewrite.
The initial intention is to be able to quickly generate Pack 1 Pick 1 screenshots for discussion and theory crafting. Further iterations may have more functionality as desired.
This bot needs Selenium Hub to function properly and utilizes selenium-python to interact with it. The remainder can be installed with: pip install -r requirements.txt
and ran in your choice of environment. Docker is not a pre-requisite, but a docker build file is included for convenience and for my deployment purposes.