sag-enhanced / sage-issues

Issue tracker for SAGE
1 stars 0 forks source link

Custom settings import/export with JSON #42

Closed callmejaf closed 4 months ago

callmejaf commented 4 months ago

Describe the feature

In the settings menu, it would be beneficial to have an option to import and export the configuration settings in JSON format. This feature would act as presets for the generation of different types of accounts.

Use case

This feature would allow users to configure settings from outside the Sage application, using other programming languages or simply to save settings presets. It would provide flexibility for integrating Sage with other tools and automating configurations.

Additional context

For example, in my use case: If integrating with a Discord bot using Discord.py, the user could select a custom username, region, and password directly on Discord, as well as set privacy options. Python could handle the backend, verifying the username's availability and configuring the settings in JSON format for account name, password, and privacy settings. Additionally, it could configure the proxy settings in JSON format based on the selected region. Then, the Python script (or any other program) could import these settings into Sage using a tool like winautomate to automate the process - letting sage do the rest of the account generation

Le0Developer commented 4 months ago

Already possible, see Discord discussion for details: https://discord.com/channels/1008806317474971740/1008808482394361866/1246476099819405333