Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

literature-meta-search

Unified search across OSTI, Google Scholar, ArXiv, and corpus-search with deduplication and reciprocal rank fusion

Setup

cd literature-meta-search
python3 -m venv .venv && source .venv/bin/activate && pip install difflib httpx xml -q

Environment variables

None.

Usage

python3 scripts/meta_search.py --help

Dependencies

  • difflib
  • httpx
  • xml