Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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`.