A python script that allows you to check if a phone number has been involved in a SIM swap fraud.
You can find full step-by-step instructions on the Vonage Developer Blog. (Not published yet)
- Python 3.6 or higher installed on your machine. Python 3.6 or higher is installed on your machine.
- Vonage Developer Account
- A Vonage Application with the Network Registry Playground enabled.
- Clone this repo
- Setup a virtual environment:
python3 -m venv venv
source venv/bin/activate
- Install dependencies:
pip install vonage python-dotenv
- Rename the
.env.example
file to.env
, and add yourVONAGE_APPLICATION_ID
. - Add your
private.key
file in the root of the project directory. - Run your Python scriopt:
python main.py