This is a augmentation repo that runs in data pipline after twitter, sentinel, and telegram
cp .env.template .env
python augment_main.py
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python augment_main.py
This is a augmentation repo that runs in data pipline after twitter, sentinel, and telegram
cp .env.template .env
python augment_main.py
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python augment_main.py