{"id":27426035,"url":"https://github.com/richardscull/yoshina-yt","last_synced_at":"2026-04-25T12:36:11.191Z","repository":{"id":246450949,"uuid":"816683068","full_name":"richardscull/yoshina-yt","owner":"richardscull","description":"Twitch song request via custom reward's bot for web player with support of YouTube and Spotify!","archived":false,"fork":false,"pushed_at":"2025-02-13T09:53:26.000Z","size":584,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-28T02:39:47.142Z","etag":null,"topics":["awards","song-requests","spotify","twitch-bot","twith","web-player","websockets","youtube"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/richardscull.png","metadata":{"files":{"readme":".github/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":"2024-06-18T07:56:56.000Z","updated_at":"2025-02-13T09:53:30.000Z","dependencies_parsed_at":"2025-04-14T12:45:08.443Z","dependency_job_id":null,"html_url":"https://github.com/richardscull/yoshina-yt","commit_stats":null,"previous_names":["richardscull/yoshina-yt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/richardscull/yoshina-yt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardscull%2Fyoshina-yt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardscull%2Fyoshina-yt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardscull%2Fyoshina-yt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardscull%2Fyoshina-yt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richardscull","download_url":"https://codeload.github.com/richardscull/yoshina-yt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardscull%2Fyoshina-yt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32262801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"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":["awards","song-requests","spotify","twitch-bot","twith","web-player","websockets","youtube"],"created_at":"2025-04-14T12:29:57.929Z","updated_at":"2026-04-25T12:36:11.161Z","avatar_url":"https://github.com/richardscull.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yoshina-yt 🍃\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./preview.png\" alt=\"\"\u003e\n\u003c/p\u003e\n\n#### Twitch song request via custom reward's bot for web player with support of YouTube and Spotify!\n\n# Introduction 📕\n\nIt is _a massive_ rewrite of original forked project [yoshina](https://github.com/shysecre/yoshina), which supported only Spotify tracks and played them via Spotify desktop app. \u003cbr /\u003e\nThis version supports both YouTube and Spotify tracks and plays them via web player. (Hosted on your local machine) \u003cbr /\u003e\nIt also has `/widget` endpoint that you can use to display the current song on your stream. \u003cbr /\u003e\n\n# Description 📝\n\nSimply putting, it's a bot that listens to twitch chat and reacts to custom rewards. \u003cbr /\u003e\nWhen someone redeems the reward, it will add the track to the player queue. \u003cbr /\u003e\nPlayer will play tracks in order they were added. \u003cbr /\u003e\nYou as streamer can skip tracks, pause, resume, stop player from browser \u003cbr /\u003e\nUsers can use `!current` command in chat to see current track. \u003cbr /\u003e\n\n# Installation \u0026 Setup 🛠️\n\n## Requirements\n\n- Git - [Download](https://git-scm.com/downloads)\n- Node v22 or higher. - [Download](https://nodejs.org/en/download/)\n- Spotify and Twitch developer accounts. (Don't worry, it's free and easy to create)\n\n## Steps\n\n1. Clone repo using `git clone https://github.com/richardscull/yoshina-yt` in terminal.\n2. Create `.env` file in root folder and fill it according to example file `.env.example`.\n   - For twitch client \u0026 secret thing, visit: [dashboard](https://dev.twitch.tv/console/apps) and create new application.\n     - Full name, OAuth Redirect URLs (http://localhost:8000/twitch-auth), Category (Chat Bot). Copy client ID and secret to `.env` file.\n   - For Spotify client \u0026 secret thing, visit: [dashboard](https://developer.spotify.com/dashboard) and create new application.\n     - Full name, Description, Redirect URIs (http://localhost:8000/spotify-auth). Copy client ID and secret to `.env` file.\n3. Run `Start.bat` or `Start.sh` file depending on your OS to install dependencies and start the server.\n4. Follow the instructions in the terminal to authenticate with Spotify and Twitch.\n5. Open browser and go to `http://localhost:8000` to see player interface.\n\n# Special Thanks ❤️\n\n- [shysecre - For original project and the idea](https://github.com/shysecre)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./cats.png\" alt=\"\"\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardscull%2Fyoshina-yt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichardscull%2Fyoshina-yt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardscull%2Fyoshina-yt/lists"}