What we did
Show and Tell (5 minutes)
- OpenMV Cam
- Sparkfun Apollo Edge Dev Board
- My schedule this week! (no stream Thurs, streaming on the Particle Twitch channel on Friday)
Continuing the Wall of Things (~1 hour, 55 min)
-
Review what we did last time
-
Things I want to do in the bot today:
- Detect cheers, follows and subs, hosts and trigger fire mode for 10 seconds before returning to the last sequence.
- WoTBot helper command
!bot-help
- Create a
!pulse
command to check my heart rate, on demand - Allow the breathe color to be configurable
- Handling an invalid list of colors
- Add
!clay
command and trigger disco mode
-
Things I want to do in firmware today:
- Allow the breathe color to be configurable
- Consider ways to sync up the breathe animation
- Disco mode
What we learned / Ideas for next time
- clarkio suggesting using the tmi module types and tslint to check my usage of the tmi.js API
- Check out wappalyzer (via jam3sn_)
- Good discussion on bot testing, check out what theMichaelJolley and clarkio are doing to test their bots.