{"id":16261164,"url":"https://github.com/w3bdesign/spotify-import","last_synced_at":"2026-01-11T05:47:26.376Z","repository":{"id":171184221,"uuid":"647539244","full_name":"w3bdesign/spotify-import","owner":"w3bdesign","description":"Recommend songs and import a list of songs to a new or existing playlist in Spotify","archived":false,"fork":false,"pushed_at":"2024-05-28T16:18:43.000Z","size":171,"stargazers_count":0,"open_issues_count":7,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-29T07:27:34.130Z","etag":null,"topics":["flask","python","spotify","spotipy"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/w3bdesign.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-31T02:12:16.000Z","updated_at":"2024-05-30T08:26:02.447Z","dependencies_parsed_at":"2024-01-25T21:30:33.167Z","dependency_job_id":"d1363bf8-825a-4ea3-8007-99f62bda8a19","html_url":"https://github.com/w3bdesign/spotify-import","commit_stats":null,"previous_names":["w3bdesign/spotify-import"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3bdesign%2Fspotify-import","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3bdesign%2Fspotify-import/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3bdesign%2Fspotify-import/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3bdesign%2Fspotify-import/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/w3bdesign","download_url":"https://codeload.github.com/w3bdesign/spotify-import/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246827758,"owners_count":20840464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","python","spotify","spotipy"],"created_at":"2024-10-10T16:40:39.604Z","updated_at":"2026-01-11T05:47:26.358Z","avatar_url":"https://github.com/w3bdesign.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Screenshots\n\n![Screenshot 1 of project](https://user-images.githubusercontent.com/45217974/266754191-83d88be5-74ad-40f4-b24a-362caa311510.png)\n\n![Screenshot 2 of project](https://user-images.githubusercontent.com/45217974/242784809-c34a2a64-9629-4c5c-ab99-c0a0218820d5.png)\n\n# Spotify Playlist Creator\n\nA Flask web application that allows users to use GPT-4 to generate song recommendations, then create a new Spotify playlist or import to an existing one.\n\n## Features\n\n- GPT-4 based song recommendations\n- Play button to listen to each song\n- Create a new Spotify playlist\n- Import to an existing playlist\n- Custom toast design with Toastify\n- Deployment is possible via Docker\n- Spotify favicon\n\n## Installation\n\nTo set up the project, follow these steps:\n\n1. Clone the repository:\n\n   ```\n   git clone https://github.com/w3bdesign/spotify-import.git\n   cd spotify-playlist-creator\n   ```\n\n2. Install the required packages:\n\n   ```\n   pip install -r requirements.txt\n   ```\n\n3. Rename `.env.example` to `.env` and modify the values accordingly.\n\nReplace the placeholders with your actual Spotify developer credentials and desired redirect URI.\n\nYou can obtain your Spotify developer credentials from the [Spotify Developer Dashboard](https://developer.spotify.com/dashboard/applications).\n\n## Docker\n\nDeployment is possible via Docker:\n\n```\ngit clone https://github.com/w3bdesign/spotify-import.git\n\ncd spotify-import\n\ndocker build -t spotify-import .\n```\n\nStart Docker like this:\n\n```\ndocker run -d -p 5000:5000 \\\n  -e SPOTIPY_CLIENT_ID=changeme \\\n  -e SPOTIPY_CLIENT_SECRET=changeme \\\n  -e SPOTIPY_REDIRECT_URI=changeme \\\n  -e OPENAI_API_KEY=changeme \\\n  -e OPENAI_API_BASE_URL=changeme \\\n  spotify-import\n```\n\n## Usage\n\nTo run the application locally, execute the following command:\n\n```\ncd app\npython main.py\n```\n\nThe application will start running on `http://127.0.0.1:5000/`.\n\nOpen this URL in your web browser to access the Spotify Playlist Creator.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw3bdesign%2Fspotify-import","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fw3bdesign%2Fspotify-import","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw3bdesign%2Fspotify-import/lists"}