Skip to content

Commit 4521c89

Browse files
authored
Merge pull request #97 from ivanychev/master
Fix test.py instruction in README + add moviepy to requirements.py
2 parents 4d81d4b + 896ad57 commit 4521c89

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Unofficial Instagram API to give you access to ALL Instagram features (like, follow, upload photo and video, etc)! Written in Python.
99

10-
This is the Python port of https://github.com/mgp25/Instagram-API which is written in PHP.
10+
This is the Python port of https://github.com/mgp25/Instagram-API which is written in PHP.
1111
It is still a work in progress to copy all of its API endpoints.
1212

1313

@@ -31,10 +31,10 @@ It is still a work in progress to copy all of its API endpoints.
3131
4. Modify test.py with your own username and password
3232

3333

34-
5. Run the test script
34+
5. Run the test script (**use text editor to edit the script and type in valid Instagram username/password**)
3535

3636
`python test.py`
37-
37+
3838

3939
### Now InstagramAPI.py can:
4040

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
requests==2.11.1
22
requests-toolbelt==0.7.0
3+
moviepy==0.2.2.11

test.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
3+
#
4+
# Use text editor to edit the script and type in valid Instagram username/password
35

46
from InstagramAPI import InstagramAPI
57

0 commit comments

Comments
 (0)