dyreschlock / schlock-bot

Robot code to run on Twitch, Discord, and host OBS overlays
0 stars 0 forks source link

Create conversion app that takes the HTML data pages, and puts them into stored json files #118

Closed dyreschlock closed 2 years ago

dyreschlock commented 2 years ago

Rather than just dumping the HTML files into the repository, create a separate runnable that'll take all that data, and put it into json files, or whatever.

Then, when the bot runs, load the data from those files instead.

dyreschlock commented 2 years ago

Success. This adds an extra step, but it makes the data much cleaner. And now the project correctly identifies as a java project, rather than an HTML project.