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

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.

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