শোকেসে ফিরে যান

WhatsApp-OSINT

gagaltotal0
Go
OSINT CLI

gagaltotal/WhatsApp-OSINT is the only Go implementation in the ecosystem. It calls the WhatsApp Data API profile endpoint with the leak-check option enabled inline, and also exposes the standalone leak-check route.

For Go developers it is a useful starting point: the request is a plain net/http GET with the two RapidAPI headers, and the response decodes cleanly into a struct.

এটি যে এন্ডপয়েন্টগুলি ব্যবহার করে

GET /number/{phone}?includeLeakCheckPro=true — profile plus the leak-check signal in one response.
GET /leakcheck/{phone} — standalone leak-check lookup.

একই কল

GO
req, _ := http.NewRequest("GET",
    "https://wp-data.p.rapidapi.com/number/14155552671?includeLeakCheckPro=true", nil)
req.Header.Set("x-rapidapi-host", "wp-data.p.rapidapi.com")
req.Header.Set("x-rapidapi-key", os.Getenv("RAPIDAPI_KEY"))
res, _ := http.DefaultClient.Do(req)

একই API দিয়ে তৈরি করুন

এই প্রজেক্টটি পাবলিক হোয়াটসঅ্যাপ ডেটা এপিআই-এর ওপর চলে। একটি কী সংগ্রহ করুন এবং কয়েক মিনিটের মধ্যেই আপনার প্রথম অনুরোধটি করুন।

আমাদের ব্যবহারকারীরা যা বলেন

আমাদের সন্তুষ্ট গ্রাহকদের কাছ থেকে আসল পর্যালোচনা

4.5/5 (179 পর্যালোচনা)