Skip to main content

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

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 details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 3

File details

Details for the file pyinsta3-1.2.tar.gz.

File metadata

  • Download URL: pyinsta3-1.2.tar.gz
  • Upload date:
  • Size: 2.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for pyinsta3-1.2.tar.gz
Algorithm Hash digest
SHA256 b7ec9e952d5848a206831e4f9e2f80a50da2b2529ab6113dc87b59557af1a62a
MD5 4697064eed780a589c230691e2cd7c3c
BLAKE2b-256 257264738c98d0039fd146f897242888591313d2542e581f273fa31c566aa7e4

See more details on using hashes here.

File details

Details for the file pyinsta3-1.2-py3-none-any.whl.

File metadata

  • Download URL: pyinsta3-1.2-py3-none-any.whl
  • Upload date:
  • Size: 3.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for pyinsta3-1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3c900e229d6aa86b8c6a67716659a75007f257e7d09045619055e1352358265b
MD5 d47fc145aa29f8802ac48da347cd5886
BLAKE2b-256 a18181e4236edb20f0db307b3ec0120bf4dc89917e7bb8760a81193d9a47ed11

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.2 This release

2 files

1.1

2 files

1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page