WolvSec / CTF-Bot

This is a Discord bot that is used to parse ctftime.org and make managing CTF channels easier.
2 stars 1 forks source link

JSON or database for storing persistent data #2

Open qhdwight opened 2 years ago

qhdwight commented 2 years ago

Right now https://jsonpickle.github.io/ is being used for storing data. I'm not really sure if I like it though, since it will probably get unwieldy as more data is added. Plus it's kinda sus since it loads Python types directly from name.

qhdwight commented 2 years ago

The more I think about this we should really be using an ORM and sqlite or something