instagram_private_api
A Python library to access Instagram's private API.
File Explorer
Download Latest Version (.zip)- bug-report.md
- feature-request.md
- question-others.md
- FUNDING.yml
- ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md
- api.rst
- conf.py
- faq.rst
- index.rst
- make.bat
- Makefile
- usage.rst
- pagination.py
- savesettings_logincallback.py
- __init__.py
- accounts.py
- collections.py
- common.py
- discover.py
- feed.py
- friendships.py
- highlights.py
- igtv.py
- live.py
- locations.py
- media.py
- misc.py
- tags.py
- upload.py
- users.py
- usertags.py
- __init__.py
- client.py
- compat.py
- compatpatch.py
- constants.py
- errors.py
- http.py
- utils.py
- __init__.py
- client.py
- common.py
- compat.py
- compatpatch.py
- errors.py
- http.py
- checkpoint.py
- __init__.py
- accounts.py
- apiutils.py
- client.py
- collections.py
- compatpatch.py
- discover.py
- feed.py
- friendships.py
- highlights.py
- igtv.py
- live.py
- locations.py
- media.py
- misc.py
- tags.py
- upload.py
- users.py
- usertags.py
- __init__.py
- client.py
- compatpatch.py
- feed.py
- media.py
- unauthenticated.py
- upload.py
- user.py
- __init__.py
- common.py
- test_private_api.py
- test_web_api.py
- .gitignore
- .travis.yml
- CHANGELOG.md
- COMPAT.md
- CONTRIBUTING.md
- LICENSE
- README.md
- requirements-dev.txt
- setup.py
π Installation Guide
1. Get the code
git clone https://github.com/ping/instagram_private_api
Downloads the entire project code from GitHub to your computer.
cd instagram_private_api
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
