• 0 Posts
  • 212 Comments
Joined 2 years ago
cake
Cake day: December 15th, 2023

help-circle


  • I am not a programmer, but I did code something from scratch.

    I started with a simple idea, I wanted a bot that can chat on twitch.

    I did tons of research, applied for a key from twitch, finally got it to log into chat with the most basic of sample code.

    Then I started to make commands for it. Added one by one over about a year.

    Then the real challenge was getting the code to do math for people in chat: change temperatures between F and C, doing calculations for the blood moon on 7 days to die, and other stuff like that. Eventually I got all that working but it took a ton of trial and error.

    The parts I couldn’t get working yet are getting my code to talk with a SQL database and commands so people can add and remove the bot from their channels themselves. Not sure I will ever finish it since I no longer run a server 24/7 now that I’m offgrid.