Skip to content

A simple PHP function to prevent twitter bots from tweeting offensive french words

License

Notifications You must be signed in to change notification settings

WhiteFangs/SafeTweet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

SafeTweet

A simple PHP function to prevent twitter bots from tweeting offensive french words.

How To

Add the safeTweet.php file to your folder and include it in your script

<?php
include("safeTweet.php");
/* your code */
?>

Warning

  • It's not exhaustive (and will never be although it aims to be)
  • Context is not taken into account
  • It may fail to prevent offensive tweets

Contribute

Just make a pull request!

License

MIT

About

A simple PHP function to prevent twitter bots from tweeting offensive french words

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages