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
Release history Release notifications | RSS feed
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)
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7ec9e952d5848a206831e4f9e2f80a50da2b2529ab6113dc87b59557af1a62a |
|
MD5 | 4697064eed780a589c230691e2cd7c3c |
|
BLAKE2b-256 | 257264738c98d0039fd146f897242888591313d2542e581f273fa31c566aa7e4 |
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c900e229d6aa86b8c6a67716659a75007f257e7d09045619055e1352358265b |
|
MD5 | d47fc145aa29f8802ac48da347cd5886 |
|
BLAKE2b-256 | a18181e4236edb20f0db307b3ec0120bf4dc89917e7bb8760a81193d9a47ed11 |