Skip to content

onli/radellite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

radellite

Radellite is a webapp that is using rockets to track reddit for specific keywords.

screenshot

Installation

Either clone this repo:

git clone https://github.com/onli/radellite.git
cd radellite

or install via npm:

npm install radellite
cd node-modules/radellite

In both cases, start with:

npm start

The default port for the webserver is 3000. You can change it:

npm config set radellite:port 3002

But radellite will also open a websocket server on port 3001 and this is not configurable yet.

Usage

Immediately after startup, radellite subscribes to rockets, which then sends a copy of every reddit post and comment to it. It is highly recommended to not let it running like that too long, since the database will get big fast. Instead, open the page and set some keyword filters (keyword or regex) and the subreddits in which to search. They are OR-filters, which means every post and comment in all the specified subreddits that contain at least one keyword will be saved and displayed.

About

Tracking reddit with rockets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.7%
  • HTML 23.0%
  • CSS 14.3%