This program takes the output from discord-bot then transforms and loads into a database
Install venv package manager for Python3: apt install python3-venv (if not already installed)
Create a virtual environment named discord-etl: python3 -m venv discord-etl
Activate your virtual environment: source discord-etl/bin/activate
Install packages from requirements.txt: python3 -m pip install -r requirements.txt