How to Extract Details from Any Mobile Number Using Termux
Website: jarvisstaraq.blogspot.com
What Is truecallerjs?
truecallerjs is a simple command-line tool used to search phone number details. It works on Android devices and can be used directly inside the Termux app.
Requirements
- Android phone
- Termux installed
- Valid mobile number (required for Truecaller verification)
- Truecaller Installation ID
Installation in Termux
Install Node.js, Git, and Wget
- Open the Termux app.
-
Update the package list:
pkg update -
Install Node.js:
pkg install nodejs -
Install Git:
pkg install git -
Install Wget:
pkg install wget
Install truecallerjs and Use Its Commands
-
Install truecallerjs globally using npm:
npm install -g truecallerjs -
Verify installation and view available options:
truecallerjs -h -
Log in to your Truecaller account (replace
[number]with your phone number):truecallerjs login [number] -
Search for a phone number (replace
[number]with the target number):truecallerjs -s [number] --text
Note: truecallerjs requires a valid Truecaller account. Some features may be limited depending on your account permissions.
Source: jarvisstaraq.blogspot.com
#rajbhx