From ff7422685f23d23cf86368962970820c2c56123b Mon Sep 17 00:00:00 2001 From: etcroot Date: Fri, 3 Jun 2022 21:10:14 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 10e84e9..82b8e1c 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,10 @@ These videos on TikTok, YouTube and Instagram get MILLIONS of views across all p If you want to see more detailed guide, please refer to the official [documentation](https://immaharry.gitbook.io/reddit-automated-video-bot/). *The Documentation is still being developed and worked on, please be patient as we change / add new knowledge! +#### OPTIONAL + +If you wish to edit the language or accent of the voice, please refer to the GTTS documentation [Localized Accents](https://gtts.readthedocs.io/en/latest/module.html#localized-accents) & the specifics of how to use it is located [GTTS Accent Examples](https://gtts.readthedocs.io/en/latest/module.html#examples). This can be edited in the voices.py file which is located inside /video_creation, adding the parameter `tld="co.uk"` for example in the `tts = gTTS(text=reddit_obj["thread_title"], lang="en", slow=False)` lines. + ## Contributing & Ways to improve 📈 In its current state, this bot does exactly what it needs to do. However, lots of improvements can be made.