Skip to main content

pyinsta3 is a package to get instagram profile info of any user.

Project description

pyinsta3

pyinsta3 is a package to get instagram profile info of any user.

Installation

pip install pyinsta3

OR

pip3 install pyinsta3

Usage

Profile Class

from pyinsta3 import Profile

profile = Profile("officialrickastley")
data = profile.get_data()
name = data["full_name"]
print(name)

> Rick Astley

Profile Class

from pyinsta3 import AsyncProfile
import asyncio

async def test():
	profile = AsyncProfile("officialrickastley")
	data = await profile.get_data
	name = data["full_name"]
	print(name)

asyncio.run(test())

> Rick Astley

Keys in the data dictionary -

username
full_name
biography
followers
following
posts
is_private
is_verified
profile_pic_url

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

pyinsta3-1.2.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

pyinsta3-1.2-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

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