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.7.2.tar.gz
(3.7 kB
view details)
File details
Details for the file instagrump-1.1.7.2.tar.gz.
File metadata
- Download URL: instagrump-1.1.7.2.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b834c699061ad2dd72b58f2fc4ea4d6a46e54aea43bd7b63d90c54503d45bd90
|
|
| MD5 |
d2671ea84eb2a020ef8745dcf7e66fa5
|
|
| BLAKE2b-256 |
abe233e68c08e49164be4f3cd2fb521b6bceb50ef06b4c2d9c79d5a37bb0f3b9
|