https://github.com/Saghetti0/obsidian-publish-downloader
  
  
    A simple Python script to download an entire Obsidian Publish site 
    https://github.com/Saghetti0/obsidian-publish-downloader
  
downloader obsidian-md scraper
        Last synced: 3 months ago 
        JSON representation
    
A simple Python script to download an entire Obsidian Publish site
- Host: GitHub
 - URL: https://github.com/Saghetti0/obsidian-publish-downloader
 - Owner: Saghetti0
 - License: mit
 - Created: 2023-11-20T02:04:34.000Z (almost 2 years ago)
 - Default Branch: main
 - Last Pushed: 2024-02-28T05:16:02.000Z (over 1 year ago)
 - Last Synced: 2024-08-13T07:07:27.047Z (about 1 year ago)
 - Topics: downloader, obsidian-md, scraper
 - Language: Python
 - Homepage:
 - Size: 1000 Bytes
 - Stars: 37
 - Watchers: 3
 - Forks: 6
 - Open Issues: 2
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
Awesome Lists containing this project
- jimsghstars - Saghetti0/obsidian-publish-downloader - A simple Python script to download an entire Obsidian Publish site (Python)
 
README
          # obsidian-publish-downloader
A simple Python script to download an entire [Obsidian Publish](https://obsidian.md/publish) site
## Requirements
- [tqdm](https://pypi.org/project/tqdm/)
- [requests](https://pypi.org/project/requests/)
## Example
```
python download.py https://help.obsidian.md/ vault
```
To download the Obsidian Help site to a folder called "vault".
## To-do
- [ ] Parallel downloads
## Licensing
This software is licensed under the MIT License. See `LICENSE`.