Skip to content

Commit

Permalink
docs: Add requirements comments to p_iva_scrape.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
aborruso committed Jan 28, 2025
1 parent b922db0 commit cbe9a76
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions script/p_iva_scrape.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
#!/bin/bash

# Requisiti:
# - curl: per il download delle pagine web
# - jq: per la manipolazione di file JSON
# - mlr (Miller): per la manipolazione di file CSV
# - strip-tags: per rimuovere i tag HTML dal contenuto delle pagine
# - llm: per l'estrazione delle Partite IVA tramite LLM
#
# Installazione dei requisiti:
# sudo apt install curl jq miller
# pip install strip-tags llm

#set -x
set -e
set -u
Expand Down

0 comments on commit cbe9a76

Please sign in to comment.