Skip to content

subekti404dev/urip-getcontact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Urip GetContact

(Not Working Anymore)

an unofficial api wrapper for getcontact

How to Install

npm install subekti404dev/urip-getcontact

How to Use

const UripGetContact = require('urip-getcontact');

const getContact = new UripGetContact("GETCONTACT_TOKEN", "GETCONTACT_KEY");

getContact.checkNumber("087711223344")
    .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

Video Tutorial

Watch the video

About

an unofficial getcontact api wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published