{"id":16178133,"url":"https://github.com/charlypoly/spotifycollector","last_synced_at":"2026-01-19T22:32:03.983Z","repository":{"id":142836695,"uuid":"88158931","full_name":"charlypoly/SpotifyCollector","owner":"charlypoly","description":"SpotifyCollector","archived":false,"fork":false,"pushed_at":"2017-04-13T11:55:45.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-07T11:34:04.183Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/charlypoly.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":"2017-04-13T11:42:20.000Z","updated_at":"2018-06-06T09:02:22.000Z","dependencies_parsed_at":"2023-03-24T22:44:27.067Z","dependency_job_id":null,"html_url":"https://github.com/charlypoly/SpotifyCollector","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/charlypoly/SpotifyCollector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlypoly%2FSpotifyCollector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlypoly%2FSpotifyCollector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlypoly%2FSpotifyCollector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlypoly%2FSpotifyCollector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charlypoly","download_url":"https://codeload.github.com/charlypoly/SpotifyCollector/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlypoly%2FSpotifyCollector/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28587241,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T20:45:59.482Z","status":"ssl_error","status_checked_at":"2026-01-19T20:45:41.500Z","response_time":67,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-10-10T05:12:26.728Z","updated_at":"2026-01-19T22:32:03.967Z","avatar_url":"https://github.com/charlypoly.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpotifyCollector\n\n### Types\n```typescript\nenum TrackSource {\n  Playlist\n  Saved\n  Recommended\n  History\n  Manual\n}\n\ninterface BaseTrack {\n  id: string\n  name: string\n  uri: string\n  genres: string[]\n}\n\ninterface AnalyzedTrack {\n  popularity: float\n  danceability: float\n  duration_ms: float\n  energy: float\n  tempo: float\n  valence: float\n  acousticness: float\n}\n\ninterface Track extends BaseTrack, AnalyzedTrack {}\n\n\ninterface UserTrack {\n  source: TrackSource\n  track: Track\n}\n\ninterface WeightedTrack extends UserTrack {\n  weight: float;\n}\n```\n\n#### Track weights\n\n\u003ctable\u003e\n  \u003cthead\u003e\n    \u003cth\u003esource\u003c/th\u003e\n    \u003cth\u003eweight\u003c/th\u003e\n  \u003c/thead\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eManual\u003c/td\u003e\n    \u003ctd\u003e5\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eRecommendations\u003c/td\u003e\n    \u003ctd\u003e3\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eSaved\u003c/td\u003e\n    \u003ctd\u003e2\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003ePlaylist\u003c/td\u003e\n    \u003ctd\u003e1\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n### Fetcher\n```typescript\nUserPlaylistTracks(accessToken): UserTrack[]\nUserSavedTracks(accessToken): UserTrack[]\nUserHistoryTracks(accessToken): UserTrack[]\nUserRecommendedTracks(accessToken): UserTrack[]\n```\n\n### Transformers\n```typescript\nUserUniqTracks(UserTrack[]): Set\u003cUserTrack\u003e\nUserWeightedTracks(UserTrack[] | Set\u003cUserTrack\u003e): Set\u003cWeightedTrack\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharlypoly%2Fspotifycollector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharlypoly%2Fspotifycollector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharlypoly%2Fspotifycollector/lists"}