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 1.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-1.2.0.tar.gz | 8.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| igmapper-1.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.7 kB
Release files / igmapper-1.2.0.tar.gz
| Download URL | igmapper-1.2.0.tar.gz |
|---|---|
| Size | 8.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
103e88a763cc9a95ce47e38a84593e2c79f0b0aa9d55f2e249f9ba76273da3f5
|
|
BLAKE2b-256 checksum How to use checksums |
0a6deb24ec04bd263d249240aeaa425f2a4da9dc9ec364b6c152caf22b27520f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|
Release files / igmapper-1.2.0-py3-none-any.whl
| Download URL | igmapper-1.2.0-py3-none-any.whl |
|---|---|
| Size | 8.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
193762e121e68d888850c3b69f20f5ccd0bd448ee90020b010adbd81c0c72914
|
|
BLAKE2b-256 checksum How to use checksums |
db187b0949e7478eff267f1b58edab619e283baf33336ce66759ba8244f79bef
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|