Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External database access/contact? #121

Open
ChronoBrake opened this issue May 26, 2020 · 3 comments
Open

External database access/contact? #121

ChronoBrake opened this issue May 26, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ChronoBrake
Copy link

🚀 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.

@ChronoBrake ChronoBrake added the enhancement New feature or request label May 26, 2020
@ghost ghost added the needs review This issue or pull request needs a review label May 26, 2020
@dalexhd
Copy link
Owner

dalexhd commented May 27, 2020

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...

@dalexhd dalexhd removed the needs review This issue or pull request needs a review label May 27, 2020
@dalexhd dalexhd self-assigned this May 27, 2020
@dalexhd dalexhd added this to the v1.0.0 milestone May 27, 2020
@dalexhd
Copy link
Owner

dalexhd commented May 27, 2020

@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

@Roki100
Copy link

Roki100 commented Jul 9, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants