From 5d2b6e0b29ecfc5e220fd36ab6b31d5944ceaf1f Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 16 Jun 2024 16:43:58 -0400 Subject: [PATCH] CHORE: removed some unused comments + Shameless plugging. --- Dockerfile | 4 ---- README.md | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4cf2a71..add8e24 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,4 @@ ADD . /app WORKDIR /app RUN pip install -r requirements.txt -# tricks for pytube : https://github.com/elebumm/RedditVideoMakerBot/issues/142 -# (NOTE : This is no longer useful since pytube was removed from the dependencies) -# RUN sed -i 's/re.compile(r"^\\w+\\W")/re.compile(r"^\\$*\\w+\\W")/' /usr/local/lib/python3.8/dist-packages/pytube/cipher.py - CMD ["python3", "main.py"] diff --git a/README.md b/README.md index 6f92026..e4b7973 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ On macOS and Linux (debian, arch, fedora and centos, and based on those), you ca This can also be used to update the installation 4. Run `python main.py` -5. Visit [the Reddit Apps page.](https://www.reddit.com/prefs/apps), and set up an app that is a "script". Paste any URL in redirect URL. Ex:google.com +5. Visit [the Reddit Apps page.](https://www.reddit.com/prefs/apps), and set up an app that is a "script". Paste any URL in redirect URL. Ex:`https://jasoncameron.dev` 6. The bot will ask you to fill in your details to connect to the Reddit API, and configure the bot to your liking 7. Enjoy 😎 8. If you need to reconfigure the bot, simply open the `config.toml` file and delete the lines that need to be changed. On the next run of the bot, it will help you reconfigure those options.