{"id":14263762,"url":"https://github.com/depado/parakeet","last_synced_at":"2025-08-08T05:03:13.683Z","repository":{"id":144268557,"uuid":"198673175","full_name":"depado/parakeet","owner":"depado","description":"A SoundCloud player in your terminal","archived":false,"fork":false,"pushed_at":"2025-08-07T00:15:19.000Z","size":2272,"stargazers_count":23,"open_issues_count":4,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-07T02:28:06.238Z","etag":null,"topics":["music","music-player","parakeet","soundcloud","soundcloud-client","soundcloud-player"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/depado.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,"zenodo":null}},"created_at":"2019-07-24T16:35:30.000Z","updated_at":"2025-05-05T12:28:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"418a5601-613b-4e14-9e99-5836e57c6be2","html_url":"https://github.com/depado/parakeet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/depado/parakeet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depado%2Fparakeet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depado%2Fparakeet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depado%2Fparakeet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depado%2Fparakeet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/depado","download_url":"https://codeload.github.com/depado/parakeet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depado%2Fparakeet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269366853,"owners_count":24405250,"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-08-08T02:00:09.200Z","response_time":72,"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":["music","music-player","parakeet","soundcloud","soundcloud-client","soundcloud-player"],"created_at":"2024-08-22T14:01:25.628Z","updated_at":"2025-08-08T05:03:13.666Z","avatar_url":"https://github.com/depado.png","language":"Go","readme":"\u003ch1 align=\"center\"\u003eParakeet\u003c/h1\u003e\n\u003ch2 align=\"center\"\u003e\n  \u003cimg src=\"img/parakeet.gif\" alt=\"mascot\" height=\"350px\"\u003e\n\n  [![forthebadge](https://forthebadge.com/images/badges/made-with-go.svg)](https://forthebadge.com)[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)[![forthebadge](https://forthebadge.com/images/badges/uses-badges.svg)](https://forthebadge.com)\n\n  ![Go Version](https://img.shields.io/badge/Go%20Version-latest-brightgreen.svg)\n  [![Go Report Card](https://goreportcard.com/badge/github.com/depado/parakeet)](https://goreportcard.com/report/github.com/depado/parakeet)\n  [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/depado/parakeet/blob/master/LICENSE)\n  [![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/depado)\n\n  SoundCloud player in your terminal\n\u003c/h2\u003e\n\nNote: This is a work in progress. Documentation should be updated soon.\nThe code is currently in a **very** dirty state.\n\n![screenshot](img/screenshot.png)\n\n## Limitations\n\nCurrently, parakeet has some limitations:\n\n- It will play only the last 50 favorites tracks from the user ID you provide\n- It can't read Go+ sounds even if the client ID comes from a Go+ account\n- Some tracks can't be fetched properly and will be skipped automatically\n\n## Install\n\nFrom source:\n\n```sh\n$ go get github.com/depado/parakeet\n$ cd $GOPATH/src/github.com/depado/parakeet\n$ make install\n```\n\nAlternatively you can download the binary release of parakeet on the \n[releases page](https://github.com/depado/parakeet/releases).\n\nThis project uses [beep](https://github.com/faiface/beep) which in turn uses \n[oto](https://github.com/hajimehoshi/oto) so make sure to check the \n[requirements](https://github.com/hajimehoshi/oto#prerequisite) before trying to \nrun parakeet.\n\n## Configure\n\nFor now this project needs both a SoundCloud client ID and a user ID. It will\nfetch the first 50 favorite tracks of the user and will play them one after\nanother just like SoundCloud would in your browser or app.\n\n### Environment Variables\n\nSetup the following environment variables:\n\n- `PARAKEET_CLIENT_ID`: Your SoundCloud client ID\n- `PARAKEET_USER_ID`: Your SoundCloud user ID\n\n### Flags\n\nYou can also pass these settings using flags when running parakeet:\n\n```sh\n$ parakeet --client_id \u003cyourclientID\u003e --user_id \u003cyouruserID\u003e\n```\n\n## TODO\n\n- [ ] Display more metadata in the information panel\n- [ ] Allow to pass directly an URL to a playlist or user to stream music from\n- [ ] Implement pagination\n- [ ] Refactor player logic\n- [ ] Handle clicks (move cursor in track, play/pause, etc)\n","funding_links":[],"categories":["HarmonyOS"],"sub_categories":["Windows Manager"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdepado%2Fparakeet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdepado%2Fparakeet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdepado%2Fparakeet/lists"}