Title: Make a bot Slug: 05-s6-step-5 Date: 2020-11-01 12:04 Summary: How to make a bot? For this exercise we will make use of the digital infrastructure of the *Fediverse*. We briefly unpacked what the Fediverse is in section 4: Bot Logic ([*Read this section again by clicking here*](02-s4-bot-logic.html)). The federated structure of the Fediverse is an interesting infrastructure to work with in this exercise, in two ways. The Fediverse is designed for all sorts of different kinds of *formats* of publishing. This choice for multiplicity is furthermore reflected in the way the Fediverse is governed: instead of being a top-down governed platform, it is a federated network of networks. Each network is being shaped by an owner. Which is sometimes an individual, sometimes a group of peers that share the same interest and other times by an organisation. The owner of a network decides about the rules: who can publish? What kind of material can be published? To dive into bot making, we will that is specially prepared for this module. It is written in the programming language *Python* and is saved as a *Jupyter Notebooks*, which makes it possible to run this code from the web![^botexample] Let's make a bot! Please follow the link to proceed:


# Footnotes [^botexample]: The bot-example is kindly hosted by *MyBinder* (). [EXPAND]