Twitterbots cover image

Over the years, I've built a large variety of Twitterbots, usually for humorous purposes.

Table of Contents

TorfsBot

TorfsBot is a Twitterbot that automatically imitates professor Rik Torfs. It was trained on his tweets as well as his columns and produces several semi-philosophical generated tweets per day, as well as having conversations with people that reply to his tweets.

This bot is extensively explained on the TorfsBot project page

Samsonbots

The SamsonBots are six Twitterbots based on Samson & Gert characters that converse with each other on Twitter. Each bot performs one or more of the catchphrases and running gags of the character they portray.

An overview and explanation of these bots can be found on the SamsonBots project page

MopjesBot

MopjesBot is a Twitterbot making Dutch punning riddles about people from the news.

Its inner workings are explained on the MopjesBot project page

ZoekNieuws

ZoekNieuws is a Twitterbot that provides links to relevant news articles based on user queries.

The code is public, and contributions (e.g., contributing new news sources) are very welcome!

InghelsBot

InghelsBot is a Twitterbot automatically imitating poems from Maarten Inghels. The bot was built on Maarten Inghels' request, as he wanted to see what would happen if we deployed TorfsBot algorithms on his poems.

The algorithms were slightly tweaked to make the algorithm prefer alliterations and rhymes. It also uses Markov Models on a part-of-speech level instead of only word level to deal with having less data than the other bot. Thus, when choosing the next word, it will not only look at the exact previous couple of words but also what word type they are. For example, it might know that the word "have" might follow [article][plural noun], and thus create "the media have", even if these three words never occurred in that order in his poems (although this particular example might have been).

Iedereen Kevin Bot

IedereenKevin is a Twitterbot posting generated facts about people named Kevin.

The idea for this bot started with an article stating that the name Kevin is becoming less popular, having the hashtag #iedereenKEVIN (= #everybodyKEVIN)

This hashtag was quickly claimed by the improv theatre group De Kevins, which has a similarly named show. They used this hashtag to make up all kinds of random facts about people named Kevin to promote the name.

The bot's algorithm simply looks for existing tweets starting with "Wist je dat" *(="Did you know") and replacing a noun with Kevin or Kevins.

Kakbot

Kakbot is a Twitterbot posting text parodies using the word "kak" (= poo).

Similarly to IedereenKevinBot, it is based on a popular hashtag created by Fokke van der Meulen, namely #spreekwoordenmetkak (= proverbs with poo). On this hashtag, people replaced one of the words of a proverb with "poo", which usually ensued in a hilarious new proverb. When the comedy podcast "Mosselen om Half Twee" was talking about TorfsBot, he mentioned that he would love to have a "Kakbot" doing his proverbs with poo. Given that this was easily created by recycling code from IedereenKevin bot, Kakbot was born.

The bot later got extended with other variations Fokke did on this hashtag, e.g., including music, food, movies, and news.

Improv Challenge

ImprovChallenge is a bot that posts a daily challenge for people to make a joke about. It is very similar to the Scenes from a Hat game as well as the Slechtst Denkbare App.

Most of the code repositories for these projects can be found on my GitHub page.

Kabouter Wesley Momenten

Kabouter Wesley Momenten is a bot that posts daily screenshots of Kabouter Wesley, a popular cartoon from the early 2010s. This way, we can all appreciate on a daily basis the beautiful out-of-proportion in-between frames that the animators drew but no one really noticed.

Most of the code repositories for these projects can be found on my GitHub page.

View Twitterbots
Back to projects