You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey bro, second idea and my problem!
What if i have for example in my mariadb database all steam users uid/profileid and i want to "push SteamSpeak to use all infos from my external database(where i have dbid/ts3 uid/steamid)"
Good idea will be to have way to talk with your bot from outside.
The text was updated successfully, but these errors were encountered:
I don't have a plan to support another type of databases in the future. That feature would have much headbreaking changes.... What you can do now, is to manually copy all of those mariadb records and then add a mongodb library to your custom program, so it can be synchronised with SteamSpeak.
Keep in mind that your stored steamids needs to be friends of the SteamSpeak's steam bot.
In the future, I can add to the admin panel a way of importing this data from another sources like csv, mariadb etc...
@ChronoBrake
I've been thinking about this, and my plan is to add the availability to import a CSV containing the steamids/uuid/dbid relationships from the web admin panel.
BTW, you will not be able to import a CSV if you disable the web admin panel. Ref: #120
maybe not so related, but i would suggest choosing between sqlite and mongodb so steamspeak wont force users to have next database on their server, as it feels annoying when for example 5 bots request 5 types of database to be running
🚀 Feature
Hey bro, second idea and my problem!
What if i have for example in my mariadb database all steam users uid/profileid and i want to "push SteamSpeak to use all infos from my external database(where i have dbid/ts3 uid/steamid)"
Good idea will be to have way to talk with your bot from outside.
The text was updated successfully, but these errors were encountered: