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