Simon
93b64805e3
Merge pull request #1615 from xyba1337/reddit-credentials-check
...
Reddit credentials validation in screenshot_downloader.py
2 years ago
liamb
d19dfac8a3
adds elevenlabs
2 years ago
xyba
eb7d1e9440
Reddit credentials validation in screenshot_downloader.py
...
# Description
The Playwright locator timed out in line 175 without letting the user know why. The browser failed to log me in to Reddit using the incorrect credentials, which prevented it from accessing the desired post. This fix should be a much more user-friendly approach.
# Issue Fixes
https://github.com/elebumm/RedditVideoMakerBot/issues/1596
None
# Checklist:
- [❌ ] I am pushing changes to the **develop** branch
- [❌ ] I am using the recommended development environment
- [✅ ] I have performed a self-review of my own code
- [✅ ] I have commented my code, particularly in hard-to-understand areas
- [❌ ] I have formatted and linted my code using python-black and pylint
- [✅ ] I have cleaned up unnecessary files
- [✅ ] My changes generate no new warnings
- [✅ ] My changes follow the existing code-style
- [✅ ] My changes are relevant to the project
# Any other information (e.g how to test the changes)
Without my changes, you can set headless to false and run the program. You will notice a timeout exception comfing from playwright without any indications to the user as to why it happened.
With my changes however, it performs a check to see if the reddit login is returning an error message, if it does it let's the user know to fix his credentials inside of config.toml.
2 years ago
Lucas
d8347e08b9
Fixed issues and improvements related by Jason
2 years ago
Lucas
778d9c0c37
changing allow_only_tts to enable_extra_audio
2 years ago
Lucas
0258026ebd
fixed audio post processing audio download bug
2 years ago
Lucas
d9ff36b034
Merge with develop branch and no pytube required
2 years ago
Lucas
1f48c53a74
new toml config and added background audio feature
2 years ago
Lucas de Almeida
15a4f80f99
2 samples with backgroundMusic and without it
2 years ago
Lucas
1abfc4b321
2 samples with backgroundMusic and without it
2 years ago
Lucas
5a103e76cd
rendering video and audio
2 years ago
Lucas
405b1f89eb
Volume down done
2 years ago
Lucas
a21c17ef55
composing the video but with no audio
2 years ago
Lucas
ba5e8b8987
adaptations in filePath and toml for audio option
2 years ago
liamb
637e4c66f2
adds zoom function
2 years ago
Simon
8668f2d8a5
Fix too long path
2 years ago
Simon
d6c9dafd6f
Fix os import
2 years ago
Simon
4b4e268547
Little changes
2 years ago
Simon
88120c6870
Remove unnecessary import
2 years ago
Simon
b0a8d0db44
Add FFmpeg installer
2 years ago
Simon
8b103437af
Reformat
2 years ago
Simon
792afa7772
Optimize readability
2 years ago
Simon
39bf746b5c
Close interest popup from Reddit
2 years ago
Simon
0cc48519b8
Fix login
2 years ago
Simon
fcb55e0426
Merge pull request #1409 from Xpl0itU/develop
...
final_video.py: ffmpeg-python port
2 years ago
Simon
16dfda63dd
Fix watermark and add transparent mode
2 years ago
Simon
3016ae8e73
Added a lot of code, needs to be optimized. Watermark almost done!
3 years ago
Simon
c582b0454f
Added comment
3 years ago
Simon
9ce6a38684
Update screenshot_downloader.py
3 years ago
Simon
b137bb6155
Update video_creation/screenshot_downloader.py
3 years ago
Simon
6bcfd204b1
Merge pull request #1479 from electro199/newtest
...
Better error handling and type hinting
3 years ago
electro199
905c506ff0
reformated the propmt
3 years ago
Simon
4eeacc9754
Merge branch 'develop' into develop
3 years ago
Simon
4d1619340f
Updated FFMPEG code
3 years ago
Simon
25ce2af350
Fix backgrounds bug
3 years ago
Simon
28744b6480
Merge branch 'develop' into newtest
3 years ago
Simon
0a383ff93b
Improved error-handeling
3 years ago
Simon
bb06afa56d
Fix for NSFW
3 years ago
electro199
c0916c13bb
Add nsfw flag & improved error handling
3 years ago
electro199
1f8ebf5eeb
Fixed Timeout error and improved return hinting
3 years ago
Simon
6fe9caaece
Version 3.0 is finally here!
3 years ago
Simon
8e5b7a935d
Fix for path at background.py and added TikTok error message just in case
3 years ago
Xpl0itU
7c2c6db1c4
Improve speed and audio quality
3 years ago
Xpl0itU
40e8cf4bdb
Cleanup
3 years ago
Xpl0itU
e7dba5b5fa
Bump bitrate to 8M
3 years ago
Xpl0itU
6f48e63ddd
Improve bitrate
3 years ago
Xpl0itU
3f2138f8cb
Fix resolution on story mode
3 years ago
Xpl0itU
6024ae7e4f
final_video.py: ffmpeg-python port
3 years ago
Simon
6041cce53e
Fix for calling story mode definition while it's off
3 years ago
Simon
c88a435f1c
Sorry! Final fix for my mistakes
3 years ago
Simon
ceb1cff7d0
Fix for mistake with merge conflicts
3 years ago
John Toniutti
bfe577643c
Custom resolution ( #1277 )
...
Thank you @jotonedev!
3 years ago
João Victor Sezanosky Dalla Valle
c3eae6feae
Creating_a_thumbnail ( #1296 )
...
Thank you @JvSdv!
3 years ago
Syed Aman Raza
e30eaf7594
Added the story mode with 2 methods by Electro199 ( #1288 )
...
Thank you @electro199!
3 years ago
electro199
7f44a80675
better comment view may cause error
3 years ago
Simon
e8cadd9b04
A lot of reformatting and a couple of bug fixes
3 years ago
electro199
54db3e1073
Merge branch 'master' of https://github.com/electro199/RedditVideoMakerBot
3 years ago
electro199
6100430c95
chores , naming
3 years ago
Syed Aman Raza
437c8519d4
Update video_creation/screenshot_downloader.py
...
Co-authored-by: Simon <65854503+OpenSourceSimon@users.noreply.github.com>
3 years ago
electro199
f0e5138857
Fix:(Bug)empty string in story mode
3 years ago
Syed Aman Raza
8617136499
feat:All native image for bot title and posttext | comments , Fonts , version bump
3 years ago
Syed Aman Raza
349bf7251a
bug: fixed audio collection error
3 years ago
Syed Aman Raza
764530e664
feat:Added AI based sentence processing
3 years ago
Syed Aman Raza
2461fc09d8
FIX:fonts issue,typo
3 years ago
Syed Aman Raza
1d76310b6a
bug: typo
3 years ago
Syed Aman Raza
d48d24422e
feat: themes
...
refactor:acess browser
less duration of brower usage
3 years ago
Syed Aman Raza
c6f7295948
refactor: headless
3 years ago
Syed Aman Raza
3f6344aca3
edited some bug and typo
3 years ago
Syed Aman Raza
004d4c213c
Merge branch 'develop' into master
3 years ago
Syed Aman Raza
1424b3edd5
Added the stroy mode with two method and add min comment lenght
3 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.
3 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.
3 years ago
RiveN000
3a93892a22
Added comment to background.json
3 years ago
RiveN000
2da3d95959
New function in GUI
...
"Add background video" option added to GUI
3 years ago
Simon
af7ea650a0
Cleared videos.json
3 years ago
Jason
f65a797ec5
reformatted
3 years ago
Jason
c10a5d3c2f
fixed 71c317da23
by removing match usage (3.10+ only)
...
optimized imports
3 years ago
Jason
12482f4298
fixed headless error and reformatted
3 years ago
Jason
767e34c843
fixed headless error and reformatted
3 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>
3 years ago
Simon Woker
7132bd60ca
limit filename to 255 chars
...
max length for filenames on windows
3 years ago
Jason
d809e4ad4d
Merge pull request #1092 from Supreme-hub/develop-pyttsx
...
Feature: Pyttsx
3 years ago
Supreme-hub
5d0172a463
fixed formatting changes
3 years ago
Supreme-hub
ca97087ac8
fixed formatting
3 years ago
Callum Leslie
9140af9c02
style: formatted with black
3 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