Kamushy
2d0ef4e53c
Merge remote-tracking branch 'upstream/1.1'
3 years ago
Kamushy
8546deac7d
Added it back
...
Have no idea how do this
3 years ago
Kamushy
757768be15
Making it work with newer code version
3 years ago
Kamushy
bed5dd2ab2
Made ENV make more sense
...
A couple were submitting links into the subreddit field
3 years ago
andronedev
030c7706c6
✨ feature: possibility to use an external .env instead of having to build the container for each update
3 years ago
BlockArchitech
6b8b96665c
Accept Incoming Change
3 years ago
BlockArchitech
51d561bc3e
Removed an extra line in main.py; added 2fa to setup.py
3 years ago
BlockArchitech
e18bb1229a
REQUIREMENTS.TXT: Accept Incoming Change
3 years ago
BlockArchitech
3b26c0e282
main.py: Add REDDIT_2FA to env variable check.
3 years ago
BlockArchitech
b1c98726eb
README: Automatic install
3 years ago
BlockArchitech
d8def59e5d
ACCEPT: Incoming change. (README.md)
3 years ago
BlockArchitech
4506339e21
ACCEPT: Incoming Change (main.py)
3 years ago
andronedev
49de46dd53
Update Dockerfile
3 years ago
BlockArchitech
9c3e932d56
Merge branch 'elebumm-master'
3 years ago
BlockArchitech
44edf4ab31
Merge branch 'master' of https://github.com/elebumm/RedditVideoMakerBot into elebumm-master
3 years ago
BlockArchitech
52302cc42d
gitignore - new files
3 years ago
andronedev
9c6c16a5d8
Merge branch 'master' into master
3 years ago
andronedev
593094d14b
add Docker support
3 years ago
Callum Leslie
654fec94c7
Update dependencies
...
Removed all unnecessary dependencies from requirements.txt
3 years ago
Lewis Menelaws
6fc5d2a737
Merge pull request #157 from reoccurcat/master
...
overhaul of the functions and QoL improvements
3 years ago
Lewis Menelaws
49c1a89658
Fixed merge Issues
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
Lewis Menelaws
4e4934069f
Merge pull request #57 from CallumIO/patch-1
...
Update typed-ast and update regex
3 years ago
Lewis Menelaws
db705d9d41
Merge pull request #31 from OlMi1/patch-1
...
Update typed-ast version
3 years ago
Lewis Menelaws
c916e1c1cb
Merge pull request #30 from OlMi1/master
...
Create Background Video Download Progress Bar
3 years ago
Lewis Menelaws
589a71047b
Merge pull request #4 from owengaspard/master
...
Add feature to allow user to choose which subreddit to pull from
3 years ago
Lewis Menelaws
9bb116793a
Updated the .env.template to be a little easier to deal with.
3 years ago
reoccurcat
b05ac18476
finished requirements.txt
3 years ago
BlockArchitech
16664e010a
Reviews: Various Changes
3 years ago
reoccurcat
6742a53889
overhaul
3 years ago
Kamushy
93bcd7be77
file will now go to correct folder
3 years ago
Kamushy
9bb1aa351e
made name change correctly
...
line 59 is if any of characters cant be turned into a file remove them
3 years ago
Kamushy
21c8da3648
Made submission global
3 years ago
BlockArchitech
e03f529888
README: got some of the stages mixed up.
3 years ago
BlockArchitech
e4ed7aa69e
Clarification for setup.
3 years ago
BlockArchitech
3c4eac42c0
maybe a *little* bit better
3 years ago
BlockArchitech
1e42fd2a3d
make readme look better
3 years ago
BlockArchitech
74363f021e
README Updates
3 years ago
BlockArchitech
39a691887e
Create setup TUI and improve overall UX
3 years ago
BlockArchitech
f4b7ff736f
.gitignore: Add pycaches
3 years ago
Arjun Dureja
4f3dcaf694
add dark mode
3 years ago
Owen Gaspard
4f4616a49f
Console outputs subreddit
...
Console will output the specified subreddit that you chose in .env if any
3 years ago
Owen Gaspard
22b31bc71a
Removed some files
...
Removed unnecessary pycache files and askreddit.py
Co-Authored-By: Aziz Mejri <zizou.aziz101@gmail.com>
3 years ago
Callum Leslie
0750673cc5
Update regex version
3 years ago
Ole
3d80e10165
Update typed-ast version
...
The one used (1.4.1) is long outdated and not recommended by maintainers. It can also lead to compile and installation errors.
3 years ago
Ole
810f297171
and remove unnecessary line lol
3 years ago
Ole
e3eb67feed
Add download progress bar
3 years ago
owengaspard
d77dbaf0c0
Added playwright instructions
...
I added instructions in the README to install playwright dependencies and fixed a misspelling in the Contributing section.
3 years ago
owengaspard
f12f0da76d
Change AET var to string, NameError to ValueError
...
Python was giving errors with TRUE as a bool, so I changed it to a string. Giving an undefined name returned a different error than I put in the except, so I edited it and ran some tests which were successful. I will work on implementing something to detect if the subreddit exists and if it includes anything (e.g. special characters) which cannot be in subreddit names.
3 years ago