https://github.com/dsully/reddit-saves
Tool to export Reddit saved posts.
https://github.com/dsully/reddit-saves
Last synced: 5 months ago
JSON representation
Tool to export Reddit saved posts.
- Host: GitHub
- URL: https://github.com/dsully/reddit-saves
- Owner: dsully
- License: mit
- Created: 2023-07-02T00:34:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-21T00:30:08.000Z (over 1 year ago)
- Last Synced: 2025-02-21T01:27:54.575Z (over 1 year ago)
- Language: Rust
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reddit Saves
Simple tool to extract credentials from 1Password and export Reddit saved posts to a file.
Requirements:
- Rust
- 1Password CLI
- 2FA must be enabled on your Reddit account.
You must have a 1Password private vault entry named "Reddit", and two additional fields:
- "client_id"
- "client_secret"
These can be created at [Authorized Applications](https://www.reddit.com/prefs/apps) by selecting the "Scripting" type.
No OAuth URL is needed / enter a dummy one.
## Install
```shell
cargo install --git https://github.com/dsully/reddit-saves
```
## Usage
```shell
reddit-saves [--subreddit ] [--output ]
```