-
Posts
216 -
Joined
-
Last visited
Everything posted by Duelist
-
Been working on a discord bot that tracks App Updates so mod makers can get notified when a new update drops for on of their games.
- Show previous comments 7 more
-
@Duelistwhy not use a mongodb? That gives you like 500mbs of storage free and depending on how your storing the data you can use that for months if not years. I get the drive api for the downloading if that is a features but apart for that mongodb is better imo. You can use a local sqldb but yeah.
-
@carpoa Honestly just went this route out of familiarity. Don't have any experience with mongodb and very little experience with mysql
-
I will be more than happy to give you an sqlite3 script in python if that helps! It also should help for the short term. Although when you start to get a sh!t ton of people on it mongodb and more higher end data storage methods like mongo are the way to go but for now sqlite is the best option. It will help prevent corruption/data loss.
-
@carpoa
There are plenty of free web deployment provider tho. With limits but free. -
Although true. It would still cost them to pay for database on or off site, the hosting eventually as the project grows and they will still need to buy a domain and cert as lord forbid people are going to remember: mycoolwebsite.glitch.me
but I get what you mean.
-
Updating games today, bare with me