Recently I came across a collection of comments online that were are evidently part of a comment generation script. Fascinated by this, I wrote some code to select the random words / phrases and piece them together into their intended stupid sentences.

As an example of how this works, have a look at the following line:

Woah! I’m really (loving\enjoying\digging) the theme of this (site\website\blog).

By running a script that randomly selects a word from each set of brackets and then replaces each set of brackets and their content with their respectively selected word, nine different (though similar) sentences can be produced from the single line. The combinations are shown below:

Woah! I’m really loving the theme of this site.
Woah! I’m really loving the theme of this website.
Woah! I’m really loving the theme of this blog.

Woah! I’m really enjoying the theme of this site.
Woah! I’m really enjoying the theme of this website.
Woah! I’m really enjoying the theme of this blog.

Woah! I’m really digging the theme of this site.
Woah! I’m really digging the theme of this website.
Woah! I’m really digging the theme of this blog.

Obviously, the more word options and brace sets per line, the more combinations that can be produced. The posts below are randomly generated from lines in this way:

1.
"Hi there! This blog post couldn't be written much better! Looking at this article reminds me of my previous roommate! He constantly kept preaching about this. I am going to send this information to him. Fairly certain he will have a good read. Many thanks for sharing!"
2.
"Hi there, just wanted to tell you, I enjoyed this blog post. It was funny. Keep on posting!"
3.
"Hello would you mind stating which blog platform you're working with? I'm planning to start my own blog in the near future but I'm having a difficult time choosing between BlogEngine/Wordpress/B2evolution and Drupal. The reason I ask is because your layout seems different then most blogs and I'm looking for something unique. P.S Sorry for being off-topic but I had to ask!"
4.
"Hi, i think that i saw you visited my weblog thus i came to "return the favor".I am trying to find things to enhance my website!I suppose its ok to use some of your ideas!"
5.
"I seriously love your blog.. Very nice colors & theme. Did you make this site yourself? Please reply back as I'm hoping to create my very own website and would love to learn where you got this from or what the theme is called. Many thanks!"

This is not intended as a how-to guide on how to be a spammer, but rather to inform on the sneaky way the comments are generated.

Note that all the comments are positive and complimentary / congratulatory with the hope of the recipient believing they are hand-typed, feeling flattered and allowing the comments to appear on their blog. Usually they are posted with a back-link to the spammer’s website which is the whole purpose.