electro199
f0e5138857
Fix:(Bug)empty string in story mode
2 years ago
Syed Aman Raza
8617136499
feat:All native image for bot title and posttext | comments , Fonts , version bump
2 years ago
Syed Aman Raza
349bf7251a
bug: fixed audio collection error
2 years ago
Syed Aman Raza
764530e664
feat:Added AI based sentence processing
2 years ago
Syed Aman Raza
2461fc09d8
FIX:fonts issue,typo
2 years ago
Syed Aman Raza
1d76310b6a
bug: typo
2 years ago
Syed Aman Raza
d48d24422e
feat: themes
...
refactor:acess browser
less duration of brower usage
2 years ago
Syed Aman Raza
c6f7295948
refactor: headless
2 years ago
Syed Aman Raza
3f6344aca3
edited some bug and typo
2 years ago
Syed Aman Raza
004d4c213c
Merge branch 'develop' into master
2 years ago
Syed Aman Raza
1424b3edd5
Added the stroy mode with two method and add min comment lenght
2 years ago
RiveN
afbffa1b50
Fixed bug (better implementation)
...
After adding "__comment" to the backgrounds.json file code crashed because it treated "__comment" as one of the backgrounds.
2 years ago
RiveN
b92386629a
Fixed bug
...
After adding "__comment" to the backgrounds.json file code crashed because it treated "__comment" as one of the backgrounds.
2 years ago
RiveN000
3a93892a22
Added comment to background.json
2 years ago
RiveN000
2da3d95959
New function in GUI
...
"Add background video" option added to GUI
2 years ago
Simon
af7ea650a0
Cleared videos.json
2 years ago
Jason
f65a797ec5
reformatted
2 years ago
Jason
c10a5d3c2f
fixed 71c317da23
by removing match usage (3.10+ only)
...
optimized imports
2 years ago
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
3 years ago
Supreme-hub
ae41127a91
fixed a error(self-made), added default values
3 years ago
Supreme-hub
6ca3223ca3
small mistake in voices.py
3 years ago
Supreme-hub
c5fda9d3fe
added pyttsx option
3 years ago
RiveN000
c29f408fb6
Fixed merge conflicts from #982
...
Co-Authored-By: Jacob Cuomo <jacobcuomodev@gmail.com>
3 years ago
Jason
222b7d6e68
Merge pull request #1039 from PatatjeMC/master
...
Ending freeze fix
3 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.
3 years ago
PatatjeMC
771452544b
Fixed glitchy ending
...
Fixed the issue where the ending freezes for multiple seconds (again cause someone broke my previous fix)
3 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.
3 years ago
Jason
4abf803170
reformatted code
3 years ago
Jason
d5d8cb1721
fix: typo
3 years ago
Jason
3c9318d4ef
Merge branch 'feat/watermark' into itwontletmepushsoimmakingthistemp
3 years ago
Jason
3b5ab95720
potentially
...
fixes #978
3 years ago
Jason
891c9945fd
refactor: moved backgrounds to CONSTANTS.py
3 years ago
Jason
36aa256668
refactored final_video.py
...
updated requirements.txt
simplified cleanup.py
3 years ago
Jason
1e93121aed
Watermark implementation
...
THIS IS IN BETA
3 years ago
Jason
c0cded355a
Merge branch 'feat/watermark' into develop
3 years ago
Jason
a210011db7
refactor: moved backgrounds to CONSTANTS.py
3 years ago
Jason
d7419cf8e3
Update final_video.py
3 years ago
Jason
d5db0ce0cf
refactored final_video.py
...
updated requirements.txt
simplified cleanup.py
3 years ago
RiveN000
b19b0fd91b
Added two new background videos
...
Added two cool copyright-free background videos often used in shorts.
3 years ago
napuh
1bd39db6f2
Fix: cutting long file names to avoid errors when saving
3 years ago
Jason
1a4edfafca
Watermark implementation
...
THIS IS IN BETA
3 years ago
Callum Leslie
89ab71270a
style: format
3 years ago
Jason
1872ef36c1
reformatted
3 years ago
Jason
482a666941
adds a min comment's var
...
fixes #924
chore: updated version number
3 years ago
Jason
b027679c01
I give up on #11
...
can't implement
3 years ago
Jason
aeafb53da3
background audio implementation p2.
...
removed debug calls and testing rn
style: removed useless comment imports
3 years ago
Jason
c412155720
background audio implementation
3 years ago
Jason
dab3e64fef
style: reformatted.
3 years ago
Jason
a3ec449ee0
Merge remote-tracking branch 'origin/develop' into develop
...
# Conflicts:
# .github/workflows/lint.yml
3 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
3 years ago
Muhammed Mustafa Akşam
532e49276a
Adding subreddit to videos.json
...
Adding subreddit data to videos.json
3 years ago
autoblack
40bfcf468e
fixup: Format Python code with Black
3 years ago
Jason
e44718ffdb
feat: background audio implementation
...
closes #11
(note: not my finest work, I wrote this sleep-deprived)
3 years ago
Jason
fc414b57b7
style: reformatted
3 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
3 years ago
Jason
51831ddbd9
Merge branch 'feat/RedditPostPosition' into feat/background-configs
3 years ago
Jason
bd52b4fe8b
some changes to see merge conflicts
3 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
3 years ago
Callum Leslie
4d7db77fff
style: reformat with python-black
3 years ago
Callum Leslie
71eca69912
fix: handle non value for post lang
3 years ago
Tomovic
aa660be510
Added translation for filename TOML compatible
3 years ago
Tomovic
cebbbf72cb
Added translation for filename TOML compatible
3 years ago
Callum Leslie
4ed5c58ab2
style: formatted with black
3 years ago
William9923
95d54cc581
Merge branch 'develop' into feat/background-configs
3 years ago
Callum Leslie
759c883d4b
Merge branch 'develop' into CordlessCoder-TOML
3 years ago
Callum Leslie
6a16c9f3e7
style: format with python-black
3 years ago
Callum Leslie
ead88d93a1
refactor: screenshot downloader now uses toml config
3 years ago
Callum Leslie
9c87cb7d95
fix: mismatched variable name
3 years ago
Callum Leslie
f5560cae69
refactor: background credit is now a variable
3 years ago
Callum Leslie
5a2112b34e
fix: incorrect settings path for tts
3 years ago
Callum Leslie
ac04b665de
refactor: screenshot_downloader.py uses toml config
3 years ago
Callum Leslie
19ef71fc9a
refactor: voices.py uses toml config
3 years ago
Drugsosos
cd24608f86
merged develop
3 years ago
William9923
59d07f51c8
chore: fixup changes after rebase
3 years ago
William9923
421502b93b
feat: screenshot position config & add download progress bar
3 years ago
Callum Leslie
a335e67c8c
fix: stop broken typechecking
3 years ago
Jason
ae25854de6
Merge pull request #830 from elebumm/fix/moviepy-length-checker
...
Check clip length using moviepy
3 years ago
Callum Leslie
6412aa546b
fix: add float cast to opacity to fix bug
3 years ago
Callum Leslie
3b51d084e1
Merge branch 'develop' into fix/moviepy-length-checker
3 years ago
Callum Leslie
11de0fd324
fix: length checker works with new duration code
3 years ago
Callum Leslie
edf981ac39
chore: reduce code duplication
3 years ago
Jason
65e42f286d
style: improved typehinting
3 years ago
Jason
90be9e09b3
fixed the typehiting that @HallowedDust5 broke for py versions < 3.9
3 years ago
Muhammed Mustafa Akşam
50392aac60
Update final_video.py
...
fixed legacy directory issue
3 years ago
Jason
ce6a87aac2
fix: Fixed Mutagen error issue
...
style: made final_video.py cleaner
3 years ago
Jason
7e2af9e063
refactor: moved save_data func to utils/videos.py from final_video.py
...
refactor: refactored using black formatter.
cmd: black . --line-length 101
3 years ago
Jason
804967e5e4
refactor: refactored using black formatter.
...
cmd: black . --line-length 101
3 years ago
Jason
b558d97702
fix: typo
3 years ago
Jason
a719cfcc70
Merge remote-tracking branch 'origin/develop' into develop
3 years ago
Jason
03b533cca9
chore: moved the VIDEO LENGTH var
3 years ago
Jason
79b9a7bc7e
Merge pull request #788 from elebumm/CordlessCoder-patch-2
...
fix track(enumerate()) order
3 years ago
CordlessCoder
8dc892d1b5
fix track(enumerate()) order
3 years ago
Jason
a5fe2eface
feat: allows users to queue up multiple posts by splitting the post id's with a +
...
e.g. POST_ID="urdtfx+qrftps" would do urdtfx than qrftps
note: it is incompatible with times_to_run
feat: allows the username to begin with u/
closes #745
3 years ago
Jason
26457ed5fa
chore: removed the unused cookies.json file
3 years ago
Cizzl
9f894c1722
fixes #778 when result folder not created
3 years ago
Marcel
c069d8b5d0
Fixed #736
3 years ago
Callum Leslie
0fa4a3f4df
Stopped using global variable for submission as well unneeded env vars
3 years ago
Callum Leslie
82c4353ec9
Remove unused imports and fix pylint errors
...
'async_playwright' must stay due to anomalous error
3 years ago
Callum Leslie
87d10206fb
Add UTF-8 encoding to all open statements
3 years ago
Callum Leslie
69f4f59bb6
Formatted with python-black
3 years ago
Jason
03ab16eba8
Merge pull request #690 from null3000/MultiThreading
...
Multithreaded Processing
3 years ago
Jason
acfcf2adc8
Update screenshot_downloader.py
3 years ago
Vaughn Bosu
e14ec48569
Merge branch 'develop' into MultiThreading
3 years ago
Vaughn Bosu
7b8e60f8db
Update final_video.py
3 years ago
Vaughn Bosu
eb00cf319a
Update final_video.py
3 years ago
Vaughn Bosu
0d6e1238a7
Update final_video.py
3 years ago
Jason
9f117bc7a0
Merge remote-tracking branch 'origin/develop' into develop
3 years ago
Jason
c9421ca4bc
fix: video chopping issue
...
closes #385
fixes #348
3 years ago
Callum Leslie
83407aba74
Merge branch 'develop' into Documentation
3 years ago
Callum Leslie
3d2004f4cc
Missing function call on casefold
3 years ago
CordlessCoder
896ab385ff
Removed unnecessary chosen flag
3 years ago
Callum Leslie
0b192e4c8e
Empty videos.json
3 years ago
Callum Leslie
71ae7db4d7
Remove debug statements
3 years ago
Callum Leslie
b8e4103cf9
Merge branch 'develop' into feat/better-tts-changer
3 years ago
Callum Leslie
36cb5c91a5
Add optional voices for each engine
3 years ago
HallowedDust5
e51d0a0835
Last commit was meant to be this one
3 years ago
HallowedDust5
520a889cd0
Replaced subreddit.py with reddit/subreddit.py in docstring comments
3 years ago
HallowedDust5
07466097a3
Added docs and typing in function declarations
3 years ago
HallowedDust5
b38184bc32
Updated doc comments, added typing in function declaration
3 years ago
HallowedDust5
96d77f7ae0
Added typing and redid function comment
3 years ago
HallowedDust5
c9e497e5cf
Added function comment
3 years ago
SinecKers
84bd523ed2
remove unnecessary print
3 years ago
SinecKers
06f259a7c4
removed old img modify, added textcontent change
3 years ago
SinecKers
138522b187
wrap fix
3 years ago
SinecKers
fe97a00648
forgot smt
3 years ago
Callum Leslie
7765c9b018
Fix small bugs and path issues
3 years ago
Callum Leslie
c58fa10f53
Reduced code duplication in TTS engines
3 years ago
SinecKers
c50931ab6e
downloader mods
3 years ago
Jason
5663583564
added timeout prevention
3 years ago
Jason
a36aca273e
added init files to stop python from whining
3 years ago
Jason
76bff1a02d
fixed #553
3 years ago
Jason
c482266e5c
reformatted using black
...
command
"black . --line-length 101"
3 years ago
Jason
e6501f4337
fixed title opacity error
3 years ago
ART3MISTICAL
a56e818e26
Converted spaces into tabs for all files
3 years ago
CordlessCoder
8b0be93302
Some refactors, removed unnecessary f-strings and never referenced variables
3 years ago
Jason
63ca264dda
FIXES audio/image de-syncing issues
3 years ago
Jason
d9015df8ed
fixed shirts i think
3 years ago
Jason
d1faf4824c
refactored using black
3 years ago
Jason
dcb42a4939
reworked the tts system
3 years ago
Jason
6937f10e1b
Improved download and annoying user fixes/redundancies
3 years ago
Jason
809bae88c9
fixes desyncing issue
...
part of the credit goes to https://github.com/RebelPorp
3 years ago
Jason
944510a3f6
fix: fixed a slight path issue
...
chore: lowered the time.sleep time from 2 to 1
3 years ago