MeDBeD1
6f6b7ad3fc
Merge branch 'master' into MeDBeD1-patch-1
4 years ago
Callum Leslie
f54d2fc282
Merge branch 'master' into master
4 years ago
null3000
211b03e7f5
stickied comments will no longer be used
...
I made a video but it was taken up entirely by a post looking like this: https://imgur.com/a/1fwT94c
This isn't a big deal because these serious tags are uncommon, but still a small annoyance.
So I fixed it!
In threads that are marked 'serious', there is an automatic stickied mod post. ex. (shorturl.at/I1346). My changes will skip any automatically stickied comments, so they won't make it into the final Video.
4 years ago
Callum Leslie
555754ed05
Merge pull request #241 from elebumm/default-env-values
...
Add default values for environment variables
4 years ago
Kamushy
d3b288008f
Changed function name to match new version
4 years ago
Callum Leslie
37f22b8b01
Ignore r/ in environment subreddit names
4 years ago
Callum Leslie
cd5924562f
Ignore r/ in subreddit names
4 years ago
Callum Leslie
d39386178b
Clean up imports
4 years ago
Callum Leslie
87d2112812
Move to casefold
4 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
4 years ago
MeDBeD1
2fbb369f8a
the 3rd file of requested changes
4 years ago
MeDBeD1
89d69ff0af
TTS update to read the text below tittle if there is any
4 years ago
Kamushy
d15679d809
Merge branch 'master' into master
4 years ago
Kamushy
2d0ef4e53c
Merge remote-tracking branch 'upstream/1.1'
4 years ago
Lewis Menelaws
49c1a89658
Fixed merge Issues
4 years ago
Lewis Menelaws
3742f11e87
Merge branch 'master' into master
4 years ago
Lewis Menelaws
45e3a11440
Refactored for easier merging and fixed dependencies.
4 years ago
Lewis Menelaws
9bb116793a
Updated the .env.template to be a little easier to deal with.
4 years ago
Owen Gaspard
4f4616a49f
Console outputs subreddit
...
Console will output the specified subreddit that you chose in .env if any
4 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.
4 years ago
owengaspard
b1e1d07c8b
.env bool "ASK_EACH_TIME"
...
Define whether or not you want to be asked each time what subreddit to pull from. Also, I ticked the box on the README.
4 years ago
owengaspard
10ce9cac58
Polishing up
...
Fixed misspelling. Issue appears differently in provided screenshot.
4 years ago
owengaspard
8ec61b8fe2
Subreddit picker - .env
...
Alternatively, you can specify which subreddit to pull from in the .env file.
4 years ago
owengaspard
5f9bbfc22c
Fix misspellings
4 years ago
owengaspard
b2bcb28f8f
Subreddit chooser (TEST)
...
Allows user to choose a subreddit to pull from by taking user input. I will work on adding it to the .env file.
4 years ago