Subreddit archiving tool written in Node.js
Requires:
- Node.js
Optional:
- Toilet paper for the cleanup
- Install Python (
sudo apt-get install python
on Debian-based OSes, Google it for others) - 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
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
.
Run node redArc.js
in the RedArc.js/
folder.