A data ingester of Yugioh cards from YGOPRODECK along with their japanese name scraping from [https://yugioh.fandom.com/wiki/Yu-Gi-Oh!] to store in elasticsearch.
virtualenv venv
# For fish
source venv/bin/activate.fish
# For shell
source venv/bin/activate
pip install -r requirements.txt
# Run on machine
python src/main.py
earthly --build-arg TAG=<TAG> --push release