Skip to content

Instantly share code, notes, and snippets.

@kylefox
Created August 19, 2015 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylefox/9cd43d30f5b14bf85f12 to your computer and use it in GitHub Desktop.
Save kylefox/9cd43d30f5b14bf85f12 to your computer and use it in GitHub Desktop.
# Bayes filter for FotoJournal
if blog.title.contains('photography'):
blog.status = 'Active'
elif blog.title.contains('penis'):
blog.status = 'Spam'
else:
blog.status = 'Unknown'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment