Igmapper: an Instagram Unofficial API
What is it?
Igmapper is a high-performance Python library designed for Instagram data extraction, providing structured access to profiles, feeds, and comments. It offers a flexible architecture that allows data engineers to toggle between Requests and native CURL transport, ensuring resilience against environment constraints.
Table of Contents
Main Features
Here are just a few of the things that igmapper does well:
InstaClient: Initializes the session and handles transport selection (Requests or CURL)get_profile_info(): Scrapes profile metadata and returns a structured ProfileData object.get_feed(): Retrieves user timeline posts with built-in pagination support.get_comments(): Fetches media comments and automates cursor-based pagination.
Where to get it / Install
The source code is currently hosted on GitHub at: https://github.com/lucasoal/igmapper
[!WARNING] It's essential to use Python 3.10 version
- PyPI
# PyPI pip install igmapper
- GitHub
# or GitHub pip install git+https://github.com/lucasoal/igmapper.git
Documentation
License
Dependencies
See the full installation instructions for minimum supported versions of required, recommended and optional dependencies.
Release files for igmapper 2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| igmapper-2.0.tar.gz | 9.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| igmapper-2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.9 kB
Release files / igmapper-2.0.tar.gz
| Download URL | igmapper-2.0.tar.gz |
|---|---|
| Size | 9.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5e7012abe9714ee2670676c6c57d4febb1519e1e89c30ef17e4a32a87328ee4a
|
|
BLAKE2b-256 checksum How to use checksums |
31920df3f905df994ef4238b7a138af171b3fc409f90d0de099280a16e8f5059
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.4
|
Release files / igmapper-2.0-py3-none-any.whl
| Download URL | igmapper-2.0-py3-none-any.whl |
|---|---|
| Size | 8.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ba13e3b55c5de19419ed80dc50c240bb4829b52053bd3a39a8c1ec10b004174d
|
|
BLAKE2b-256 checksum How to use checksums |
658eb25a6bce9723dde611e5b93fa5ecb730415e73e699f5b955b045a7684af8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.4
|