Skip to main content

A common client to get instagram profile (public data)

Project description

IG-PROFILE-CLIENT

codecov PyPI

This library is a client to get Instagram profile data (public data).

I have made this for publishing a package to PyPI only!

Usage

Install package by using pip:

pip install -U ig-profile-client

Example

from IgProfileClient import Client

client = Client()
profile = client.get_common_profile("username")

print(profile.__dict__)
print(profile.follower)

Uninstall package

pip uninstall ig-profile-client 

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ig-profile-client-0.0.3.tar.gz (2.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page