New: Facebook profile pictures
Enable fbProfilePic to retrieve the picture linked to a Facebook leak. Images are versioned and remain available from cache.
शोकेस पर वापस जाएँ
DIGI-NETRA
Kauravsrestha-Duryodhan61
Python
OSINT CLIs
यह रिपॉजिटरी अपने सोर्स कोड में एक लाइव दिखने वाली API कुंजी कमिट करती है। ट्रैक किए गए सोर्स कोड में मौजूद कुंजियों को खोजने वाले किसी भी व्यक्ति को इसके लिए शुल्क देना पड़ सकता है, और गुप्त स्कैनर इन्हें तेज़ी से ढूंढ लेते हैं। अपनी कुंजी को किसी एनवायरनमेंट वेरिएबल या सीक्रेट्स मैनेजर में रखें — कमिट किए गए कोड में कभी न रखें।
DIGI-NETRA is an India-focused number investigator. It prepends the 91 country code to a local number, calls the WhatsApp Data API profile endpoint, and persists the returned profile picture, normalized phone and about text.
It is featured here for the integration, not the implementation: the repository commits a live-looking RapidAPI key directly into its source. Do not copy that pattern — a committed key is billable by anyone who finds it, and secret scanners find them within minutes. Keep your key in an environment variable or secrets manager, never in tracked source.
यह जिन एंडपॉइंट्स का उपयोग करता है
GET /number/91{localNumber} — profile picture URL, normalized phone, about text.
वही कॉल
import os, requests
# Read the key from the environment — never commit it.
number = "91" + local_number
url = f"https://wp-data.p.rapidapi.com/number/{number}"
headers = {
"x-rapidapi-host": "wp-data.p.rapidapi.com",
"x-rapidapi-key": os.environ["RAPIDAPI_KEY"],
}
profile = requests.get(url, headers=headers).json()समान API का उपयोग करके निर्माण करें
यह प्रोजेक्ट सार्वजनिक WhatsApp डेटा API पर चलता है। एक कुंजी प्राप्त करें और कुछ ही मिनटों में अपना पहला अनुरोध भेजें।
हमारे उपयोगकर्ता क्या कहते हैं
हमारे संतुष्ट ग्राहकों की वास्तविक समीक्षाएं
4.5/5 (176 समीक्षाएं)