Get Instagram user and hashtag information and posts details
Project description
instagramy
Get Instagram users informations, posts details
and hash tag details
Download
Windows
pip install instagramy
Linux
pip3 install instagramy
Usage
Instagram User details
>>> from instagramy import InstagramUser
>>> user = InstagramUser("github")
>>> user.is_verified
True
>>> user.biography
'Built for developers.'
>>> user.number_of_followers
121113
>>> user.number_of_posts
158
Instagram Hashtag details
>>> from instagramy import InstagramHashTag
>>> hashtag = InstagramHashTag("python")
>>> hashtag.number_of_posts
3119668
>>> len(hashtag.posts_url) # url of top posts as list
68
More Info
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
instagramy-3.1.tar.gz
(3.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file instagramy-3.1.tar.gz.
File metadata
- Download URL: instagramy-3.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using 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.49.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
088d6aa3a239df32ea4402c5d263541d7e865c6be6ea54f758e1abaa34a1dd3c
|
|
| MD5 |
d1ca8ca12a31f592a6a2b277d96e223e
|
|
| BLAKE2b-256 |
59cb4e8fad5599e42ea0fa050720183f1f8743f64f79acfb422ca2fbd8619fc8
|
File details
Details for the file instagramy-3.1-py3-none-any.whl.
File metadata
- Download URL: instagramy-3.1-py3-none-any.whl
- Upload date:
- Size: 4.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/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72d623e3b4239a2ff8f9d247d1d6f512e8ca3a05ba290dd38474a1820b1453f8
|
|
| MD5 |
124fdb7b3548b1c96eacef25a9144bb2
|
|
| BLAKE2b-256 |
00861209cf6b482d142722eca02c21472c82f421dc5fb2b6145307b271f74ad4
|