Used python instead of npx to install playwright

pull/26/head
Taras Chuiko 3 years ago committed by GitHub
parent 1f6eec71e0
commit 6d1d06b530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,7 +33,7 @@ These videos on TikTok, YouTube and Instagram get MILLIONS of views across all p
1. Clone this repository 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` files. 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` files.
3. Run `pip3 install -r requirements.txt` 3. Run `pip3 install -r requirements.txt`
4. Run `npx playwright install` 4. Run `python3 -m playwright install`
5. Run `python3 main.py` 5. Run `python3 main.py`
6. ... 6. ...
7. Enjoy 😎 7. Enjoy 😎

Loading…
Cancel
Save