Instagram public API wrapper
Project description
Instagrump
Just a simple Instagram Public API wrapper. The codes are self-explanatory.
Example usage
Installing:
pip3 install instagrump
Importing:
from instagrump import Profile, Content
Initialize Profile class:
profile = Profile('ig_username')
Initialize Content class:
content = Content('url_with_shortcode_from_Profile')
Example to get profile contents:
[Content(i).get_content() for i in Profile('justinbieber').get_posts()]
Helpful tip
To get all class attribute:
dir(your_class_here)
Todos
- Write MORE Documentations
- Sleep
License
MIT
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
instagrump-0.9.10.tar.gz
(3.2 kB
view details)
File details
Details for the file instagrump-0.9.10.tar.gz.
File metadata
- Download URL: instagrump-0.9.10.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
faa18996931dfd181f9b45b02f1a31a7b3cdfe57d8271ff66437faaf36172c4a
|
|
| MD5 |
c00c854bd230423471fe4a38d2386255
|
|
| BLAKE2b-256 |
9916ead2b1d1357174030f308eacd5b9e45ca33eb9e29faafed0a0af2cea1a2f
|