Skip to content

Commit c462676

Browse files
committed
2 parents 11187c4 + a0689d8 commit c462676

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,28 @@ install the dependencies
2525
```
2626
pip install -r requirements.txt
2727
```
28+
if running on linux do:
29+
```
30+
chmod +x js-parse.py
31+
sudo mv js-parse.py /usr/local/bin/js-parse
32+
```
33+
34+
run the file:
35+
+ python:
36+
```
37+
python js-parse.py https://youtube.com
38+
```
39+
or
40+
+ linux:
41+
```
42+
./js-parse https://youtube.com
43+
```
44+
or
45+
+ linux global/binary:
46+
```
47+
js-parse https://youtube.com
48+
```
49+
2850
## Options:
2951
```
3052
-h, --help show this help message and exit

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ jsbeautifier==1.15.1
22
beautifulsoup4==4.11.1
33
bs4==0.0.1
44
requests==2.31.0
5-
selenium==4.8.3
6-
tqdm==4.66.1
5+
tqdm==4.66.1

0 commit comments

Comments
 (0)