Skip to content

m6n50u7/filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filter

a complex keyword detecting/filtering engine written in C language.
to configure the filter, you need to edit the three config files and place them in working directory.
the .slures.txt file containes the banned words seperated by semicolone.
the .negs.txt has the neglected strings/chars seperated by semicolone. any entry you put here will be ignored by the engine.
the .replacements.txt has the list of strings that are treated the same. the different enteries are seperated by semicolone and the equal sign seperates the subentries.
the slurebot.py and .warnings.txt are a simple example of a telegram bot that warns users for the bad words and then deletes the messages.

note

the config files are sensetive, adding a space or newline character may cause some entries to not work. so check that the editor you use doesn't add newlines in file's end.

About

a complex keyword detecting/filtering engine written in C language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors