mirror of
https://github.com/GladistonXD/votify-fix.git
synced 2026-04-26 15:05:58 +03:00
[GH-ISSUE #11] Using Votify as a library in Python projects #10
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/votify-fix#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vijaykrpp on GitHub (Feb 25, 2026).
Original GitHub issue: https://github.com/GladistonXD/votify-fix/issues/11
Hi,
Thanks for keeping votify up & running. I want simple code snippet to use it in my projects. Right not I can only use it via command lines.
Can you provide the code snippet for the same?
(Like glomatico's gamdl):
@GladistonXD commented on GitHub (Feb 25, 2026):
Do you want to use it as an API? You can use this as a base:
@cynthia2006 commented on GitHub (Feb 26, 2026):
@vijaykrpp You can checkout votifast, which has a very friendly API to work with. Here's a minimal example to get you started.
@vijaykrpp commented on GitHub (Feb 26, 2026):
Thanks a lot, @GladistonXD and @cynthia2006. Much appreciated.
@vijaykrpp commented on GitHub (Feb 27, 2026):
@GladistonXD how do I manipulate the downloaded file name and the directory? It defaults to download at
Spotifyfolder with subfolders names taken from artist name and album name. I want to keep it simple, to download at/path/to/download/file.m4a?@GladistonXD commented on GitHub (Feb 28, 2026):
I edited the code above; in this part here you can customize the output:
customize_name = 'file'