generate_paper_citations¶
Module: src.generators.generate_paper_citations
Category: Generators
Usage¶
python -m src.generators.generate_paper_citations [options]
Options¶
usage: generate_paper_citations.py [-h] --data_dir DATA_DIR
[--cache_ttl_days CACHE_TTL_DAYS]
[--cache_only]
Enrich papers with Google Scholar citation counts
options:
-h, --help show this help message and exit
--data_dir DATA_DIR Path to reprodb.github.io
--cache_ttl_days CACHE_TTL_DAYS
Cache TTL in days (default: 90)
--cache_only Only use cached results — no API calls