Skip to main content

A Python Intergration For The Profanity Blocker API

Project description

ProfanityBlocker is a rules engine that is able to identify and block words and phrases that have been identified as containing Profane Language.

Pricing information for ProfanityBlocker can be found at: https://www.profanity-blocker.co.uk/#pricing

We have designed our Python implementation to be simple to use. Meaning that sending a request to our service to process only takes three lines of code!

import ProfanityBlocker

Service = ProfanityBlocker.ProfanityService(LicenceKey,EmailFilter=False, LinkFilter=False,PhoneFilter=False)

print(Service.ParseText(“Test”))

ProfanityBlocker has a range of filters that you can enable in your requests, as seen above, you can enable filtering out; E-Mail addresses, Web Links as well as Phone Numbers!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ProfanityBlocker-0.1.3.tar.gz (2.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page