File tree 4 files changed +632
-695
lines changed
4 files changed +632
-695
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ sudo su
29
29
git clone https://github.com/new92/IGFI
30
30
cd IGFI
31
31
sudo pip install -r ./files/requirements.txt
32
- python3 ./scripts/ cookies.py
33
- python3 ./scripts/ igfi.py -u < username> -p < password> --session < session_file>
32
+ python3 ./cookies.py
33
+ python3 ./igfi.py -u < username> -p < password> --session < session_file>
34
34
```
35
35
36
36
### Windows πͺ
@@ -39,8 +39,8 @@ python3 ./scripts/igfi.py -u <username> -p <password> --session <session_file>
39
39
git clone https://github.com/new92/IGFI
40
40
cd IGFI
41
41
pip install -r ./files/requirements.txt
42
- python3 ./scripts/ cookies.py
43
- python3 ./scripts/ igfi.py -u < username> -p < password> --session < session_file>
42
+ python3 ./cookies.py
43
+ python3 ./igfi.py -u < username> -p < password> --session < session_file>
44
44
```
45
45
46
46
### MacOS π
@@ -49,8 +49,8 @@ python3 ./scripts/igfi.py -u <username> -p <password> --session <session_file>
49
49
git clone https://github.com/new92/IGFI
50
50
cd IGFI
51
51
python -m pip install -r ./files/requirements.txt
52
- python3 ./scripts/ cookies.py
53
- python3 ./scripts/ igfi.py -u < username> -p < password> --session < session_file>
52
+ python3 ./cookies.py
53
+ python3 ./igfi.py -u < username> -p < password> --session < session_file>
54
54
```
55
55
56
56
## Update ποΈ
File renamed without changes.
Original file line number Diff line number Diff line change 7
7
"name" : " IGFI" ,
8
8
"url" : " https://github.com/new92/IGFI" ,
9
9
"update" : " 01/04/2024" ,
10
- "lines" : 688 ,
11
- "stars" : 126 ,
10
+ "lines" : 625 ,
11
+ "stars" : 130 ,
12
12
"forks" : 48 ,
13
13
"issues" : 6 ,
14
14
"clissues" : 14 ,
You canβt perform that action at this time.
0 commit comments