1.1.3 • Published 1 year ago
getcontact-ts v1.1.3
Getcontact TS
Unofficial Getcontact Library in Typescript. Fork from javascript version urip-getcontact
Install
npm i getcontact-ts
Usage
import Getcontact from "getcontact-ts";
const getcontact = new Getcontact("GETCONTACT_TOKEN", "GETCONTACT_KEY");
getcontact
.checkNumber("08123456789")
.then((data) => {
console.log(data);
})
.catch((err) => {
console.log(err);
});
How to Get Token
Requirements: Android with ROOT-rights (or emulator).
- Install and login into getcontact
- Open in filemanager of phone
/data/data/app.source.getcontact/shared_prefs/GetContactSettingsPref.xml
GETCONTACT_KEY: FINAL_KEY
GETCONTACT_TOKEN: TOKEN
More detail check this YT Video