ပြခန်းသို့ ပြန်သွားပါ

Whatsapp-Osint

Whomrx66623
Python
OSINT CLI များ

Whomrx666/Whatsapp-Osint is a compact Python lookup tool. It reads the API host and key from configuration and calls the profile endpoint for a single number, printing the presence and profile fields.

The repository obfuscates its request configuration (base64), but the underlying call is the standard GET /number/{phone} against the WhatsApp Data API. Its README links to the API listing as the data source.

၎င်းအသုံးပြုသော အဆုံးမှတ်များ

GET /number/{phone} — standard presence + profile block.

အတူတူပဲခေါ်တာ

PYTHON
import requests

resp = requests.get(
    f"https://wp-data.p.rapidapi.com/number/{number}",
    headers={
        "x-rapidapi-host": "wp-data.p.rapidapi.com",
        "x-rapidapi-key": "YOUR_RAPIDAPI_KEY",
    },
)
print(resp.json())

တူညီသော API ဖြင့်တည်ဆောက်ပါ

ဤပရောဂျက်သည် အများသုံး WhatsApp Data API တွင် လုပ်ဆောင်ပါသည်။ သော့တစ်ခုကို ရယူပြီး မိနစ်ပိုင်းအတွင်း သင်၏ပထမဆုံးတောင်းဆိုမှုကို ပြုလုပ်ပါ။

ကျွန်ုပ်တို့ အသုံးပြုသူများ ပြောသည်များ

ကျွန်ုပ်တို့၏ ကျေနပ်သော ဖောက်သည်များမှ စစ်မှန်သော သုံးသပ်ချက်များ

4.5/5 (176 သုံးသပ်ချက်များ)