Iris Pseudácorus Mallard
A Discord robot for the Angels Discord written in Python.
Requirements
- Python3
- PostgreSQL (libpq-dev)
- Web server gateway interface like uWSGI or Gunicorn
- A discord token
Installation
- Clone the git repository:
git clone ...
- Change into the repo directory:
cd ...
- Create virtual environment:
python3 -m venv .
- Activate virtual environment:
source bin/activate
- Install required packages:
pip3 install -r requirements.txt
Web interface
- Copy the local settings example file:
cp webgui/webgui/local_settings_example.py webgui/webgui/local_settings.py
- Edit the new local settings file:
nano webgui/webgui/local_settings.py
- Test:
python webgui/manage.py runserver
Expose django to the web. (TODO: more details)
Run bot
- Activate virutal environment:
source bin/activate
- Run
python bot/main.py
Edeting the look of the webgui
Build Fomatic-ui
Theming