From c704929b2f5118db7a6075ab3d9bd9c39adc5c14 Mon Sep 17 00:00:00 2001 From: Jason Cameron Date: Mon, 1 Apr 2024 12:54:51 -0400 Subject: [PATCH 1/2] Update streamlabs_polly.py Fixes issues with git --- TTS/streamlabs_polly.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TTS/streamlabs_polly.py b/TTS/streamlabs_polly.py index dddeedc..3f0610d 100644 --- a/TTS/streamlabs_polly.py +++ b/TTS/streamlabs_polly.py @@ -44,8 +44,8 @@ class StreamlabsPolly: ) voice = str(settings.config["settings"]["tts"]["streamlabs_polly_voice"]).capitalize() body = {"voice": voice, "text": text, "service": "polly"} - headers = {"Referer" : "https://streamlabs.com/" } - response = requests.post(self.url, headers=headers,data=body) + headers = {"Referer": "https://streamlabs.com/"} + response = requests.post(self.url, headers=headers, data=body) if not check_ratelimit(response): self.run(text, filepath, random_voice) From b5863a6053f265ac6189c729afcb5c43c72ca32a Mon Sep 17 00:00:00 2001 From: Mohamed Moataz Date: Sun, 7 Apr 2024 12:16:40 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b75111..ab040dd 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,9 @@ The only original thing being done is the editing and gathering of all materials ... but what if we can automate that process? 🤔 -## Disclaimers 🚨 +## Updates 🚨 -- **At the moment**, this repository won't attempt to upload this content through this bot. It will give you a file that - you will then have to upload manually. +- **Finally**, the bot created in this repository can now upload the videos generated to YouTube. It also generates the video title, description, tags & thumbnail! ## Requirements