Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.03 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.03 KB

Test Task

This repository contains my solution to the Truecaller test task

Required installations

How to run it

  • Connect your real Android device with PC via cable and enable USB debugging. Make sure WiFi or mobile data is turned on. Do NOT run the script on your real device if you are already using Truecaller app! All application data will be deleted before the run
  • Open command line and run truecaller.py file with a phone number as an argument python3 <path/to/the/file/truecaller.py> +1234567890

Result file example:

{
    "first_name": "Test",
    "last_name": "Name",
    "email": "[email protected]",
    "location": "Ukraine"
}