From 3200d776598ab801404b64df175c9ee6596b72d4 Mon Sep 17 00:00:00 2001 From: TheBlackCookie <76895655+TheBlackCookie@users.noreply.github.com> Date: Sun, 5 Jun 2022 13:42:46 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbb0250..d1650ea 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ These videos on TikTok, YouTube and Instagram get MILLIONS of views across all p - Python 3.6+ - Playwright (this should install automatically during installation) - +- pip ## Installation 👩‍💻 1. Clone this repository From b126327535a54204126e2d498538ea7ff3f13164 Mon Sep 17 00:00:00 2001 From: TheBlackCookie <76895655+TheBlackCookie@users.noreply.github.com> Date: Sun, 5 Jun 2022 13:44:18 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d1650ea..908ef3a 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ These videos on TikTok, YouTube and Instagram get MILLIONS of views across all p 1. Clone this repository 2. Rename `.env.template` to `.env` and replace all values with the appropriate fields. To get Reddit keys (**required**), visit [the Reddit Apps page.](https://www.reddit.com/prefs/apps) TL;DR set up an app that is a "script". Copy your keys into the `.env` file, along with whether your account uses two-factor authentication. -3. Run `pip3 install -r requirements.txt` -4. Run `playwright install` and `playwright install-deps`. -5. Run `python3 main.py` +3. Open CMD in the directory and run `pip3 install -r requirements.txt` +4. Then run `playwright install` and `playwright install-deps`. +5. and then `python3 main.py` 6. Enjoy 😎 If you want to see more detailed guide, please refer to the official [documentation](https://luka-hietala.gitbook.io/documentation-for-the-reddit-bot/). From 805b7bffbcadb44a81740e952afa450fd8d24783 Mon Sep 17 00:00:00 2001 From: TheBlackCookie <76895655+TheBlackCookie@users.noreply.github.com> Date: Sun, 5 Jun 2022 14:40:52 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 908ef3a..9cc1911 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,11 @@ These videos on TikTok, YouTube and Instagram get MILLIONS of views across all p - Python 3.6+ - Playwright (this should install automatically during installation) -- pip ## Installation 👩‍💻 1. Clone this repository 2. Rename `.env.template` to `.env` and replace all values with the appropriate fields. To get Reddit keys (**required**), visit [the Reddit Apps page.](https://www.reddit.com/prefs/apps) TL;DR set up an app that is a "script". Copy your keys into the `.env` file, along with whether your account uses two-factor authentication. -3. Open CMD in the directory and run `pip3 install -r requirements.txt` +3. Open Terminal in the directory and run `pip3 install -r requirements.txt` 4. Then run `playwright install` and `playwright install-deps`. 5. and then `python3 main.py` 6. Enjoy 😎