{"id":38939332,"url":"https://github.com/sonastea/hypebot","last_synced_at":"2026-01-17T15:51:25.912Z","repository":{"id":57714158,"uuid":"511736354","full_name":"sonastea/hypebot","owner":"sonastea","description":"Discord bot that plays user's intro song obtained from youtube","archived":false,"fork":false,"pushed_at":"2025-12-17T05:31:19.000Z","size":232,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-18T11:16:13.373Z","etag":null,"topics":["api","discord","discord-bot","ffmpeg","go","golang","testing","youtube-dl"],"latest_commit_sha":null,"homepage":"https://hypebot.dev","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sonastea.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-08T02:28:21.000Z","updated_at":"2025-12-17T05:30:42.000Z","dependencies_parsed_at":"2023-11-09T12:23:46.250Z","dependency_job_id":"2b579e32-2208-4cff-aac6-8af6c866f671","html_url":"https://github.com/sonastea/hypebot","commit_stats":null,"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/sonastea/hypebot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonastea%2Fhypebot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonastea%2Fhypebot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonastea%2Fhypebot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonastea%2Fhypebot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sonastea","download_url":"https://codeload.github.com/sonastea/hypebot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonastea%2Fhypebot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28511851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"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":["api","discord","discord-bot","ffmpeg","go","golang","testing","youtube-dl"],"created_at":"2026-01-17T15:51:25.256Z","updated_at":"2026-01-17T15:51:25.886Z","avatar_url":"https://github.com/sonastea.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HypeBot\n\n\u003e HypeBot is a discord bot that plays a user selected song upon entering a voice channel.\n\n## Running HypeBot\n\nDownload the latest binaries\n\n1. Go to [releases](https://github.com/sonastea/hypebot/releases) and download the latest version.\n2. Follow the provided instructions and you are set.\n\nBuilding from source\n\n1. Clone this repository.\n2. Build the binary with `go build ./cmd/hypebot`\n   and an executable named \"hypebot\" will be created.\n3. Export your cookies as a `cookies.txt` in the root directory. [(Required)](https://github.com/yt-dlp/yt-dlp/wiki/Extractors#exporting-youtube-cookies)\n4. Run the binary with `./hypebot[.exe] -t \"bot token\" -g \"guild id\"` depending on your os.\n   - Use `-disable_potoken=false` flag to enable POToken (requires `POToken` env var).\n\n## Running as docker container\n\nBuilding the image\n\n1. Go to root of the folder after cloning this repository.\n2. Build the image with `docker build -t hypebot .`\n\nRun the image in a container\n\n1. Create an .env file with these variables: \n   - `TOKEN`    - Your discord bot token.\n   - `GUILD_ID` - Your discord server id.\n   - `PROXY_URL` – A proxy url to use when making requests. *(Optional)*\n   - `CUSTOM_STATUS` – The custom status message for your bot. *(Optional)*\n   - `POToken`  - Proof of Origin token. Only used when `-disable_potoken=false`. *(Optional)*\n\n2. Export your cookies as a `cookies.txt` in the root directory. [(Required)](https://github.com/yt-dlp/yt-dlp/wiki/Extractors#exporting-youtube-cookies)\n3. *(Optional)* If you want to use POToken, pass `-disable_potoken=false` flag and provide your `POToken` env var. [Learn more](https://github.com/yt-dlp/yt-dlp/wiki/Extractors#po-token-guide)\n4. Use your discord bot token for \"TOKEN\" and your discord server's id for \"GUILD_ID\".\n5. Create a docker container from the hypebot image with `docker run --env-file .env -d hypebot`.\n6. Docker hypebot container should be running in the background.\n   \u003e Name your container with `docker run --env-file .env -d --name \u003ccontainer_name\u003e hypebot`.\n\n## Contact Me\n\nMessage me on Discord `nastea` if you have any questions. Feel free to report any bugs or create a pull request, and I'll try to respond as soon as I can.\nClick the link [here](https://github.com/sonastea/hypebot/issues/new) to create an issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonastea%2Fhypebot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsonastea%2Fhypebot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonastea%2Fhypebot/lists"}