A manager of twitch.tv bots that interact with a channel synchronously but uniquely
TwitchLib - Created by SwitfySpiffy
App -> successful input -> insert information to dynamodb -> invoke lambda function -> bot manager -> longevitiy/DOC
Will host dynamic web app using aws beanstalk or s3 bucket using aspx pages Uppon successful input (payment receieved) will update channelname, #ofbots, time(?)
Hold information of past customers as well as in-progress customers Hold login credentials and api keys of individual bots bool currentlyinuse ? checknext : process
Lambda function will process each new input to the database and instantiate a serverless instance of a bot manager (not future proof, static IPs? -> Kubernetes(expensive), EC2(overkill + static IP))
Verify twitch account creation scripts work Create connection to database table that stores information of twitch accounts Create manager that instantiates bots in a "random" amount of time Verify inidivual bot functionality Create front end for web app Payment processing (bitcoin, ethereum, paypal)
Invidivual bot functionality