akismet icon indicating copy to clipboard operation
akismet copied to clipboard

A Ruby client for the Akismet API

Results 5 akismet issues
Sort by recently updated
recently updated
newest added

[I've used this gem](https://github.com/JasonBarnabe/greasyfork/blob/master/app/jobs/discussion_spam_check_job.rb#L40) for 100K+ spam checks, 10K+ were marked as spam, and exactly 0 were marked as blatant. Is there a problem with Akismet, or this gem, or...

The SDK correctly formats datetimes that are `DateTime` but not `Time` https://github.com/jonahb/akismet/blob/75cb340bfd4aa2dd6486419a84e9cfb459dd1307/lib/akismet/client.rb#L337-L338 This should probably be updated to account for both since they both have the `iso8601` method.

Also use inspect if there is an error so that you can see whether the invalid key was a string or a symbol. It was confusing to pass {'author' =>...

Akismet has a test mode; we should be able to use it. The reason for this is mentioned on https://github.com/joshfrench/rakismet: > Rakismet can be configued to tell Akismet that it...