alexshelto / reddit_video_maker

This project will find popular Reddit threads and convert them into a text-to-speech videos.
GNU General Public License v3.0
74 stars 13 forks source link

Small Changes / Fixes #11

Closed tpjwm closed 3 years ago

tpjwm commented 3 years ago

This is the first time I'm contributing to another persons project / creating a pull request so let me know if I messed up somewhere. I made some changes, in order of greatest change to smallest: changed the comments to only include those that are not deleted, those that do not contain links, and those that aren't too long; I also changed the way the secret keys were stored (now they use environment variables) mainly so that I wouldn't have to gitignore the config file; I added a script to autofill the list.txt with desired attributes; I changed the titles to include more than 1 word, upgraded praw, and finally some typo fixing and reformatting. If you don't like my changes no worries, just thought this might help.

tpjwm commented 3 years ago

I realize that you might want to keep longer comments but just change the way they are displayed (i.e a new page or scrolling effect) so that could be something to change