Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stellyes/spotify-distrokid-link
Python 3.9 script utilizing Selenium to link an Instagram profile with a list of ISRC codes.
https://github.com/stellyes/spotify-distrokid-link
automation distrokid selenium spotify
Last synced: 17 days ago
JSON representation
Python 3.9 script utilizing Selenium to link an Instagram profile with a list of ISRC codes.
- Host: GitHub
- URL: https://github.com/stellyes/spotify-distrokid-link
- Owner: stellyes
- Created: 2022-03-15T21:31:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-19T07:03:00.000Z (about 1 year ago)
- Last Synced: 2024-08-08T00:43:12.497Z (4 months ago)
- Topics: automation, distrokid, selenium, spotify
- Language: Python
- Homepage:
- Size: 5.86 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - stellyes/spotify-distrokid-link - Python 3.9 script utilizing Selenium to link an Instagram profile with a list of ISRC codes. (Python)
README
This service is sadly no longer offered by DistroKid! Sad.
# Quickly link your songs to your instagram profile!
Distrokid offers a service via [Google Forms](https://docs.google.com/forms/d/e/1FAIpQLSe9C_btqqUr9zQoQEwH525_z2ZAQazP5wU4ysTCyNo0KXmu9g/viewform) that enables artists to request that their music on Facebook/Instagram is linked with their Instagram profile. If you're like me and have a good number of songs to link, this process can take upwards of 7 to 10 minutes, and who has time for that?
## Requirements:
- Python 3.9
- A Distrokid account that you've used to distribute your music
- ISRC codes for the songs you want to submit for review## Setup:
1. First, navigate to the directory of the code, and in your terminal install the requirements by running ` pip3 install -r requirements.txt `
2. Next, paste the ISRC codes you wish to submit for review in the `isrc.txt` file. **Ensure that each ISRC code is sepearted by a line break, otherwise you will be submitting requests for invalid ISRC codes**
3. Run the script by going back into your terminal and typing ` python3 distrolink.py `. From there, you will be promted to enter in the information necessary to fill out the form.*Remember, why spend five minutes completing a task when you could spend five hours automating it! Safe travels!*