New: Facebook profile pictures
Enable fbProfilePic to retrieve the picture linked to a Facebook leak. Images are versioned and remain available from cache.
ပြခန်းသို့ ပြန်သွားပါ
whatsapp-extract-processor
italofds9
Vue
ဒက်ရှ်ဘုတ်များ
whatsapp-extract-processor is a Vue web app that ingests a WhatsApp chat export and enriches each participant. For every contact it calls the WhatsApp Data API to attach the display name, business status and profile picture, turning a flat chat log into a contact directory.
It is one of the few UI-based integrations in the ecosystem, and it explicitly credits CheckLeaked as the enrichment source in its interface. A good example of per-contact fan-out: one API call per unique account id parsed from the export.
၎င်းအသုံးပြုသော အဆုံးမှတ်များ
GET /number/{accountId} — called once per unique contact to attach name, business flag and picture.
အတူတူပဲခေါ်တာ
// One enrichment call per unique contact
async function enrich(accountId) {
const res = await fetch(
`https://wp-data.p.rapidapi.com/number/${accountId}`,
{ headers: {
"x-rapidapi-host": "wp-data.p.rapidapi.com",
"x-rapidapi-key": globalThis._importMeta_.env.VITE_RAPIDAPI_KEY,
} },
);
return res.json();
}တူညီသော API ဖြင့်တည်ဆောက်ပါ
ဤပရောဂျက်သည် အများသုံး WhatsApp Data API တွင် လုပ်ဆောင်ပါသည်။ သော့တစ်ခုကို ရယူပြီး မိနစ်ပိုင်းအတွင်း သင်၏ပထမဆုံးတောင်းဆိုမှုကို ပြုလုပ်ပါ။
ကျွန်ုပ်တို့ အသုံးပြုသူများ ပြောသည်များ
ကျွန်ုပ်တို့၏ ကျေနပ်သော ဖောက်သည်များမှ စစ်မှန်သော သုံးသပ်ချက်များ
4.5/5 (176 သုံးသပ်ချက်များ)