mirror of
https://github.com/iv-org/youtube-trusted-session-generator.git
synced 2025-01-16 00:22:20 +01:00
add one required step for tutorial without docker
This commit is contained in:
parent
48f25566fa
commit
0cf4c40626
1 changed files with 7 additions and 6 deletions
13
README.md
13
README.md
|
@ -5,16 +5,17 @@
|
|||
This script will output two parameters: po_token and visitor_data. Needed for passing YouTube checks in Invidious.
|
||||
|
||||
## Tutorial without Docker
|
||||
1. Create a new virtualenv: `virtualenv venv`
|
||||
2. Activate the virtualenv: `source venv/bin/activate`
|
||||
3. Install the dependencies: `pip install -r requirements.txt`
|
||||
4. Run the script: `python index.py`
|
||||
5. Copy paste the values of these the two parameters (po_token and visitor_data) in config.yaml
|
||||
1. Install Chromium or Google Chrome.
|
||||
2. Create a new virtualenv: `virtualenv venv`
|
||||
3. Activate the virtualenv: `source venv/bin/activate`
|
||||
4. Install the dependencies: `pip install -r requirements.txt`
|
||||
5. Run the script: `python index.py`
|
||||
6. Copy paste the values of these the two parameters (po_token and visitor_data) in config.yaml
|
||||
```
|
||||
po_token: XXX
|
||||
visitor_data: XXX
|
||||
```
|
||||
6. Restart Invidious.
|
||||
7. Restart Invidious.
|
||||
|
||||
## Tutorial with Docker
|
||||
1. Run the script: `docker run quay.io/invidious/youtube-trusted-session-generator`
|
||||
|
|
Loading…
Reference in a new issue