pull/303/merge
TheBlackCookie 3 years ago committed by GitHub
commit f7c175c0f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,14 +27,13 @@ These videos on TikTok, YouTube and Instagram get MILLIONS of views across all p
- Python 3.6+ - Python 3.6+
- Playwright (this should install automatically during installation) - Playwright (this should install automatically during installation)
## Installation 👩‍💻 ## Installation 👩‍💻
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` file, along with whether your account uses two-factor authentication. 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` 3. Open Terminal in the directory and run `pip3 install -r requirements.txt`
4. Run `playwright install` and `playwright install-deps`. 4. Then run `playwright install` and `playwright install-deps`.
5. Run `python3 main.py` 5. and then `python3 main.py`
6. Enjoy 😎 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/). If you want to see more detailed guide, please refer to the official [documentation](https://luka-hietala.gitbook.io/documentation-for-the-reddit-bot/).

Loading…
Cancel
Save