Skip to content

Latest commit

 

History

History
executable file
·
36 lines (25 loc) · 983 Bytes

README.md

File metadata and controls

executable file
·
36 lines (25 loc) · 983 Bytes

RedArc.js

Subreddit archiving tool written in Node.js

Installing

Requires:

  • Node.js

Optional:

  • Toilet paper for the cleanup

Install dependencies

  1. Install Python (sudo apt-get install python on Debian-based OSes, Google it for others)
  2. Install Node by following this guide, and clone the git repo, or download the ZIP file and extract it, then run these two commands:
cd RedArc.js/
npm install

Configuring

Add users that you want to archive to users.txt, DON'T start them with /u/!
Add subreddits that you want to archive to subreddits.txt, DON'T start them with /r/!
If you want to archive all subreddits, add "all" to subreddits.txt.

Executing

Run node redArc.js in the RedArc.js/ folder.