{"id":15145966,"url":"https://github.com/druffko/youtube-restream-bot","last_synced_at":"2025-03-31T08:32:00.245Z","repository":{"id":257249055,"uuid":"847473523","full_name":"massimo-rnd/youtube-restream-bot","owner":"massimo-rnd","description":"A Python script that automatically starts a restream of a YouTube Livestream using OBS","archived":true,"fork":false,"pushed_at":"2024-11-16T10:24:12.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-27T15:17:39.981Z","etag":null,"topics":["python","python3","restream","restream-bot","restreamer","youtube","youtube-bot","youtube-restream-bot"],"latest_commit_sha":null,"homepage":"","language":"Python","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/massimo-rnd.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":"2024-08-25T23:08:46.000Z","updated_at":"2024-11-16T10:24:25.000Z","dependencies_parsed_at":"2024-09-15T14:34:00.914Z","dependency_job_id":"7402d3d0-a55f-45c9-b55d-858b6835490b","html_url":"https://github.com/massimo-rnd/youtube-restream-bot","commit_stats":null,"previous_names":["druffko/youtube-restream-bot","massimo-rnd/youtube-restream-bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massimo-rnd%2Fyoutube-restream-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massimo-rnd%2Fyoutube-restream-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massimo-rnd%2Fyoutube-restream-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massimo-rnd%2Fyoutube-restream-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/massimo-rnd","download_url":"https://codeload.github.com/massimo-rnd/youtube-restream-bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246441745,"owners_count":20778090,"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","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":["python","python3","restream","restream-bot","restreamer","youtube","youtube-bot","youtube-restream-bot"],"created_at":"2024-09-26T12:00:28.985Z","updated_at":"2025-03-31T08:32:00.239Z","avatar_url":"https://github.com/massimo-rnd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/massimo-rnd/youtube-restream-bot?include_prereleases)\n\n![.NET Version](https://img.shields.io/badge/stability-testing-yellow)\n![GitHub last commit](https://img.shields.io/github/last-commit/massimo-rnd/youtube-restream-bot)\n\n  \u003cbr\u003e\n\n  ![GitHub All Releases](https://img.shields.io/github/downloads/massimo-rnd/youtube-restream-bot/total)\n  ![GitHub closed issues](https://img.shields.io/github/issues-closed/massimo-rnd/youtube-restream-bot)\n  ![GitHub issues](https://img.shields.io/github/issues/massimo-rnd/youtube-restream-bot)\n  \n  \u003ch1\u003eYoutube Restream Bot\u003c/h1\u003e\n  \u003cp\u003e\n    A Python script that automatically starts a restream of a YouTube Livestream using OBS\u003cbr\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n## Table of Contents\n- [About](#about)\n- [Features](#features)\n- [Installation](#installation)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n\n---\n\n## About\n\nYouTube Restream Bot is a Python script that automatically starts a restream of a YouTube Livestream using OBS. It uses Google's YouTube API V3 to detect if a channel is live and OBS's Websocket Plugin to send the Start/Stop Streaming Command.\n\n---\n\n## Features\n\n- ✅ Detect if a Channel starts a Livestream\n- ✅ Automatically Starts/Stops the Stream in OBS\n\n---\n\n## Installation\n\n### Download the latest version\n\nTo start off, please head to the [releases page](https://github.com/massimo-rnd/youtube-restream-bot/releases) and download the latest release version.\n\n### Setting Up OBS\nPlease make sure to have the OBS Websocket Plugin installed.\n\nSet up your OBS Streaming credentials as you always would and Enable the Websocket Plugin.\n\n### Entering credentials\nCreate a project in the Google Cloud console and enable the YouTube Data API V3.\n\nOpen the youtube-restream-bot.py in a text editor of your choice and enter API_KEY for YouTube's API, CHANNEL_ID for your Source-Channel ID and OBS_WEBSOCKET_PASSWORD.\n\nYou might also want to change the check-interval, which is set to 60 seconds per default.\n\n### Launch the application\n\nLaunch the application in terminal using python3 youtube-restream-bot.py\n\n---\n\n## Contributing\n\nContributions are welcome! Please follow these steps:\n\n1. Fork the repository\n2. Create a new branch (`git checkout -b feature-name`)\n3. Commit your changes (`git commit -m 'Add some feature'`)\n4. Push to the branch (`git push origin feature-name`)\n5. Open a pull request\n\n---\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n## Contact\n\n- **massimo-rnd** - [@massimo_rnd](https://twitter.com/massimo_rnd) - hi@massimo.gg\n- **Project Link** - https://github.com/massimo-rnd/youtube-restream-bot\n\nFeel free to reach out if you have any questions or suggestions!\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdruffko%2Fyoutube-restream-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdruffko%2Fyoutube-restream-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdruffko%2Fyoutube-restream-bot/lists"}