[GH-ISSUE #29] How to disable config setup at the first run? #18

Closed
opened 2026-02-27 19:05:25 +03:00 by kerem · 4 comments
Owner

Originally created by @micash545 on GitHub (Mar 3, 2023).
Original GitHub issue: https://github.com/akashrchandran/syrics/issues/29

When I run my script with the Syrics module for the first time, I get the config setup. Can I disable it?

Originally created by @micash545 on GitHub (Mar 3, 2023). Original GitHub issue: https://github.com/akashrchandran/syrics/issues/29 When I run my script with the Syrics module for the first time, I get the config setup. Can I disable it?
kerem closed this issue 2026-02-27 19:05:26 +03:00
Author
Owner

@akashrchandran commented on GitHub (Mar 4, 2023):

I don't get why you want to disable that. Without the config set-up the program will not work. If you're facing any problem with setting up config please say.

<!-- gh-comment-id:1454325602 --> @akashrchandran commented on GitHub (Mar 4, 2023): I don't get why you want to disable that. Without the config set-up the program will not work. If you're facing any problem with setting up config please say.
Author
Owner

@micash545 commented on GitHub (Mar 5, 2023):

or how to set config inside my script

<!-- gh-comment-id:1455183518 --> @micash545 commented on GitHub (Mar 5, 2023): or how to set config inside my script
Author
Owner

@akashrchandran commented on GitHub (Mar 12, 2023):

I apologize for not understanding your question initially. I have addressed the issue you raised, and you may verify that the changes have been implemented to your satisfaction. Thank you for bringing this to my attention; it was an important matter that needed to be resolved.

You'll require to update the module.

https://github.com/akashrchandran/syrics/wiki/Installation#updating

and then you can use it as a module

Use as a module

from syrics.api import Spotify 
sp = Spotify("SP_DC here!") 
print("Logged In as:", sp.getme()["display_name"])
sp.get_lyrics("28RQx5pH9T9LZXY02IheWc") 
<!-- gh-comment-id:1465096433 --> @akashrchandran commented on GitHub (Mar 12, 2023): I apologize for not understanding your question initially. I have addressed the issue you raised, and you may verify that the changes have been implemented to your satisfaction. Thank you for bringing this to my attention; it was an important matter that needed to be resolved. You'll require to update the module. https://github.com/akashrchandran/syrics/wiki/Installation#updating and then you can use it as a module ### Use as a module ```python from syrics.api import Spotify sp = Spotify("SP_DC here!") print("Logged In as:", sp.getme()["display_name"]) sp.get_lyrics("28RQx5pH9T9LZXY02IheWc") ```
Author
Owner

@akashrchandran commented on GitHub (Mar 16, 2023):

Closing the issue because of no response.

<!-- gh-comment-id:1472414625 --> @akashrchandran commented on GitHub (Mar 16, 2023): Closing the issue because of no response.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/syrics#18
No description provided.