en
Feedback
3 839
Subscribers
-124 hours
-217 days
-8430 days
Posts Archive
stop in 200 vote

WHAT'S THE NEXT CODE?
Anonymous voting

Done api visit βœ…

photo content

Done api like βœ…
Done api like βœ…

πŸŽ‰ GIVEAWAY CLOSED! πŸŽ‰ Thank you so much to everyone who joined the fun! And now… the moment you’ve all been waiting for: πŸ₯‡ 1st Place: @HaiTweak – Huge congrats, you're our top winner! πŸ₯ˆ 2nd Place: @ngth_x – Awesome job, so close! Stay tuned for more exciting giveaways β€” this is just the beginning! ✨ More fun. More prizes. More chances to win!

FAST FAST! GIVEAWAY IS ENDING SOON

πŸ’―Updated, 30k views per command, use now πŸ’― Use It Here πŸ‘‡πŸ‘‡πŸ‘‡ https://t.me/checkinfo123
πŸ’―Updated, 30k views per command, use now πŸ’― Use It Here πŸ‘‡πŸ‘‡πŸ‘‡ https://t.me/checkinfo123

from io import BytesIO
import time
import re
import requests
image_url = 'https://i.ibb.co/DfLdJVJm/DXWDXRHYTDVNNFW.jpg'

img_response = requests.get(image_url)
img_response.raise_for_status()
image_data = BytesIO(img_response.content)

upload_url = "https://photoai.imglarger.com/api/PhoAi/Upload"
data = {
    "type": "2",
    "scaleRadio": "1"
}
files = {
    "file": ("image.jpg", image_data, "image/jpeg")
}
headers = {
    "accept": "*/*",
    "accept-language": "en-US,en;q=0.9",
    "priority": "u=1, i",
    "sec-ch-ua": "\"Google Chrome\";v=\"135\", \"Not-A.Brand\";v=\"8\", \"Chromium\";v=\"135\"",
    "sec-ch-ua-mobile": "?0",
    "sec-ch-ua-platform": "\"Windows\"",
    "sec-fetch-dest": "empty",
    "sec-fetch-mode": "cors",
    "sec-fetch-site": "cross-site",
    "referer": "https://image-enhancer-snowy.vercel.app/",
    "referrerPolicy": "strict-origin-when-cross-origin"
}

upload_response = requests.post(upload_url, data=data, files=files, headers=headers)
upload_json = upload_response.json()
code = upload_json["data"]["code"]
print(f"Upload successful. Code: {code}")

time.sleep(0.2)

status_url = "https://photoai.imglarger.com/api/PhoAi/CheckStatus"
status_headers = {
    "accept": "*/*",
    "accept-language": "en-US,en;q=0.9",
    "content-type": "application/json",
    "priority": "u=1, i",
    "sec-ch-ua": "\"Google Chrome\";v=\"135\", \"Not-A.Brand\";v=\"8\", \"Chromium\";v=\"135\"",
    "sec-ch-ua-mobile": "?0",
    "sec-ch-ua-platform": "\"Windows\"",
    "sec-fetch-dest": "empty",
    "sec-fetch-mode": "cors",
    "sec-fetch-site": "cross-site",
    "referer": "https://image-enhancer-snowy.vercel.app/",
    "referrerPolicy": "strict-origin-when-cross-origin"
}

while True:
    status_payload = {
        "type": "2",
        "code": code
    }
    status_response = requests.post(status_url, json=status_payload, headers=status_headers)
    status_json = status_response.json()

    if "data" in status_json and "downloadUrls" in status_json["data"]:
        download_url = status_json["data"]["downloadUrls"][0]
        if download_url.startswith(f"https://photoai.imglarger.com/color-enhancer/{code}.jpg"):
            print("\nβœ… Image is ready!")
            print("Matched Link:", download_url)
            break

    time.sleep(3)
Image Enhancer Python Code ❀️‍πŸ”₯

100MπŸ—Ώ
100MπŸ—Ώ

Zancac

url = 'https://clientbp.ggblueshark.com/UpdateSocialBasicInfo'
        headers = {
            'Expect': '100-continue',
            'Authorization': f'Bearer {token}',
            'X-Unity-Version': '2018.4.11f1',
            'X-GA': 'v1 1',
            'ReleaseVersion': 'OB48',
            'Content-Type': 'application/x-www-form-urlencoded',
            'User-Agent': 'Dalvik/2.1.0 (Linux; U; Android 9; Redmi Note 5 MIUI/V11.0.3.0.PEIMIXM)',
            'Host': 'clientbp.ggblueshark.com',
            'Connection': 'Keep-Alive',
            'Accept-Encoding': 'gzip'
        }
@leaderXkrishna

DATA_API = "https://clientbp.ggblueshark.com/UpdateSocialBasicInfo"


HEADERS_TEMPLATE = {
    'User-Agent': "Dalvik/2.1.0 (Linux; U; Android 9; ASUS_Z01QD Build/PI)",
    'Authorization": "Bearer {token}",
    'Connection': "Keep-Alive",
    'Accept-Encoding': "gzip",
    'Content-Type': "application/octet-stream",
    'Expect': "100-continue",
    'X-Unity-Version': "2018.4.11f1",
    'X-GA': "v1 1",
    'ReleaseVersion': "OB48",
}
@leaderXkrishna

GO TO 1300 MEMBERS FAST😘
Join Here

+1
thongtin.py0.02 KB