tisboyo / Twitch_Bot

4 stars 2 forks source link

Add fields to the topic command #173

Closed baldengineer closed 3 years ago

baldengineer commented 3 years ago

I want to re-structure how the !topic command works. I would like it to have multiple arguments that construct the string when a user runs the !topic commands.

I want to add three sub-pieces:

When someone issues !topic bot will take those four and turn it into a string like: [title]. Goal: [goal]. Currently: [step]. Notes/Info: [link]

that way during the stream, I can just do something like: !topic step Tearing apart the sensor to see what is inside.

Consideration for the future, I'd like to keep track of the steps and be able to request them as a JSON object. I'm thinking of having a page on baldengineer.com (not the bot) that could be accessible for a full history of what has been done. (or maybe I pull it up during the stream?)