File tree 1 file changed +4
-17
lines changed
1 file changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -13,28 +13,15 @@ It is still a work in progress to copy all of its API endpoints.
13
13
14
14
15
15
### Installation Instructions
16
+ 1 . Install via pip
16
17
17
- 1 . Fork/Clone/Download this repo
18
+ ` pip install -e git+https://github.com/LevPasha/Instagram-API-python.git#egg=InstagramAPI `
18
19
19
- ` git clone https://github.com/LevPasha/Instagram-API-python.git `
20
20
21
+ 2 . Import InstagramAPI from a python command prompt
21
22
22
- 2 . Navigate to the directory
23
+ ` from InstagramAPI import InstagramAPI `
23
24
24
- ` cd Instagram-API-python `
25
-
26
-
27
- 3 . Install the dependencies
28
-
29
- ` pip install -r requirements.txt `
30
-
31
-
32
- 4 . Modify test.py with your own username and password
33
-
34
-
35
- 5 . Run the test script (** use text editor to edit the script and type in valid Instagram username/password** )
36
-
37
- ` python test.py `
38
25
39
26
40
27
### Now InstagramAPI.py can:
You can’t perform that action at this time.
0 commit comments