From 1f0af1c20bdf49fd6f946732758ea59d83b08130 Mon Sep 17 00:00:00 2001 From: Jason <66544866+JasonLovesDoggo@users.noreply.github.com> Date: Sun, 12 Jun 2022 14:12:05 -0400 Subject: [PATCH 1/8] Update README.md Shamelessly added myself to the developers --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 56f4581..a677cf8 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ Please read our [contributing guidelines](CONTRIBUTING.md) for more detailed inf Elebumm (Lewis#6305) - https://github.com/elebumm (Founder) +Jason (JasonLovesDoggo#1904) - https://github.com/JasonLovesDoggo + CallumIO - https://github.com/CallumIO HarryDaDev (hrvyy#9677) - https://github.com/ImmaHarry From 267bbddfd520cfa9f1bdbd7e3bd6a6566c1c41ae Mon Sep 17 00:00:00 2001 From: Harper <106035102+rarehp@users.noreply.github.com> Date: Mon, 13 Jun 2022 01:46:55 -0400 Subject: [PATCH 2/8] typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index feaa344..e6e13f1 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ subreddit = input("Subreddit (without r/) > ") theme = input("Theme? (light or dark) > ") console.log("Attempting to save your credentials...") loader = Loader("Saving Credentials...", "Done!").start() - # you can also put a while loop here, e.g. while VideoIsBeingMade == True: ... +# you can also put a while loop here, e.g. while VideoIsBeingMade == True: ... time.sleep(0.5) console.log("Removing old .env file...") os.remove(".env") From 28e139a2ca1e0d01c40ba2c574f7e8708e406858 Mon Sep 17 00:00:00 2001 From: Semen Zhydenko Date: Mon, 13 Jun 2022 16:18:18 +0200 Subject: [PATCH 3/8] FIX: typo reproducable -> reproducible --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ad3adb0..6743487 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,7 +52,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform - OS, Platform and Version (Windows, Linux, macOS, x86, ARM) - Version of the interpreter, compiler, SDK, runtime environment, package manager, depending on what seems relevant. - Your input and the output - - Is the issue reproducable? Does it exist in previous versions? + - Is the issue reproducible? Does it exist in previous versions? #### How Do I Submit a Good Bug Report? From da0964ed251c9c5306df04d66e2c63440cf4f696 Mon Sep 17 00:00:00 2001 From: Semen Zhydenko Date: Mon, 13 Jun 2022 16:18:43 +0200 Subject: [PATCH 4/8] FIX: typo recieve -> receive --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6743487..50a52a7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,7 +66,7 @@ We use GitHub issues to track bugs and errors. If you run into an issue with the Once it's filed: - The project team will label the issue accordingly. -- A team member will try to reproduce the issue with your provided steps. If there are no reproduction steps or no obvious way to reproduce the issue, the team will try to support you as best as they can, but you may not recieve an instant. +- A team member will try to reproduce the issue with your provided steps. If there are no reproduction steps or no obvious way to reproduce the issue, the team will try to support you as best as they can, but you may not receive an instant. - If the team discovers that this is an issue it will be marked `bug` or `error`, as well as possibly other tags relating to the nature of the error), and the issue will be left to be [implemented by someone](#your-first-code-contribution). ### Suggesting Enhancements From b36d59698d48428e714e6883d1fb7fa05fbaf9d3 Mon Sep 17 00:00:00 2001 From: Jason <66544866+JasonLovesDoggo@users.noreply.github.com> Date: Mon, 13 Jun 2022 16:27:20 -0400 Subject: [PATCH 5/8] Update main.py I believe this fixes an eror. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 9aabe78..a36c535 100644 --- a/main.py +++ b/main.py @@ -36,6 +36,7 @@ Load .env file if exists. If it doesnt exist, print a warning and launch the set If there is a .env file, check if the required variables are set. If not, print a warning and launch the setup wizard. """ +load_dotenv() client_id = os.getenv("REDDIT_CLIENT_ID") client_secret = os.getenv("REDDIT_CLIENT_SECRET") @@ -43,7 +44,6 @@ username = os.getenv("REDDIT_USERNAME") password = os.getenv("REDDIT_PASSWORD") reddit2fa = os.getenv("REDDIT_2FA") -load_dotenv() console.log("[bold green]Checking environment variables...") time.sleep(1) From c0a3475d315d97157fe46a015d225550205eec5c Mon Sep 17 00:00:00 2001 From: Lewis Menelaws Date: Tue, 14 Jun 2022 12:44:58 -0400 Subject: [PATCH 6/8] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a677cf8..68e873c 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ Created by Lewis Menelaws & [TMRRW](https://tmrrwinc.ca) ](https://tmrrwinc.ca) +## Video Explainer +[![lewisthumbnail](https://user-images.githubusercontent.com/6053155/173631669-1d1b14ad-c478-4010-b57d-d79592a789f2.png) +](https://www.youtube.com/watch?v=3gjcY_00U1w) + ## Motivation 🤔 These videos on TikTok, YouTube and Instagram get MILLIONS of views across all platforms and require very little effort. The only original thing being done is the editing and gathering of all materials... From 5dd3c2fe9c978323129f226ee7bae0fceb03f9f0 Mon Sep 17 00:00:00 2001 From: Owen Gaspard Date: Thu, 16 Jun 2022 00:59:31 -0500 Subject: [PATCH 7/8] Fix broken TMRRW logo Add href to TMRRW logo to properly redirect without other characters displaying --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 68e873c..1b3816a 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,14 @@ All done WITHOUT video editing or asset compiling. Just pure ✨programming magi Created by Lewis Menelaws & [TMRRW](https://tmrrwinc.ca) -[ - + + -](https://tmrrwinc.ca) + + + ## Video Explainer [![lewisthumbnail](https://user-images.githubusercontent.com/6053155/173631669-1d1b14ad-c478-4010-b57d-d79592a789f2.png) From f142df81b18dc47f3ccfb8de379058ea8d17acd7 Mon Sep 17 00:00:00 2001 From: Kazi Fariadul Islam <53252317+KaziFariad@users.noreply.github.com> Date: Thu, 16 Jun 2022 14:33:22 +0530 Subject: [PATCH 8/8] Update print in subreddit.py to show correct subreddit name --- reddit/subreddit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reddit/subreddit.py b/reddit/subreddit.py index c560293..666c817 100644 --- a/reddit/subreddit.py +++ b/reddit/subreddit.py @@ -77,6 +77,6 @@ def get_subreddit_threads(): except AttributeError as e: pass - print_substep("Received AskReddit threads successfully.", style="bold green") + print_substep(f"Received {subreddit} threads successfully.", style="bold green") return content