letsRobot / letsrobot

Let's Robot open source software for pairing your robot with our site.
https://letsrobot.tv
Apache License 2.0
24 stars 34 forks source link

Add Web Server #25

Open Nocturnal42 opened 5 years ago

Nocturnal42 commented 5 years ago

Look at adding a simple webserver to the controller (will probably require a different module depending on if its running python 2 or 3).

Should have basic functionality such as adjusting brightness / contrast. Muting / Unmuting tts etc. Modules should be able to add functions to it similar to how chat commands are added. Should have the ability to send chat commands directly from a webpage.

bwookieeeee commented 5 years ago

I've been doing this behind the curtain for about a week now. I've got it on a personal repo

I feel like it's a good starting point, and I can merge it into here if you deem it appropriate.