Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

minerals-web-ingest

Ingest and normalize web pages for critical-minerals intelligence, with optional Firecrawl fetching, deduplication manif

Setup

cd minerals-web-ingest
python3 -m venv .venv && source .venv/bin/activate && pip install bs4 requests -q

Environment variables

  • FIRECRAWL_API_KEY

Usage

python3 scripts/web_ingest.py --help

Dependencies

  • bs4
  • requests