Update README.md#3
Open
Aakash2347 wants to merge 1 commit into
Open
Conversation
Author
|
Good morning |
kustbots
pushed a commit
that referenced
this pull request
Jun 29, 2026
#1 app.json (Heroku) — added YOUTUBE_COOKIES env var with description #2 railway.json (Railway) — added YOUTUBE_COOKIES and DOWNLOAD_API_BASE, cleaned up MongoDB_url #3 YOUTUBE_COOKIES feature — users paste cookies into env, bot writes to disk on startup v1.0 — Complete modular bot with cloud-ready deployment on all major platforms
kustbots
pushed a commit
that referenced
this pull request
Jun 29, 2026
#1 Dockerfile — add curl/unzip/ca-certificates + Deno install via deno.land/install.sh (placed at /usr/local/bin/deno) #2 heroku.yml — new file, tells Heroku to build from Dockerfile as container; all other platforms ignore this file #3 core/api.py — add js_runtimes deno + extractor_args youtube player_client web/mweb/android to yt-dlp opts #4 core/playback.py — remove proactive assistant membership check on every play; now only attempts to join assistant when call_py.play() throws a chat/peer error; saves rate limit calls #5 state.py — remove assistant_cache (no longer needed after lazy invite refactor) v1.1
kustbots
pushed a commit
that referenced
this pull request
Jun 29, 2026
…uttons #1 core/api.py — remove invalid js_runtimes string option (caused crash); Deno auto-detected from PATH #2 main.py — add EJS pre-init thread on startup (clear cache + warm up deno solver via --remote-components ejs:github) #3 core/helpers.py — revert progress bar marker to snowflake emoji #4 state.py — add paused_chats set to track per-chat pause state #5 core/playback.py — context-aware buttons: shows Pause when playing, Resume when paused (center row), Skip+Stop below #6 handlers/music.py — pause/resume/stop/skip commands update paused_chats set #7 handlers/callbacks.py — remove unused MAIN_OWNER import v1.2
kustbots
pushed a commit
that referenced
this pull request
Jun 29, 2026
#1 LICENSE — changed from CC-BY-NC to GPL 3.0; added requirements: star repo, fork before deploy, give credits #2 koyeb.yaml — updated service name, repo URL, env vars (removed old MongoDB fields, added new ones) #3 README.md — added About section explaining project, why to use it, license, and star request #4 git branches — deleted patch-1, patch-2, patch-3 (no longer needed) v1.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Good