electro199
64c8118379
imporved error message
2 years ago
Simon
28af1ab5ac
Version 3.0 is finally here!
2 years ago
Syed Aman Raza
e30eaf7594
Added the story mode with 2 methods by Electro199 ( #1288 )
...
Thank you @electro199!
2 years ago
Simon
7ff89f8234
Fix for incorrect message
2 years ago
Simon
ba4bd197f9
Added whole path checker in main.py for config.toml
2 years ago
Jason
1189f84bd8
Merge pull request #1150 from swoker/patch-1
...
update version and handle multiple post_ids correctly
2 years ago
Jason
e8bec938fa
Merge pull request #1140 from StopmotionSimonYT/documentationURL
...
Documentation url
2 years ago
Simon Woker
6513e8aac0
fix version
2 years ago
Simon Woker
a59393c99f
update version and check for post_ids first
2 years ago
Simon
33468257b8
Reverted last commit
2 years ago
Simon
a254c006a5
Done
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
Simon
6c500f1d4c
Added the URL in main.py
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
Callum Leslie
66ec9b34d2
style: formatting
2 years ago
Callum Leslie
a4fa968acf
chore: bump version and remove unused code
2 years ago
Simon
7b7abf6289
Using the check version in main.py
2 years ago
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