Skip to content

Commit d81ba95

Browse files
committed
updated material for discord bots
1 parent eee965a commit d81ba95

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

β€Ž05-bots/README.mdβ€Ž

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
## Bot Code of Conduct
44

55
- 🌈 [Bot Code of Conduct](https://github.com/Programming-from-A-to-Z/Bot-Code-of-Conduct)
6-
- 🌈 [Bot Ethics in Practice Workshop Slides](https://docs.google.com/presentation/d/1WTBxDBD4f2xJmcFQxvvB5VZsUf8NpheyjNG4okAByyI/edit#slide=id.ga0dd3dd32b_0_228)
6+
- 🌈 [Bot Ethics Workshop Slides](https://docs.google.com/presentation/d/129BXVZucPVXcqYVnflFRdMSvptCPYYsYHHWrW3-D4LY/edit?usp=sharing)
77

88
## Node.js
99

1010
- 🚨 [Workflow: console/terminal/node.js/shell](https://youtu.be/46WOuOrMwTQ)
11+
- 🚨 [How to Set Up a Node.js Project](https://youtu.be/wM3TEvQn2hw)
1112
- πŸ“ [Workflow notes and settings](https://github.com/CodingTrain/Discord-Bot-Examples/wiki/Workflow:-Terminal,-Shell,-Node,-VSCode)
1213
- 🍿 [What is Node.js? - (Part of an older Twitter Bot Tutorial](https://youtu.be/RF5_MPSNAtU)
1314
- 🍿 [Server-side with Node.js - Working with Data and APIs in JavaScript](https://youtu.be/wxbQP1LMZsw?list=PLRqwX-V7Uu6YxDKpFzf_2D84p0cyk4T7X)
@@ -20,9 +21,9 @@
2021

2122
## Discord API
2223

24+
- 🚨 [Coding a Discord Bot](https://youtu.be/AvQcTjB3gPg)
2325
- πŸ’» **[2023 latest Discord Bot Example code and README steps to follow!](https://github.com/Programming-from-A-to-Z/Discord-Bot-Examples)**
2426
- πŸ“• [discord.js guide](https://discordjs.guide/)
25-
- 🍿 [2020 Discord Bot Step-by-Step Video Tutorials](https://thecodingtrain.com/learning/bots/discord/) -- Mostly out of date now! 😭😭😭 New ones recording next week!?
2627

2728
## Reading
2829

@@ -42,13 +43,13 @@
4243
- 🍿 [RiveScript + p5.js video tutorial](https://www.youtube.com/watch?v=zGe1m_bLOFk)
4344
- πŸ’» [RiveScript p5.js Number Guessing Chatbot](https://editor.p5js.org/codingtrain/sketches/_XqFRhtaK)
4445

45-
## Bot Project, Due TBD
46+
## Bot Project, Due Wed October 16
4647

47-
Create a bot! For the purposes of this class, I'm defining a bot as "a computer program which conducts a conversation via auditory or textual methods." This can be applied very broadly, that conversation can be one-sided, two-sided, multi-sided, and it's optional whether there are humans involved at all! You may choose any platform for the course. Examples are provided above for [Discord](https://discord.com/) and TBD but you are welcome to experiment with any social media platform, service, conversational interface, hardware, website, sms system, etc. as you see fit!
48+
Create a bot! For the purposes of this class, I'm defining a bot as "a computer program which conducts a conversation via auditory or textual methods." This can be applied very broadly, that conversation can be one-sided, two-sided, multi-sided, and it's optional whether there are humans involved at all! You may choose any platform for the course. Examples are provided above for [Discord](https://discord.com/) and **TBD: what should we look at next week?!?!?** but you are welcome to experiment with any social media platform, service, conversational interface, hardware, website, sms system, etc. as you see fit!
4849

4950
Document the process of creating your bot and running your bot in a blog post. Include sample interactions / posts from your bot with screenshots,etc. Reflect on the [Bot Code of Conduct](https://github.com/Programming-from-A-to-Z/Bot-Code-of-Conduct/blob/main/README.md) and what ethical questions you considered as part of your process and documentation.
5051

51-
Prepare a 5 minute presentation on your bot on TBD.
52+
Prepare a 5 minute presentation on your bot on October 16.
5253

5354
## Add your assignment below via Pull Request
5455

0 commit comments

Comments
Β (0)