How to extract Details from any mobile number | termux | jarvisstaraq.blogspot.com
What is truecallerjs
Truecallerjs : A simple package to search phone number details.this tool also
work in android and Termux app
Requirements
Android phone
Proper valid Mobile Number(Phone number verification for truecaller)
Truecaller InstallationId
Installation in Termux
Installing Node.js, Git, and Wget in Termux:
To install Node.js, Git, and Wget in Termux, follow these steps:
1. Open your Termux app.
2. Run the following command to update the package lists:
```
pkg update
```
3. Next, install Node.js using the following command:
```
pkg install nodejs
```
4. Install Git using the command:
```
pkg install git
```
5. Lastly, install Wget with the command:
```
pkg install wget
```
Installing truecallerjs and Using its Commands:
To install and use truecallerjs in Termux, follow these steps:
1. Install truecallerjs globally using npm:
```
npm install -g truecallerjs
```
2. Once installed, you can access the truecallerjs command-line interface (CLI) by running:
```
truecallerjs -h
```
3. To log in with your Truecaller account, use the following command (replace [number] with your phone number):
```
truecallerjs login [number]
```
4. After logging in, you can perform a search for a phone number using the following command (replace [number] with the desired phone number):
```
truecallerjs -s [number] --text
```
Please note that truecallerjs requires a valid Truecaller account, and some features may be restricted based on your account's permissions.
jarvisstaraq.blogspot.com
#rajbhx