{"id":22148646,"url":"https://github.com/frenzyexists/spotituby","last_synced_at":"2025-07-26T02:32:41.585Z","repository":{"id":263959261,"uuid":"765445464","full_name":"FrenzyExists/spotituby","owner":"FrenzyExists","description":"A tool to download music from Spotify and Youtube, free, as it should","archived":false,"fork":false,"pushed_at":"2025-02-17T08:27:17.000Z","size":982,"stargazers_count":5,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-26T11:57:37.386Z","etag":null,"topics":["cli","hobby-project","mp3","spotify-cli"],"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/FrenzyExists.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2024-02-29T23:43:31.000Z","updated_at":"2025-05-28T16:38:48.000Z","dependencies_parsed_at":"2024-12-12T19:19:01.434Z","dependency_job_id":"5fdf2d90-9b21-491d-b376-cf17ea65a0a3","html_url":"https://github.com/FrenzyExists/spotituby","commit_stats":null,"previous_names":["frenzyexists/spotituby"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/FrenzyExists/spotituby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrenzyExists%2Fspotituby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrenzyExists%2Fspotituby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrenzyExists%2Fspotituby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrenzyExists%2Fspotituby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FrenzyExists","download_url":"https://codeload.github.com/FrenzyExists/spotituby/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrenzyExists%2Fspotituby/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267107784,"owners_count":24037323,"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-26T02:00:08.937Z","response_time":62,"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":["cli","hobby-project","mp3","spotify-cli"],"created_at":"2024-12-01T23:29:00.770Z","updated_at":"2025-07-26T02:32:41.554Z","avatar_url":"https://github.com/FrenzyExists.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# 🎵 Spotituby\n\n*Download your favorite music, anywhere, anytime* \n\n[![GitHub package.json version](https://img.shields.io/github/package-json/v/FrenzyExists/spotituby?style=for-the-badge\u0026logo=github\u0026color=F4A4B5)](https://github.com/FrenzyExists/spotituby)\n[![npm](https://img.shields.io/npm/dt/spotituby?style=for-the-badge\u0026logo=npm\u0026color=CB3837)](https://www.npmjs.com/package/spotituby)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge\u0026color=98C379)](LICENSE)\n\u003ca href=\"https://github.com/FrenzyExists/spotituby/stargazers\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/FrenzyExists/spotituby?style=for-the-badge\u0026logo=starship style=flat-square\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/FrenzyExists/spotituby/issues\"\u003e\u003cimg src=\"https://img.shields.io/github/issues/FrenzyExists/spotituby?style=for-the-badge\u0026logo=bugatti\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n## ✨ Features\n\n🎵 **Spotify Integration**\n- Download tracks from your favorite playlists\n- Access your liked songs\n- Smart track selection with metadata preservation\n\n🎬 **YouTube Support**\n- Download from YouTube playlists or single videos\n- High-quality audio conversion\n- Automatic metadata tagging\n\n🚀 **Easy to Use**\n- Simple CLI interface\n- Cross-platform support (Windows, macOS, Linux)\n- Fast and efficient downloads\n\n## 🚀 Quick Start\n\n### Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n\u003cdetails\u003e\n\u003csummary\u003e📦 Required Dependencies\u003c/summary\u003e\n\n- **Node.js \u0026 npm** - [Download](https://nodejs.org)\n  ```bash\n  node --version  # Should be \u003e= 14\n  ```\n\n- **Python 3** - [Download](https://python.org)\n  ```bash\n  python3 --version  # Should be \u003e= 3.12\n  ```\n\n- **yt-dlp** - For YouTube downloads\n  ```bash\n  # Linux/macOS\n  sudo apt install yt-dlp  # Debian/Ubuntu\n  brew install yt-dlp      # macOS\n\n  # Windows\n  choco install yt-dlp\n  ```\n\n\u003c/details\u003e\n\n### 🔧 Installation\n\n1. **Install from npm**\n   ```bash\n   npm install -g spotituby\n   ```\n\n   Or clone and build:\n   ```bash\n   git clone https://github.com/FrenzyExists/spotituby.git\n   cd spotituby\n   ./install.sh\n   ```\n\n2. **Configure Spotify API**\n   \n   Create a `.env` file:\n   ```env\n   SPOTIFY_CLIENT_ID=your_client_id\n   SPOTIFY_CLIENT_SECRET=your_client_secret\n   ```\n   \n   \u003cdetails\u003e\n   \u003csummary\u003e🔑 How to get Spotify credentials\u003c/summary\u003e\n   \n   1. Visit [Spotify Developer Dashboard](https://developer.spotify.com/dashboard)\n   2. Create a new app\n   3. Add `http://localhost:3000/callback` to Redirect URIs\n   4. Copy Client ID and Client Secret\n   \u003c/details\u003e\n\n## 🎮 Usage\n\n### Basic Commands\n\n```bash\n# Download from Spotify playlist\nspotituby cli --url https://open.spotify.com/playlist/37i9dQZF1DX5Ejj0EkURtP\n\n# Download from YouTube playlist\nspotituby cli --url https://www.youtube.com/playlist?list=PLv9ZK9k7ZDjW5mDlMQm4eMjR4kxY9e8Ji\n\n# Reset credentials\nspotituby --reset\n```\n\n### 🎨 Features in Action\n\n\u003cdetails\u003e\n\u003csummary\u003e📥 Downloading Playlists\u003c/summary\u003e\n\n```bash\nspotituby cli\n# Follow the interactive prompts to:\n# 1. Select a playlist\n# 2. Choose tracks\n# 3. Download and convert\n```\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e🔄 Managing Authentication\u003c/summary\u003e\n\n```bash\n# Reset stored credentials\nspotituby --reset\n\n# Start on CLI Mode\nspotituby cli\n```\n\u003c/details\u003e\n\n## 🤝 Contributing\n\nContributions are what make the open source community amazing! Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📝 License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n## 🌟 Show your support\n\nGive a ⭐️ if this project helped you!\n\n## 📧 Contact\n\nDetective Pikachu - [@Not__Pikachu](https://twitter.com/Not__Pikachu)\n\n---\n\n\u003cdiv align=\"center\"\u003e\nMade with ❤️ by \u003ca href=\"https://github.com/FrenzyExists\"\u003eFrenzyExists\u003c/a\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrenzyexists%2Fspotituby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrenzyexists%2Fspotituby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrenzyexists%2Fspotituby/lists"}