Skip to content

mputerapamungkas/Anti-abuse-api-flask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anti-abuse-api-flask

API which returns cusswords , can be used to check cusswords in bots etc.

Run

pip install -r requirements.txt

py app.py

API Endpoints

/api/v1 returns all the cusswords.

/api/v1/check?q={string} returns True or False if the query matches the cusswords in api.

How to Contribute ?

Fork the repository , open cuss_words.txt and enter the words in new lines.

Make a Pull Request.

You can enter any number of variations.

About

API which returns cusswords , can be used to check cusswords in bots etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.4%
  • Procfile 1.6%