Skip to content

Commit bf20fff

Browse files
committed
tiny updates
1 parent ae0fbe3 commit bf20fff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

05-bots/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
## Twitter API
1717

1818
- 📈 [TwitterBot Slides](https://docs.google.com/presentation/d/1rL95AggCb0EG6sBhZ47OWWgI_t7Hllqbyt4AnD2c3-4/edit?usp=sharing)
19-
- 💻 [Twitter Example Code (tested in 2023, features limited, see README for more)](https://github.com/Programming-from-A-to-Z/Twitter-Bots-Maybe)
19+
- 💻 [Twitter Example Code (tested in 2024, features limited, see README for more)](https://github.com/Programming-from-A-to-Z/Twitter-Bots-Maybe)
2020
- [node-twitter-api-v2 package](https://github.com/PLhery/node-twitter-api-v2)
2121

2222
## Discord API
2323

24+
- 💻 [Discord Bot Example code and README steps to follow](https://github.com/Programming-from-A-to-Z/Discord-Bot-Examples)
2425
- 🚨 [Coding a Discord Bot](https://youtu.be/AvQcTjB3gPg)
25-
- 💻 **[2023 latest Discord Bot Example code and README steps to follow!](https://github.com/Programming-from-A-to-Z/Discord-Bot-Examples)**
2626
- 📕 [discord.js guide](https://discordjs.guide/)
2727

2828
## Reading
@@ -45,7 +45,7 @@
4545

4646
## Bot Project, Due Wed October 16
4747

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!
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](#discord-api), [Twitter](#twitter-api), and [RiveScript + p5.js](#chatbots) but you are welcome to experiment with any social media platform, service, conversational interface, hardware, website, sms system, etc. as you see fit!
4949

5050
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.
5151

0 commit comments

Comments
 (0)