rexit 0.1.0

Export your Reddit Chats
rexit-0.1.0 is not a library.
Visit the last successful build: rexit-0.1.1

Rexit

Reddit Brexit - Liberate your Reddit Chats. This tool will export your Reddit chats into a plethora of formats

version license GitHub code size in bytes Ubuntu-latest

Tool to export Reddit chats into a variety of open formats (CSV, JSON, TXT).

Export your Reddit Chats

Usage: rexit.exe [OPTIONS] --formats <FORMATS>

Options:
  -f, --formats <FORMATS>  The formats to export to. Options: csv,json,txt
  -t, --token              To use the bearer token flow, instead of username and password
  -h, --help               Print help
  -V, --version            Print version

Usage

Currently, you need to specify the formats, and it will ask for the username and password (or bearer token with that auth flow).

$ rexit --formats csv,json,txt

> Your Reddit Username: <USERNAME>
> Your Reddit Password: <PASSWORD>

It will save the files to the current directory. For CSV and TXT it is split by room; for JSON it's combined into one file. If an image (.jpg, .gif, .png, etc.) was sent the matrix URL (mxc://<serverName>/<ID>) will be displayed as the message content.

Installation

You can use the files provided in the releases' page of this repository, or install via cargo.

$ cargo install rexit

Contributing

To keep the docs focused on the user experience the contributing and technical docs were implemented in a separate document.

License

GNU General Public License, Version 3