Skip to content

-UNMAINTAINED- Instagram wrapper to get contents from given username

Notifications You must be signed in to change notification settings

anandakelvin/instagrump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

-UNMAINTAINED- Instagram wrapper to get contents from given username

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages