This a python ETL project running RPA Framework. First, create the virtual environment:
python3 -m venv .venv && source .venv/bin/activateInstall the dependencies:
python3 -m pip install -r dev-requirements.txtThen, run in your root directory the following command:
python3 tasks.py