Sample request for api.imjustgood.com please visit webpage imjustgood.com for more details
Project description
Documentation
Full documentation available on https://api.imjustgood.com
Installation
pip install 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
media = imjustgood("YOUR_APIKEY_HERE")
post_url = "https://instagram.com/p/CJtqfEbhpjO/"
data = media.instapost(post_url)
print(data)
Response results
{
"creator": "ImJustGood",
"result": {
"caption": "Get Started\napi.imjustgood.com\n.\n#imjustgood #tac #theautobotscorp",
"created": "2 days ago",
"fullname": "The Autobots Corporation",
"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",
"postData": [
{
"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",
"type": "image"
},
{
"postUrl": "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",
"poster": "https://scontent-sin6-3.cdninstagram.com/v/t51.2885-15/e35/135519816_2504157059888884_6711864394916943089_n.jpg?_nc_ht=scontent-sin6-3.cdninstagram.com&_nc_cat=104&_nc_ohc=yy5oCKYuc-sAX9JgZjA&tp=1&oh=d0d48a6eb5275bf296eb8e05128a3882&oe=5FFB7530",
"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
api.imjustgood.com
.
#imjustgood #tac #theautobotscorp
>>> 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 | Example |
Youtube Search | Example |
Youtube Downloader | Example |
Joox Music | Example |
Lyric Finder | Example |
Smule Profile | Example |
Smule Downloader | Example |
TikTok Profile | Example |
TikTok Downloader | Example |
Instagram Profile | Example |
Instagram Post | Example |
Instagram Story | Example |
Twitter Profile | Example |
GitHub Profile | Example |
Google Playstore | Example |
Google Translate | Example |
Google Image | Example |
Wallpaper HD | Example |
Porn Videos | Example |
Pornstar | Example |
Hentai | Example |
Kamasutra | Example |
Dick Analyze | Example |
Tits Analyze | Example |
Vagina Analyze | Example |
Meme Generator | Example |
Movie Review | Example |
Movie Quotes | Example |
Cinema 21 | Example |
TinyUrl | Example |
Bit.ly | Example |
Top News | Example |
Wikipedia | Example |
Urban Dictionary | Example |
Zodiac Daily | Example |
Info Waktu Sholat | Example |
Info Cuaca Dunia | Example |
Info Gempa BMKG | Example |
Info Corona Virus | Example |
Info Lowongan Kerja | Example |
Info Resi Pengiriman | Example |
Info Phone Cellular | Example |
Info Tanggal Lahir | Example |
Info Tanggal Jadian | Example |
Arti Nama | Example |
Arti Mimpi | Example |
Acara TV Saat Ini | Example |
Acara TV Stasiun | Example |
CCTV Camera Code | Example |
CCTV Camera Search | Example |
Manga Search | Example |
Manga Chapter | Example |
Calculator | Example |
Languages Code | Example |
Check IP Address | Example |
Binary Encode | Example |
Binary Decode | Example |
Base64 Encode | Example |
Base64 Decode | Example |
LINE Timeline | Example |
LINE App Version | Example |
Screenshot Web | Example |
Contact us
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
justgood-2.2.0.tar.gz
(7.2 kB
view details)
Built Distribution
File details
Details for the file justgood-2.2.0.tar.gz
.
File metadata
- Download URL: justgood-2.2.0.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a3e43864f30e99f8a82febd2892aa741387a6793f7198f0f2b691a947a3c066 |
|
MD5 | 67f3bd9678f80e90d7235e6c880c188d |
|
BLAKE2b-256 | 65745e047aa7e1f031351bd5167f088b5559eb65ca52fecfd736b0ef02b885a6 |
File details
Details for the file justgood-2.2.0-py3-none-any.whl
.
File metadata
- Download URL: justgood-2.2.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0822acc6a3636b5761945e1857ff3ab47c423fb519c62028c3030879ee30916 |
|
MD5 | 1b106ac44c1e3a75de76ecc71008463d |
|
BLAKE2b-256 | f8f34fd7216dc281c51dca44e35af94d3186f79fbede67aa8fbd10620ac6e0bd |