Jason
12482f4298
fixed headless error and reformatted
2 years ago
Jason
767e34c843
fixed headless error and reformatted
2 years ago
Simon
5a8db46178
Bot can run multiple instances at the same time ( #1091 )
...
* Bot can run multiple instances at the same time
* Delete TTS/__pycache__ directory
* Delete video_creation/__pycache__ directory
* Delete videos.json
* Delete utils/__pycache__ directory
* Create videos.json
* Moved id to utils
* Added cleanup in shutdown and fixed bug
* Removed watermark todo and fixed it
* Delete final_video.py
* Update final_video.py
* Delete video.py
* Update video.py
* Delete id.py
* feat: meaningful error message for bad credentials
* chore: remove comment reference to .env
Co-authored-by: Callum Leslie <git@cleslie.uk>
2 years ago
Simon Woker
7132bd60ca
limit filename to 255 chars
...
max length for filenames on windows
2 years ago
Jason
d809e4ad4d
Merge pull request #1092 from Supreme-hub/develop-pyttsx
...
Feature: Pyttsx
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
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
RiveN000
c29f408fb6
Fixed merge conflicts from #982
...
Co-Authored-By: Jacob Cuomo <jacobcuomodev@gmail.com>
2 years ago
Jason
222b7d6e68
Merge pull request #1039 from PatatjeMC/master
...
Ending freeze fix
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
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
RiveN000
f0e1bdc48a
Fix: Hide the "Click to see NSFW" button
...
Fixed this issue by making Playwright wait for page to fully load before clicking the button.
2 years ago
Jason
4abf803170
reformatted code
2 years ago
Jason
d5d8cb1721
fix: typo
2 years ago
Jason
3c9318d4ef
Merge branch 'feat/watermark' into itwontletmepushsoimmakingthistemp
2 years ago
Jason
3b5ab95720
potentially
...
fixes #978
2 years ago
Jason
891c9945fd
refactor: moved backgrounds to CONSTANTS.py
2 years ago
Jason
36aa256668
refactored final_video.py
...
updated requirements.txt
simplified cleanup.py
2 years ago
Jason
1e93121aed
Watermark implementation
...
THIS IS IN BETA
2 years ago
Jason
c0cded355a
Merge branch 'feat/watermark' into develop
2 years ago
Jason
a210011db7
refactor: moved backgrounds to CONSTANTS.py
2 years ago
Jason
d7419cf8e3
Update final_video.py
2 years ago
Jason
d5db0ce0cf
refactored final_video.py
...
updated requirements.txt
simplified cleanup.py
2 years ago
RiveN000
b19b0fd91b
Added two new background videos
...
Added two cool copyright-free background videos often used in shorts.
2 years ago
napuh
1bd39db6f2
Fix: cutting long file names to avoid errors when saving
2 years ago
Jason
1a4edfafca
Watermark implementation
...
THIS IS IN BETA
2 years ago
Callum Leslie
89ab71270a
style: format
2 years ago
Jason
1872ef36c1
reformatted
2 years ago
Jason
482a666941
adds a min comment's var
...
fixes #924
chore: updated version number
2 years ago
Jason
b027679c01
I give up on #11
...
can't implement
2 years ago
Jason
aeafb53da3
background audio implementation p2.
...
removed debug calls and testing rn
style: removed useless comment imports
2 years ago
Jason
c412155720
background audio implementation
2 years ago
Jason
dab3e64fef
style: reformatted.
2 years ago
Jason
a3ec449ee0
Merge remote-tracking branch 'origin/develop' into develop
...
# Conflicts:
# .github/workflows/lint.yml
2 years ago
Jason
d05625d212
feat: partial background audio implementation
...
#11 currently doesn't fully work
(note: not my finest work, I wrote this sleep-deprived)
I need to push for other changes
2 years ago
Muhammed Mustafa Akşam
532e49276a
Adding subreddit to videos.json
...
Adding subreddit data to videos.json
2 years ago
autoblack
40bfcf468e
fixup: Format Python code with Black
2 years ago
Jason
e44718ffdb
feat: background audio implementation
...
closes #11
(note: not my finest work, I wrote this sleep-deprived)
2 years ago
Jason
fc414b57b7
style: reformatted
2 years ago
Jason
9ae01b7c19
fixed merge conflicts and cleared up some old existing .env referances
...
chore: updated version num
style: improved IDE autocorrection support
chore: simplified the regex in func name_normalize
2 years ago
Jason
51831ddbd9
Merge branch 'feat/RedditPostPosition' into feat/background-configs
2 years ago
Jason
bd52b4fe8b
some changes to see merge conflicts
2 years ago
Jason
b82459166b
docs: improved examples in .config.template.toml
...
fix: mutability issue in settings.py
style: added autocomplete support for the settings.config var
style: fixed autocomplete issues overall
2 years ago
Callum Leslie
4d7db77fff
style: reformat with python-black
2 years ago
Callum Leslie
71eca69912
fix: handle non value for post lang
2 years ago