A web scrape of sacred-texts.com into an Obsidian Vault
- Size: ~2.22 GB
- File Types: .md
- The vault in this repo (sacred_obsidian_vault) was scraped in March 2023 when the latest ISTA flash drive edition was 9.0.
- Download
sacred_obsidian_vault
from this repo
- Do not run Scrapy the web-scraper script as this may be considered abuse and increase cost to run the sacred-texts website. Only download from the pre-scraped vault above.
- Download latest Obsidian.md version here
- Open Obsidian & choose
Open folder as vault
option - Select the recently downloaded sacred_obsidian_vault
- Allow Obsidian to finish indexing the 120k+ files
- 🎉 You're good to go! Enjoy exploring!
- Python 3.7+
- Works on Linux, Windows, macOS, BSD
Run code below in project root directory in pyenv or venv
pip install -r requirements.txt
Execute the following to begin scraping sacred-texts.com into sacred_obsidian_vault top-level directory:
scrapy crawl books
ℹ️ Note: This web scrape may take up to 1 hour to complete.