Tool to export Reddit chats into a variety of open formats (CSV, JSON, TXT).
``` Export your Reddit Chats
Usage: rexit.exe [OPTIONS] --formats
Options:
-f, --formats
Currently, you need to specify the formats, and it will ask for the username and password (or bearer token with that auth flow).
```bash $ rexit --formats csv,json,txt --images
Your Reddit Username:
Your Reddit Password: `` It will save the files to the current directory. For CSV and TXT it is split by room. If an image (.jpg, .gif, .png, etc.) was sent the filename will be displayed as the message content, along with the prefix
FILE`.
You can use the files provided in the releases' page of this repository, install via cargo or brew or build from source.
BASH
$ cargo install rexit
To use brew you need to add my tap
BASH
$ brew tap mpult/mpult
Then install Rexit
BASH
$ brew install rexit
BASH
$ cargo install --file .
To keep the docs focused on the user experience the contributing and technical docs were implemented through cargo doc.
To access these:
bash
$ cargo doc --open
In general all contributions are welcome. I would appreciate if you'd create an issue beforehand, in order for me to plan things out nicely.