Skip to content

Frostcast/RedSee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedSee

An implementation of redsee-filter and redsee-server to provide a REST API server for english profanity, email and url filtering.

Demo

Installation

npm install --production

REDIS_HOST=127.0.0.1 PORT=3000 node app.js

Build your whitelist (important!) and blacklists. Examples are provided within lists/, see below for instructions on how to generate your own.

Scripts

builder

Generates words-whitelist.txt based on /usr/share/dict/words and ignores any words contained within words-blacklist.txt. May require sudo rights for word access.

Usage

node scripts/builder.js

insert

Inserts blacklist and whitelist words stored in list/ via API

Usage

URL=http://localhost:3000 node scripts/insert.js

About

Chat filter service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published