# Iris Pseudácorus Mallard A Discord robot for the Angels Discord written in Python. ## Requirements * Python3 * PostgreSQL * Web server gateway interface like uWSGI or Gunicorn ## Installation 1. Clone the git repository: `git clone ` ... 1. Change into the repo directory: `cd ` ... 1. Create virtual environment: `python3 -m venv .` 1. Activate virutal environment: `source bin/activate` 1. Install required packages: `pip3 install -r requirements.txt` ### Web interface Expose django to the web. (TODO: more details) ## Run bot 1. Activate virutal environment: `source bin/activate` 1. Change into the bot directory: `cd bot` 1. `python rotbot.py` ## Edeting the look of the webgui ### Build Fomatic-ui * https://fomantic-ui.com/introduction/getting-started.html ### Theming * https://fomantic-ui.com/usage/theming.html