andersthemagi / Sovereign-of-Chaos

A small-scale bot made in Python, capable of handling several D&D related tasks on Discord. Built using Discord.py and hosted on a Raspberry Pi.
MIT License
1 stars 0 forks source link

Bot Migration to Raspberry Pi #12

Closed andersthemagi closed 3 years ago

andersthemagi commented 3 years ago

Feature Description

Rather than continue to use a system that will inevitably not fit our server's needs (50MB of space for data will fill up quickly) and use inefficient key-value stores for static data, I've decided to migrate to a Raspberry Pi.

Desired Solutions

Considered Alternatives

N/A

Additional context

N/A at this time, will be included as comments if need post-submission.

andersthemagi commented 3 years ago

Chances are, code will need to be streamlined and made to work with MySQL rather than the repl database. Luckily the database.py file should help with streamlining most of that interaction fairly easily.

andersthemagi commented 3 years ago

Everything is working as intended except for db-related functionality.

Going to be hashing out the db architecture in the hopes of finishing it tonight

andersthemagi commented 3 years ago

Bot is working properly and sustained on the raspberry pi without issues. Closing this out.