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-1.1.9.6.tar.gz
(4.7 kB
view hashes)