Skip to content
forked from SN4T14/RedArc.js

Subreddit archiving tool written in Node.js

License

Notifications You must be signed in to change notification settings

youvee/RedArc.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Subreddit archiving tool written in Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 53.2%
  • Python 26.0%
  • JavaScript 16.8%
  • PHP 4.0%