I’m using Replit’s database and I think I just found out that every user has their own database within a repel if that makes sense. I posted the repel to the community and I have it so when the user says something the bot doesn’t know to respond, the user can tell it how to respond. Once that happens, it will add the response and question into the database. This only works on a per user base and it’s not public. Is there any way I can make the database public to everyone so they can access the responses?
When I use it on my own, everything works fine. I just can’t use what my friend put in, and my friend can’t use what I asked/said.
I added filters and a ToS to the chat bot that will be enforced, not worries about abuse
what, Because Replit DB is locally hosted, you can’t really share data with others unless you set it up to do so. By writing a flask or django application to return the data from the database, or by using the method mentioned by @bigminiboss.