Simon
0ea74e43f1
Version 3.2
...
The RedditVideoMakerBot has been updated to version 3.2, bringing exciting new features and bug fixes. Introducing **ElevenLabs TTS** for high-quality audio. Enjoy **background audio** and **random voices per comment**. Run the bot with one click using the **bat file**. Use the **zoom setting** for bigger text. Bug fixes include video downloader improvements, random story mode fix, updated dependencies, code optimizations, text size adjustments, enhanced Reddit credentials validation, and translator fixes. Enjoy the new features and **thanks to all contributors**!
2 years ago
Simon
8b103437af
Reformat
2 years ago
Simon
3016ae8e73
Added a lot of code, needs to be optimized. Watermark almost done!
3 years ago
electro199
c0916c13bb
Add nsfw flag & improved error handling
3 years ago
Simon
5e7c05977f
Merge branch 'master' into develop
...
# Conflicts:
# main.py
# reddit/subreddit.py
# requirements.txt
# utils/subreddit.py
3 years ago
dmoralis
3380d69053
Add ai methods that sort threads based on content similarity with given keywords by dmoralis ( #1391 )
...
Thank you @dmoralis!
3 years ago
Syed Aman Raza
e30eaf7594
Added the story mode with 2 methods by Electro199 ( #1288 )
...
Thank you @electro199!
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
Callum Leslie
968028c541
chore: remove comment reference to .env
3 years ago
Callum Leslie
71c317da23
feat: meaningful error message for bad credentials
3 years ago
Jason
c412155720
background audio implementation
3 years ago
Callum Leslie
721eca4d3e
chore: remove debug statement
3 years ago
Callum Leslie
302cd35587
fix: logic error
3 years ago
Callum Leslie
29de549ef3
fix: skip comments that are blank after sanitisation
3 years ago
Callum Leslie
e6169ee905
fix: skip posts with no comments
3 years ago
Jason
fc414b57b7
style: reformatted
3 years ago
Callum Leslie
6a16c9f3e7
style: format with python-black
3 years ago
Callum Leslie
3e1b95e708
fix: wrongly typed boolean
3 years ago
Callum Leslie
bc631c57af
refactor: reddit/subreddit.py uses toml config
3 years ago
Jason
804967e5e4
refactor: refactored using black formatter.
...
cmd: black . --line-length 101
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
33a66b0ae3
feat: allows the subreddit choice to begin with r/
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
69f4f59bb6
Formatted with python-black
3 years ago
Vaughn Bosu
38d8594e32
Merge branch 'develop' into AuthorNone
3 years ago
Callum Leslie
7765c9b018
Fix small bugs and path issues
3 years ago
Jason
886b8114a5
fixes #557
...
stops it from ever happening again
3 years ago
Jason
894bc306c3
reformatted again
3 years ago
Jason
56ad559339
added the changes of #549
3 years ago
Jason
c482266e5c
reformatted using black
...
command
"black . --line-length 101"
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
ebe453e970
prob won't fix anything
3 years ago
Lewis Menelaws
439a257a53
Merge branch 'develop' into pr/ProjectSlxsh/418
3 years ago
null3000
d907dc7917
fixed error
3 years ago
Jason
d5c4721497
Update subreddit.py
...
Screenshot fix
3 years ago
Jason
4ad871148f
fixed video error
3 years ago
Jason
3c498d377f
Update subreddit.py
...
Fix thanks to Owlcept#0666
3 years ago
Asad
f38b372cd9
Merge branch 'develop' into develop
3 years ago
Asad
a4e7963d51
remove debug statement
3 years ago
Asad
f6be3d2f1a
fix(subreddit): Exception thrown if any value in `COMMENT_LENGTH_RANGE` is not numeric
3 years ago
null3000
054cc84186
Update subreddit.py
3 years ago
Jason
a6d004759b
fixed video error
3 years ago
Jason
4f3d70553f
whoops
3 years ago
Jason
51def2de76
fix: fixed deleted comments appearing in video
...
closes #78
3 years ago
Jason
5beef765d7
chore: reformatted
...
feat:adds tiny delay
closes #40
3 years ago
Jason
bd165a2473
added IN-PROGRESS storymode flag
...
chore: changed print sizing
feat: started working on #10
3 years ago
Jason
12af99fd81
fixed more import errors
3 years ago