Skip to content

Commit e6a2e59

Browse files
committed
minor changes
1 parent bfff276 commit e6a2e59

File tree

4 files changed

+632
-695
lines changed

4 files changed

+632
-695
lines changed

β€ŽREADME.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ sudo su
2929
git clone https://github.com/new92/IGFI
3030
cd IGFI
3131
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>
3434
```
3535

3636
### Windows πŸͺŸ
@@ -39,8 +39,8 @@ python3 ./scripts/igfi.py -u <username> -p <password> --session <session_file>
3939
git clone https://github.com/new92/IGFI
4040
cd IGFI
4141
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>
4444
```
4545

4646
### MacOS 🍎
@@ -49,8 +49,8 @@ python3 ./scripts/igfi.py -u <username> -p <password> --session <session_file>
4949
git clone https://github.com/new92/IGFI
5050
cd IGFI
5151
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>
5454
```
5555

5656
## Update πŸ”„οΈ
File renamed without changes.

β€Žfiles/config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"name": "IGFI",
88
"url": "https://github.com/new92/IGFI",
99
"update": "01/04/2024",
10-
"lines": 688,
11-
"stars": 126,
10+
"lines": 625,
11+
"stars": 130,
1212
"forks": 48,
1313
"issues": 6,
1414
"clissues": 14,

0 commit comments

Comments
Β (0)