Skip to main content

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


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

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page