1.1.3 • Published 10 months ago

getcontact-ts v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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

1.1.3

10 months ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago