Skip to main content

Sample request for api.imjustgood.com please visit webpage imjustgood.com for more details

Project description

API.IMJUSTGOOD.COM

█ █▀▄▀█   █ █ █ █▀ ▀█▀ █▀▀ █▀█ █▀█ █▀▄
█ █ ▀ █ █▄█ █▄█ ▄█  █  █▄█ █▄█ █▄█ █▄▀
api media service to make your code more better.

PyPI Update Views

Documentation

Full documentation available on https://api.imjustgood.com

Installation

pip3 install justgood

Upgrade

pip3 install --upgrade justgood

Example

Here is how to use the module in your own python code. we choose instapost media as an example.

from justgood import imjustgood

api = imjustgood("Your_Apikey_Here")
url = "https://instagram.com/p/COjHqwGhFA6/"
data = api.instapost(url)

print(data)

Response results

{
    "creator": "ImJustGood", 
    "result": {
        "caption": "GET STARTED NOW\nhttps://api.imjustgood.com\n#autobots #rendytr #imjustgood", 
        "created": "2 weeks ago", 
        "fullname": "The Autobots Corporation", 
        "likes": "8",
        "picture": "https://scontent-iad3-2.cdninstagram.com/v/t51.2885-19/s150x150/156716508_792361228290684_2737571466878743960_n.jpg?tp=1&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_ohc=rpY8_az5H7gAX-ixW8W&edm=AP_V10EBAAAA&ccb=7-4&oh=660db30b81c81cf4eb6904c4937aa066&oe=60B73467&_nc_sid=4f375e", 
        "postData": [
            {
                "postUrl": "https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/e35/p1080x1080/182551939_1505660729785431_4872170436067358847_n.jpg?tp=1&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=103&_nc_ohc=4hwRibBJhRsAX-elcAw&edm=AP_V10EBAAAA&ccb=7-4&oh=d64890598377516a254a6d8bf5bdad41&oe=60B680F5&_nc_sid=4f375e", 
                "type": "image"
            }, 
            {
                "postUrl": "https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/e35/p1080x1080/182772702_212190447098888_3451476763231220039_n.jpg?tp=1&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=108&_nc_ohc=nacAdgapPioAX9oO99M&edm=AP_V10EBAAAA&ccb=7-4&oh=b605fbc309664405b8d1d936fe9b30ce&oe=60B6E2F7&_nc_sid=4f375e", 
                "type": "image"
            }, 
            {
                "postUrl": "https://scontent-iad3-2.cdninstagram.com/v/t50.2886-16/183065958_515613456128123_180962327655226030_n.mp4?_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=111&_nc_ohc=HqRjnESsF-cAX8o4AeL&edm=AP_V10EBAAAA&ccb=7-4&oe=60B25D7F&oh=ce2f464d4ef43106620b6bf68f443b99&_nc_sid=4f375e", 
                "poster": "https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/e35/182468569_529144071448455_8659487135953051116_n.jpg?tp=1&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=103&_nc_ohc=UT35RAAdxOIAX8MGqk9&edm=AP_V10EBAAAA&ccb=7-4&oh=9370c6ee9c9a32123800ddb5492aa37d&oe=60B2A563&_nc_sid=4f375e", 
                "type": "video"
            }
        ], 
        "slidePost": true, 
        "username": "the.autobots_corp"
    }, 
    "status": 200
}

Get certain attributes

>>> username = data["result"]["username"]
>>> print(username)
the.autobots_corp

>>> fullname = data["result"]["fullname"]
>>> print(fullname)
The Autobots Corporation

>>> created = data["result"]["created"]
>>> print(created)
2 days ago

>>> caption = data["result"]["caption"]
>>> print(caption)
GET STARTED NOW
https://api.imjustgood.com
#autobots #rendytr #imjustgood

>>> picture = data["result"]["picture"]
>>> print(picture)
https://scontent-sin6-1.cdninstagram.com/v/t51.2885-19/s150x150/135785550_234471278085178_3734782670290828910_n.jpg?_nc_ht=scontent-sin6-1.cdninstagram.com&_nc_ohc=HQdOrvJcYNYAX-g_hAo&tp=1&oh=4780e9fa82b62dd71356498dfed7c362&oe=6022085E

>>> for a in data["result"]["postData"]:
...     print(a["postUrl"])
https://scontent-sin6-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/p640x640/135665982_715565716018895_1563117747618145065_n.jpg?_nc_ht=scontent-sin6-1.cdninstagram.com&_nc_cat=111&_nc_ohc=A0n5IQVkjiAAX8VxJAr&tp=1&oh=427134cb92b3ce8ed9179dab92482ad2&oe=60232E2A
https://scontent-sin6-2.cdninstagram.com/v/t50.2886-16/136676648_446366420077083_6874742578521195210_n.mp4?_nc_ht=scontent-sin6-2.cdninstagram.com&_nc_cat=103&_nc_ohc=mEzo-awDsoYAX9wKFgP&oe=5FFBC9C2&oh=725ceccf6e4668be7b8a4be70afbd7aa

More Media Fitures

Apikey Status Active Example
Youtube Search Active Example
Youtube Downloader Active Example
Joox Music Active Example
Lyric Finder Active Example
Smule Profile Active Example
Smule Downloader Active Example
TikTok Profile Active Example
TikTok Downloader Active Example
Instagram Profile Active Example
Instagram Post Active Example
Instagram Story Active Example
Twitter Profile Active Example
Twitter Downloader Active Example
Facebook Downloader Active Example
GitHub Profile Active Example
LINE Secondary Active Example
LINE Timeline Active Example
LINE App Version Active Example
Google Search Active Example
Google Image Active Example
Google Playstore Active Example
Google Translate Active Example
Wallpaper HD Active Example
Porn Videos Active Example
Pornstar Active Example
Hentai Active Example
Kamasutra Active Example
Dick Analyze Active Example
Tits Analyze Active Example
Vagina Analyze Active Example
Meme Generator Active Example
Movie Review Active Example
Movie Quotes Active Example
Cinema 21 Active Example
TinyUrl Active Example
Bit.ly Active Example
KBBI Active Example
Top News Active Example
Wikipedia Active Example
Urban Dictionary Active Example
Zodiac Daily Active Example
Info Waktu Sholat Active Example
Info Cuaca Dunia Active Example
Info Gempa BMKG Active Example
Info Corona Virus Active Example
Info Lowongan Kerja Active Example
Info Resi Pengiriman Active Example
Info Phone Cellular Active Example
Info Tanggal Lahir Active Example
Info Tanggal Jadian Active Example
Arti Nama Active Example
Arti Mimpi Active Example
Acara TV Sekarang Active Example
Acara TV Stasiun Active Example
CCTV Camera Code Active Example
CCTV Camera Search Active Example
Manga Search Maintenance Example
Manga Chapter Maintenance Example
Calculator Active Example
Languages Code Active Example
Check IP Address Active Example
Binary Encode Active Example
Binary Decode Active Example
Base64 Encode Active Example
Base64 Decode Active Example
Screenshot Web Active Example
ASCII Text Active Example
Fancy Text Active Example
Customize URL Active Example
GIF Search Active Example
Image to URL Active Example
Text to Image Active Example
Watermark Text Active Example
Watermark Icon Active Example
SimiSimi Active Example

Contact us here

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

justgood-2.2.5.tar.gz (9.2 kB view hashes)

Uploaded Source

Built Distribution

justgood-2.2.5-py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 3

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