DEV Community

Levent Emre PAÇAL
Levent Emre PAÇAL

Posted on

WordPress Comment Bot

I coded bot that posts comments on the posts of WordPress based system

View: https://github.com/v4r1able/wordpress-comment-bot

I specified examples and trials in repo

Simple example:

$singlecomment = \wpcomment\bot::sendComment("https://leventemre.com/test/example-post/", array(
    "comment" => "test comment",
    "author" => "v4r1able",
    "email" => "test@example.com",
    "site_address" => "example.com"
));
Enter fullscreen mode Exit fullscreen mode

Don't forget to star if you like it :)

Top comments (0)