A simple scrapper to fetch SMS from a online website and display it in a CLI.
Install my-project with pip3
cd OTP_CODE_API-main
sudo pip3 install -r requirements.txt
python3 otp_main.py no-reload # if you doesn't want to refresh everytime and allow copy/paste more easily
#or
python3 otp_main.py # if you want interactive CLI ( enabled by default )
This script reload every messages of the selected number every 15 seconds.
Parameter | Website | Description |
---|---|---|
api_key |
receive-smss.com | None |
Just kidding we don't need API Key...
- @LincolnKermit - Credit me if you gonna use in your script.