项目作者: MrDogeBro

项目描述 :
A basic but robust content filter for python.
高级语言: Python
项目地址: git://github.com/MrDogeBro/content_filter.git
创建时间: 2020-06-16T00:14:30Z
项目社区:https://github.com/MrDogeBro/content_filter

开源协议:MIT License

下载


Python Content Filter

Build Status Documentation Status PyPi version PyPI pyversions

Content Filter is a basic but robust content filter for python. Content Filter allows you to easily detect language in a message and offers great customizability.

Features

  • Ability to have different levels of filtration.
  • Can ignore repeated characters and infer certain characters aliases.
  • Converts non-english characters to their english equivalents such as ç to c.
  • Ignores non-printing characters.
  • Easily and very customizable.
  • Easy to get up and running.
  • No third-party dependencies.

Installation

Python 3.6 or higher is required

To install Content Filter, enter the following command in any sort of terminal window or command prompt.

  1. # Linux/OSX
  2. python3 -m pip install content-filter
  3. # Windows
  4. py -3 -m pip install content-filter

Contributing

If you are interested in contributing to Content Filter, please check out our contribution guide before you get started. Thanks for your interest!

License

The Content Filter module for Python is licensed under an MIT license.