Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tobiasvl/reddit-saved-saver
Converts saved Reddit submissions into Markdown files with YAML frontmatter
https://github.com/tobiasvl/reddit-saved-saver
obsidian obsidian-md reddit
Last synced: 27 days ago
JSON representation
Converts saved Reddit submissions into Markdown files with YAML frontmatter
- Host: GitHub
- URL: https://github.com/tobiasvl/reddit-saved-saver
- Owner: tobiasvl
- License: mit
- Created: 2022-02-21T20:22:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-20T20:56:51.000Z (9 months ago)
- Last Synced: 2024-08-13T07:08:18.735Z (3 months ago)
- Topics: obsidian, obsidian-md, reddit
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - tobiasvl/reddit-saved-saver - Converts saved Reddit submissions into Markdown files with YAML frontmatter (Python)
README
Reddit Saved Saver
==================A simple Python script for converting your saved posts and comments on Reddit to Markdown files with YAML frontmatter metadata.
I made this to dump all my saved Reddit stuff into [Obsidian](https://obsidian.md). It's not at all customizable or user friendly right now.
Usage
-----You need to create a Reddit app on https://old.reddit.com/prefs/apps/ and then put the client ID, secret key, as well as your Reddit username and password into `config.py`.
Make sure `praw` is installed, and then run the script with `python reddit-saved-saver.py`.
The script will create a directory called `reddit` and then make a new subdirectory per subreddit.