natzert / PrintMakingBot

Bot for japaneseprintmaking on twitch
4 stars 3 forks source link

Added !lastowl #19

Closed Zylvian closed 6 years ago

Zylvian commented 6 years ago

Returns a countdown since last time the print was shown on stream.

natzert commented 6 years ago

I'd feel more comfortable about this if that page wasn't executing javascript in the browser. There is no real reason for it and it's a potential attack vector. The page is simple enough that it can (and really should) do the rendering server-side.

If this page returned pre-rendered html (or ideally json) we could just build it directly into the bot too. That would be really easy to implement.

Denied as it stands though.