MrDogeBro / content_filter

A basic but robust content filter for python.
MIT License
4 stars 1 forks source link

Convert to class-based #5

Closed MrDogeBro closed 3 years ago

MrDogeBro commented 3 years ago

Convert the module to be class-based. For example, their would be a filter class that would hold the functions for the filter. This would allow for more object-orientated programming as well as allow multiple different filter configs to be used in a single file.

Features