bots-as-digital-infrapunctures/content/Section 6 - Critical Interventions Through Bots (exercise)/1-introduction.md

18 lines
1.1 KiB
Markdown
Raw Normal View History

2020-09-11 17:59:20 +02:00
Title: Critical Interventions through Bots (exercise)
Slug: 01-s6-step-1
Date: 2020-11-01 12:00
Summary: Start of the bot-making excercise.
2020-09-04 17:06:52 +02:00
In this last section of the module we will make a bot. 🤖
2020-09-04 17:06:52 +02:00
We will use the script we wrote in the previous section and translate it into a bot ([in case you haven't done it yet, it is recommended to go through this section first](/category/section-5-infrapunctural-imaginaries-exercise.html)).
2020-09-04 17:06:52 +02:00
Before we dive into bot making, we will first look into the **materiality of bots**: How do they operate? What code is needed to make a bot? And how does a bot connect to an infrastructure, both in a technical and dialogical way?
2020-09-04 17:06:52 +02:00
Then we will go through a couple of basic features of **programming logic** to explore the computational structure of bots, such as loops, if/else statements and variables. It will help us get a better understanding of the mechanisms behind these automated agents.
2020-09-04 17:06:52 +02:00
After that, we will look at the code of an **example bot**, to study how other bot makers write and operate them.
And lastly, we will finish this module by **making a bot** ourselves.