Callum Leslie
8463794556
chore: bump version to 2.4 for release
2 years ago
Callum Leslie
fec2c22f44
chore: prepare release
2 years ago
Jason
43f4af9b06
Update main.py
...
Put the format correctly
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
Jason
bc215f8b32
Stable implementation of the watermark
...
NOT DESIGNED FOR PRODUCTION USE
2 years ago
Jason
1a4edfafca
Watermark implementation
...
THIS IS IN BETA
2 years ago
Jason
900816535b
oh GOD i almost did a 2.2 again.
2 years ago
Jason
2cf00a1da8
chore: updated version and added a branch tag
2 years ago
Jason
2f5d394bba
chore: updated version number
2 years ago
Jason
482a666941
adds a min comment's var
...
fixes #924
chore: updated version number
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
fc414b57b7
style: reformatted
2 years ago
Jason
c22856271c
fix: removed duplicate func call
...
docs: added verq to the devs
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
Callum Leslie
6a16c9f3e7
style: format with python-black
2 years ago
Callum Leslie
f5560cae69
refactor: background credit is now a variable
2 years ago
Callum Leslie
a110f49e44
refactor: use new settings option
2 years ago
CordlessCoder
4d9ce59f24
feat: correct optional variable behavour
2 years ago
CordlessCoder
3c52d1b046
chore: removed duplicate handle_input calls
2 years ago
William9923
421502b93b
feat: screenshot position config & add download progress bar
2 years ago
Callum Leslie
11de0fd324
fix: length checker works with new duration code
2 years ago
Jason
e950d47ddc
forgot to update vers
2 years ago
Callum Leslie
dea8d5c550
Bump version string for hotfix
2 years ago
Callum Leslie
fd956b7624
Bump version string
2 years ago
Jason
804967e5e4
refactor: refactored using black formatter.
...
cmd: black . --line-length 101
2 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
2 years ago
TomixUG
4fb89aacae
fix TIMES_TO_RUN and initial .env setup
2 years ago
Callum Leslie
0fa4a3f4df
Stopped using global variable for submission as well unneeded env vars
2 years ago
Callum Leslie
82c4353ec9
Remove unused imports and fix pylint errors
...
'async_playwright' must stay due to anomalous error
2 years ago
Callum Leslie
69f4f59bb6
Formatted with python-black
2 years ago
HallowedDust5
3ec194510b
Removed redundant function
2 years ago
CordlessCoder
629b74c5d4
completely revampted .env.template syntax, shiny new checker, better formatting and more
2 years ago
CordlessCoder
b2b4a08741
updated checker.py, new .env.template syntax
2 years ago
Jason
cd558fcc02
Update main.py
...
Remove env update
2 years ago
Jason
a8b3097651
Update main.py
...
Added version tag
2 years ago
Jason
76bff1a02d
fixed #553
2 years ago
Owen Gaspard
565a8dd58f
Fix incorrect call
...
I changed the name of a function but forgot to update it in the main file. It should work now.
2 years ago
Owen Gaspard
d7aa5d0cfb
Check for missing environment variables
...
Checks your .env and matches it to the .env.template to find missing variables.
2 years ago
CordlessCoder
8b0be93302
Some refactors, removed unnecessary f-strings and never referenced variables
2 years ago
Jason
dcb42a4939
reworked the tts system
2 years ago
Jason
944510a3f6
fix: fixed a slight path issue
...
chore: lowered the time.sleep time from 2 to 1
2 years ago
Jason
fc4e9419b2
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# LICENSE
2 years ago
Jason
35790b0a82
fix personal changes
2 years ago
Lewis Menelaws
439a257a53
Merge branch 'develop' into pr/ProjectSlxsh/418
2 years ago
Asad
f38b372cd9
Merge branch 'develop' into develop
2 years ago
Asad
8472915cf9
chore: remove debug statements and clean up
2 years ago
null3000
4fdc1aeca3
Merge branch 'develop' into ux-changes
2 years ago
Hayden
875b01e2e8
Merge branch 'develop' into master
2 years ago
Jason
174df19be7
fix: improved TTS requests
...
fixes #64
3 years ago
Jason
dbf68477a6
fixed #60
...
and reformatted project with the black formatter
3 years ago
Jason
9ba4500c27
added stats
3 years ago
Jason
ad2a043aad
added giant banner
...
modified version of c24234aa53
3 years ago
Jason
2b1f7183d4
closes #61
...
fix: perm removed praw async error
3 years ago
Jason
ec4729bd06
removed videos.json from git updatin
3 years ago
null3000
5fb9b1a6c3
Added Disclaimer "Banner may look bad or wrong in IDE/Text Editor, but looks perfect in CMD, BASH or ZSH"
...
The banner may look bad or wrong in IDE/Text Editor but looks perfect in CMD, BASH, or ZSH. Don't worry looks great when in actual use!
3 years ago
null3000
224217f341
Merge branch 'develop' into ux-changes
3 years ago
null3000
c24234aa53
Update main.py
3 years ago
Jason
25c198dff3
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# .env.template
# reddit/subreddit.py
# video_creation/TTSwrapper.py
# video_creation/background.py
3 years ago
CordlessCoder
d9bf0e509b
main.py surface level refactor
3 years ago
CordlessCoder
45a296db80
setup.py heavily refactored, all files formatted with python-BLACK and added shebang lines
3 years ago
Hayden
25a4eb6785
Merge branch 'master' into master
3 years ago
Callum Leslie
72a4bdabaf
Fix merge errors from other PR's
3 years ago
BlockArchitech
3693dce2ca
Update main.py
3 years ago
PatatjeMC
d095391d35
Error fix
...
Moved the character limit checker cause it was being buggy and making it so some longer comments went thru but not others and it looks like that's fixed now also deleted another character limit check cause it wasn't needed anymore. and for some reason the text replace thingy was in an if statement even tho I don't think it should have been in there.
3 years ago
Hayden
445d8ce9e4
Merge branch 'master' into master
3 years ago
Lewis Menelaws
42f364d622
Revert "Add Option for Male Voice"
3 years ago
Lewis Menelaws
c6ab604c18
Fixed a couple of issues..
3 years ago
PatatjeMC
f67aefabfd
Fixed some bugs and upped background resolution
...
Fixed the 2 most common errors that I encountered:
- The "SoX error" (That's what it's called in JasonLovesDoggo's repo)
- AttributeError: 'dict' object has no attribute 'title'
Fixed the ending being glitchy and freezing
Upped the resolution of the background cause it looked bad
3 years ago
BlockArchitech
6b747af151
Merge branch 'master' into master
3 years ago
Arjun Dureja
1e17ccecd1
fix conflicts
3 years ago
Jason
f491479fb7
backup
3 years ago
Callum Leslie
48688f18c6
Remove code duplication
3 years ago
Callum Leslie
0dc32154f2
Code was placed in the wrong place
3 years ago
jacesleeman
d21171005d
updated
3 years ago
jacesleeman
fe92918823
updated
3 years ago
BlockArchitech
7ab4ced43b
Merge branch 'master' into master
3 years ago
Callum Leslie
3a7d91f474
Create a .env file if none exists on run
...
Should fix issues users have with creating their own .env file, by simply copying our template to a file for them.
3 years ago
Callum Leslie
f05eff4f88
Alert user if their .env is not configured properly
3 years ago
Callum Leslie
ccd0c60d87
Add default values for environment variables
...
This should reduce errors by some values not being set in the .env file - namely 2FA and Theme
3 years ago
Arjun Dureja
50fd018366
merge and resolve conflicts
3 years ago
Arjun Dureja
3f32feaa24
add character limit for male voice
3 years ago
BlockArchitech
b11b804034
Merge branch 'master' into master
3 years ago
reoccurcat
97ec2a0a16
Merge branch 'master'
3 years ago
Callum Leslie
ce940a8057
Merge branch 'master' into dark-mode
3 years ago
reoccurcat
d4bdad4d0f
checks off the custom background todo
3 years ago
BlockArchitech
51d561bc3e
Removed an extra line in main.py; added 2fa to setup.py
3 years ago
BlockArchitech
3b26c0e282
main.py: Add REDDIT_2FA to env variable check.
3 years ago
BlockArchitech
4506339e21
ACCEPT: Incoming Change (main.py)
3 years ago
BlockArchitech
44edf4ab31
Merge branch 'master' of https://github.com/elebumm/RedditVideoMakerBot into elebumm-master
3 years ago
Lewis Menelaws
3742f11e87
Merge branch 'master' into master
3 years ago
Lewis Menelaws
45e3a11440
Refactored for easier merging and fixed dependencies.
3 years ago
BlockArchitech
16664e010a
Reviews: Various Changes
3 years ago
reoccurcat
6742a53889
overhaul
3 years ago
BlockArchitech
39a691887e
Create setup TUI and improve overall UX
3 years ago
Jason
8ad3ab0373
added twt handle
3 years ago
Arjun Dureja
4f3dcaf694
add dark mode
3 years ago
Arjun Dureja
c03bd2ae82
Add male voice
3 years ago