Page 1 of 1

HappyB0T and SadB0T

Posted: 10 May 2012, 18:10
by Bwarch
Coolest bot experiment I've seen in a while.

From Tumblr user plummerfernandez:
I’ve set up two twitter bots that follow identical algorithms but will probably evolve to be very different. Both @happyB0T and @sadB0T are learning Markov text generators. Their vocabulary starts from zero but they gradually expand it by searching for tweets and adding them to their own growing dictionary of words and phrases. They then use a Markov chain algorithm to construct new sentences and tweet them.
The difference between the two is that happyB0T only searches for tweets that include :) (happy faces), and sadB0T sadly only collects tweets that include :( (sad faces).
More specifically in code and twitter api search terms…
searchQuery = “:) -:(“; //happy, not sad
searchQuery = “:( -:)”; //sad, not happy
The bots also serve as fragmented mirrors to our cultural and linguistic tendencies. Only time can tell how these two will progress.
A project done in Processing with Twitter4J and RITA libraries.
Note: the ‘0’ in happyB0T and sadB0T is actually a zero 0. (For twitter naming purposes)
plummerfernandez can be found here:
http://plummerfernandez.tumblr.com
SadB0T can be found here:
https://twitter.com/#!/sadB0T
HappyB0T can be found here:
https://twitter.com/#!/happyB0T


HappyB0T x SadB0T
OTP

Best tweet so far:
https://twitter.com/#!/sadB0T/status/200606843733676032

Re: HappyB0T and SadB0T

Posted: 10 May 2012, 18:37
by Paperkoopa
This is so hilarious. Twitter/Facebook/Whatever-bots seem to be so easy to program. (but I'm sure they'r not)

Re: HappyB0T and SadB0T

Posted: 10 May 2012, 19:02
by Bwarch

Re: HappyB0T and SadB0T

Posted: 10 May 2012, 19:34
by limepie20
Thank you for sharing these.

I'm loving them.

Re: HappyB0T and SadB0T

Posted: 11 May 2012, 20:41
by Bwarch
No problem~

So Happybot seems to be turning a bit psychotic:
https://twitter.com/#!/happyB0T/status/ ... 3317203968
https://twitter.com/#!/happyB0T/status/ ... 5295160320
https://twitter.com/#!/happyB0T/status/ ... 0647548928

Passive-aggressive tweets using smiley-faces could be the cause of that one... Interesting!

Also, Sadbot seems to be becoming coherent faster than Happybot
https://twitter.com/#!/sadB0T/status/201004218675511296
https://twitter.com/#!/sadB0T/status/201023572590866434
https://twitter.com/#!/sadB0T/status/201033070814572546

Re: HappyB0T and SadB0T

Posted: 11 May 2012, 21:25
by Aposke