IG-PROFILE-CLIENT
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
Release files for ig-profile-client 0.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ig-profile-client-0.0.7.tar.gz | 2.9 kB | Details |
Release files / ig-profile-client-0.0.7.tar.gz
| Download URL | ig-profile-client-0.0.7.tar.gz |
|---|---|
| Size | 2.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6a654f669a76320cf723acc3610a029d181f947ad06aeb9dc9793f8824812ff8
|
|
BLAKE2b-256 checksum How to use checksums |
e9551e02cbd5a5e276c731c972700aa2cd8425d3c014f3b9ac3acb8fe18fb66e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.7.1
|