Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-20T02:05:06.000Z (12 months ago)
- Last Synced: 2023-12-26T10:30:37.747Z (11 months ago)
- Topics: downloader, obsidian-md, scraper
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
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`.