Simon
0050655499
Add version check in utils folder
2 years ago
Callum Leslie
21ef6a17d1
fix: add pyttsx3 to requirements.txt
2 years ago
Callum Leslie
8463794556
chore: bump version to 2.4 for release
2 years ago
Jason
9e37b4020e
Merge pull request #1120 from swoker/patch-1
...
limit filename to 255 chars
2 years ago
Simon Woker
7132bd60ca
limit filename to 255 chars
...
max length for filenames on windows
2 years ago
Jason
d1009ef098
Merge pull request #1049 from swoker/patch-3
...
prevent last comment being cut off in the middle
2 years ago
Jason
5ab7c695a6
Merge pull request #1107 from StopmotionSimonYT/webserver
...
Webserver
2 years ago
Simon
0f1fccb1a3
Changed URL of video download
2 years ago
Simon
4eaf699a1e
Add files via upload
2 years ago
Jason
b48e6c7f85
Merge pull request #1097 from elebumm/LukaHietala-patch-1
...
Added link to docs
2 years ago
Luka Hietala
31d5f421eb
Update README.md
2 years ago
Jason
d809e4ad4d
Merge pull request #1092 from Supreme-hub/develop-pyttsx
...
Feature: Pyttsx
2 years ago
Supreme-hub
f6c4fc0472
Merge branch 'develop-pyttsx' of github.com:Supreme-hub/RedditVideoMakerBot into develop-pyttsx
2 years ago
Supreme-hub
5bf38dbbf0
added trailing commas
2 years ago
Shorya Agarwal
a51e85a053
formatting
2 years ago
Supreme-hub
3de02c9c6d
formatting changes
2 years ago
Supreme-hub
5d0172a463
fixed formatting changes
2 years ago
Supreme-hub
ca97087ac8
fixed formatting
2 years ago
Callum Leslie
9140af9c02
style: formatted with black
2 years ago
Callum Leslie
fec2c22f44
chore: prepare release
2 years ago
Supreme-hub
3da1debf83
added full pyttsx functionality
2 years ago
Supreme-hub
ae41127a91
fixed a error(self-made), added default values
2 years ago
Supreme-hub
6ca3223ca3
small mistake in voices.py
2 years ago
Supreme-hub
c5fda9d3fe
added pyttsx option
2 years ago
Jason
b81ee722b8
Merge pull request #1076 from RiveN000/develop
...
Fixed merge conflicts from #982
2 years ago
RiveN000
4b581127dd
Changed background_choice example
2 years ago
RiveN000
c29f408fb6
Fixed merge conflicts from #982
...
Co-Authored-By: Jacob Cuomo <jacobcuomodev@gmail.com>
2 years ago
Jason
b463d2223b
Merge pull request #1065 from joshgreenwood2003/develop
...
More rigorous check to prevent text being split for TTS if the split is at the end
2 years ago
Josh Greenwood
7df0671b70
formatting
2 years ago
Josh Greenwood
53986c72ee
process text before all calls to call_tts
...
Process_text now called before call_tts to ensure it is called minimally while allowing for verification that text is not empty
2 years ago
Josh Greenwood
9065f563f1
improved efficiency of empty text check
2 years ago
Josh Greenwood
571c782021
process split text before checking if it is empty
2 years ago
Jason
12f99f4e9d
Merge pull request #1030 from swoker/patch-2
...
allow numbers in reddit post_id
2 years ago
Jason
ea9763cb7e
Merge pull request #1029 from swoker/patch-1
...
change AWS and GTTS max_chars
2 years ago
Jason
58ea51c369
Merge pull request #1052 from Anvilator-web/develop
...
Edited main.py and CONTRIBUTING.md
2 years ago
Jason
43f4af9b06
Update main.py
...
Put the format correctly
2 years ago
Jason
81b20f5e13
Update CONTRIBUTING.md
2 years ago
Ketan Chowdhury
ffda658790
Edited main.py and CONTRIBUTING.md
...
Added a line to code to the shutdown function to inform the user of exiting the program upon calling the function.
And,
Also wrote a section of CONTRIBUTING.md to help beginner developers to setup their fork of the repo as many beginners to github might not know how to setup this up.
2 years ago
Callum Leslie
550eb16fea
Merge pull request #1042 from micziz/curl
...
Change the install.sh to use curl and unzip instead of git
2 years ago
Simon Woker
b0fa661624
prevent last comment being cut offin the middle
2 years ago
Simon Woker
1685b55e6c
add max_chars to GTTS, fixing #1036
2 years ago
Jason
222b7d6e68
Merge pull request #1039 from PatatjeMC/master
...
Ending freeze fix
2 years ago
micziz
38fc12ed5c
Change the install script 2
2 years ago
micziz
8e50522c80
Change the install script 1
2 years ago
Jason
01558418eb
Merge pull request #1041 from RiveN000/develop
...
Feat: Created option to add transition between comments
2 years ago
RiveN000
3e084cd8bc
Created option to add transition between comments
...
Created an option to add a transition (fadein and fadeout) between the images of comments. It makes videos look much more pleasant.
2 years ago
Simon Woker
85beecae20
use correct max_chars for synchronous api call
2 years ago
PatatjeMC
36851dd07b
Revert "Merge branch 'master' of https://github.com/PatatjeMC/RedditVideoMakerBot "
...
This reverts commit 99656fad65
, reversing
changes made to 771452544b
.
2 years ago
PatatjeMC
99656fad65
Merge branch 'master' of https://github.com/PatatjeMC/RedditVideoMakerBot
2 years ago
PatatjeMC
771452544b
Fixed glitchy ending
...
Fixed the issue where the ending freezes for multiple seconds (again cause someone broke my previous fix)
2 years ago