Automatically Commenting On Wordpress Blogs
I’ve implemented a very simple automated comment poster. If you don’t make seemingly useful comments, don’t plan on getting too far, as most people moderate their comments. The code WILL fail if you do not note the following:
At the bottom of the file you’ll see a few variables that you’ll need to set.
blogUrl = “”"HTTP://WWW.YOUR_URL.COM”"”
Your blogUrl should be in the http://DOMAIN.com format.
keyword = “”"YOUR KEYWORD”"”
You need to change that to the keyword that you want. This will find all wp blogs similar to yours.
results = 50
You can turn this up to 100 or more.
{‘author’ : “”"YOUR AUTHOR NAME”"”, ‘email’ : “”"YOUR@EMAIL.COM”"”, ‘comment’ : “”"YOUR COMMENT”"”},
This line can be edited to your liking, and duplicated as many times as you like. I would suggest making at least 20 of these, all a bit different from the last one. Your posts will NOT work if your ‘email’ isn’t in the form of blah@blah.com.
Download the script commentonwordpressblogs.py

Leave a comment
You must be logged in to post a comment.