{"id":25435871,"url":"https://github.com/zerowave022/musicvision","last_synced_at":"2025-07-25T12:35:11.034Z","repository":{"id":152243947,"uuid":"618118488","full_name":"ZeroWave022/MusicVision","owner":"ZeroWave022","description":"A complete dashboard for your music streaming profile.","archived":false,"fork":false,"pushed_at":"2023-04-27T17:15:55.000Z","size":1609,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-15T01:11:46.596Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZeroWave022.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-03-23T19:42:54.000Z","updated_at":"2023-04-20T20:10:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"f8d13cc8-abaf-4c80-a526-21e6920158e2","html_url":"https://github.com/ZeroWave022/MusicVision","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ZeroWave022/MusicVision","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroWave022%2FMusicVision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroWave022%2FMusicVision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroWave022%2FMusicVision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroWave022%2FMusicVision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZeroWave022","download_url":"https://codeload.github.com/ZeroWave022/MusicVision/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroWave022%2FMusicVision/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267007610,"owners_count":24020262,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-02-17T07:34:02.649Z","updated_at":"2025-07-25T12:35:11.018Z","avatar_url":"https://github.com/ZeroWave022.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MusicVision\nA dashboard for everything about your music profile.\nCurrently supporting [Spotify](https://spotify.com/).\n\nThis project was made using [Flask](https://flask.palletsprojects.com/) in Python, and the database used is [PostgreSQL](https://www.postgresql.org/).\n\nNote: This project is in its early stages of development.\n\n# Installing\n\n## Prerequisites\nThese must be installed before continuing with the installation.\n\n- Python\n- A PostgreSQL database\n- A Spotify developer app\n\n## Setting up the environment\n\n- Clone the repository into a new folder\n- Move to the newly created folder and set up a new virtual environment:\n\n```\npython3 -m venv venv\n```\n\n- [Activate](https://docs.python.org/3/tutorial/venv.html#creating-virtual-environments) the virtual environment and install dependencies:\n```\npip3 -r requirements.txt\n```\n\n## Setting up environmental variables and config\nThe app uses multiple secrets which should never be publicly available.\nThat's why a `.env` file is used for storing these.\n\nA template follows below:\n\n```\n# Flask\nFLASK_SECRET_KEY=\"\"\n\n# PostgreSQL Database URI with database name included (for example \"musicvision\")\nDB_URI=\"\"\n\n# Spotify\nCLIENT_ID=\"\"\nCLIENT_SECRET=\"\"\n```\n\nFill out missing fields in a `.env` which you place in the main folder (where `app.py` is).\n\nFor `config.json`, use the following template:\n\n```\n{\n    \"scope\": \"\"\n}\n```\n\n## Preparing the database\nRun `setup_db.py` to create the needed database which will be used.\n\n## Running\nMusicVision can now be run by executing `app.py` with Python.\n\n# License\nThis project is licensed under the [Apache License 2.0](https://github.com/ZeroWave022/MusicVision/blob/main/LICENSE).\n\n# Disclaimer\nThis project or its author(s) are in no way associated with Spotify or any other streaming services.\nThe Spotify API is used in accordance with the [Spotify Developer Terms](https://developer.spotify.com/terms/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerowave022%2Fmusicvision","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerowave022%2Fmusicvision","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerowave022%2Fmusicvision/lists"}