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 CLI
ที่เก็บโค้ดนี้จะบันทึกคีย์ 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 Data API สาธารณะ รับคีย์และส่งคำขอแรกของคุณได้ภายในไม่กี่นาที
สิ่งที่ผู้ใช้ของเราพูด
รีวิวจริงจากลูกค้าที่พอใจของเรา
4.5/5 (176 รีวิว)