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.14.tar.gz
(3.2 kB
view details)
File details
Details for the file instagrump-0.9.14.tar.gz.
File metadata
- Download URL: instagrump-0.9.14.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 |
fc2ced463dd75c4444dbb434d8923b84a6dda4695defbde0b53dff342ef784d8
|
|
| MD5 |
b3c5d50a0b530e2622b63f812f123cb2
|
|
| BLAKE2b-256 |
d918cbf8099c59f6cd6d65a12a013e2c52c100003c105f1ffb609be83d30e588
|