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:
username = Profile('ig_username')
Also Content class:
a_content = Content('url_with_shortcode_from_Profile')
Get :
a_content.get_content()
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.1.1.tar.gz
(2.4 kB
view hashes)