Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync master changes with develop #832

Merged
merged 8 commits into from
Jul 3, 2022
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,19 @@ The only original thing being done is the editing and gathering of all materials

## Requirements

- Python 3.7+
- Python 3.9+
- Playwright (this should install automatically in installation)

## Installation 👩‍💻

1. Clone this repository
2. **Automatic Install**: Run `python main.py` and type 'yes' to activate the setup assistant.
2. Run `pip install -r requirements.txt`

3. Run `pip install -r requirements.txt`
3. Run `playwright install` and `playwright install-deps`. (if this fails try adding python -m to the front of the command)

4. Run `playwright install` and `playwright install-deps`. (if this fails try adding python -m to the front of the command)

5. Run `python main.py` (unless you chose automatic install, then the installer will automatically run main.py)
4. Run `python main.py`
required\*\*), visit [the Reddit Apps page.](https://www.reddit.com/prefs/apps) TL;DR set up an app that is a "script".
6. Enjoy 😎
5. Enjoy 😎

(Note if you got an error installing or running the bot try first rerunning the command with a three after the name e.g. python3 or pip3)

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
boto3==1.24.12
botocore==1.27.12
botocore==1.27.22
gTTS==2.2.4
moviepy==1.0.3
mutagen==1.45.1
Expand All @@ -9,4 +9,4 @@ python-dotenv==0.20.0
pytube==12.1.0
requests==2.28.1
rich==12.4.4
translators==5.2.2
translators==5.3.1