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.11.tar.gz
(3.2 kB
view details)
File details
Details for the file instagrump-0.9.11.tar.gz.
File metadata
- Download URL: instagrump-0.9.11.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 |
d989602a7e757ac560a937310d5216d52b89c0618806321a507ef952e7848211
|
|
| MD5 |
69b3add8a6c2ec12e0b2f21b96d5d4ea
|
|
| BLAKE2b-256 |
15573231a71c9143abc5b28b6c6bfcbbfe6e1ad8d130ff72f2fa8456311cf666
|