Trở lại trang trưng bày

Whatsapp-Osint

Whomrx66623
Python
Công cụ dòng lệnh OSINT

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.

Các điểm cuối mà nó sử dụng

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

Cuộc gọi tương tự

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())

Được xây dựng bằng cùng một API

Dự án này hoạt động trên API dữ liệu công khai của WhatsApp. Hãy lấy khóa API và thực hiện yêu cầu đầu tiên của bạn chỉ trong vài phút.

Người Dùng Nói Gì

Đánh giá thực từ khách hàng hài lòng của chúng tôi

4.5/5 (176 đánh giá)