aboutsummaryrefslogtreecommitdiff
path: root/backend/hist_data/enwiki/download_imgs.py
AgeCommit message (Collapse)Author
2023-02-05Use relative imports between data generation scriptspackage-importsTerry Truong
Avoids the need for code that modifies sys.path, but requires running of the scripts using 'python -m' with backend/ as cwd. Also expects constants like DB_FILE to be non-relative, due to running from backend/.
2023-01-21Adjust backend coding styleTerry Truong
Increase line spacing, add section comments, etc
2023-01-18Adjust backend docs after another db regenerationTerry Truong
2023-01-13Re-enable imagesTerry Truong
2023-01-02Adjust wikidata event specifiersTerry Truong
Do minor refactors: - Swap fmt=1 and fmt=2 in 'events' table - Make documentation consistently use BC and AD - import argparse at start of scripts
2022-10-03Add exponential-backoff download optionTerry Truong
2022-10-01Add scripts for Wikipedia dump extractionTerry Truong