Skip to content

Commit a45d60c

Browse files
committed
Updated README with installation instructions
1 parent 02c759f commit a45d60c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

+25
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,31 @@ Unofficial instagram API, give you access to ALL instagram features (like, follo
99

1010
This is python port of https://github.com/mgp25/Instagram-API, written on PHP. Work in progress to copy all functional...
1111

12+
### Installation Instructions
13+
14+
1. Fork/Clone/Download this repo
15+
16+
git clone https://github.com/LevPasha/Instagram-API-python.git
17+
18+
19+
2. Navigate to the directory
20+
21+
cd Instagram-API-python
22+
23+
24+
3. Install the dependencies
25+
26+
https://github.com/LevPasha/Instagram-API-python.git
27+
28+
29+
4. Modify test.py with your own username and password
30+
31+
32+
5. Run the test script
33+
34+
python test.py
35+
36+
1237
### Now InstagramAPI.py can:
1338

1439
1) login;

0 commit comments

Comments
 (0)