Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 940 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 940 Bytes

Redsaver

Redsaver is a Python based tool used for archiving text posts in Subreddits.

Features

  • Archives all the text posts in a Subreddit.
  • Saves the archive as an editable and viewable JSON file.
  • Updates the archive when rerunning the tool for a successfully archived Subreddit.

Installation

After cloning the repo on your local system, cd into the directory and install the dependencies by using pip.

pip install -r requirements.txt

Usage

python3 redsaver.py -s <subreddit>

Replace with the name of the Subreddit you wish to archive. For example, in order to archive the Subreddit /r/python use the following

python3 redsaver.py -s python

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT