You are the future of Bharat
Let’s send OTP from C program.
Open cs50.dev
In TERMINAL
1
2
3
4
5
wget https://rohinibarla.com/assets/sms.zip
ls
unzip sms.zip
ls
cd sms
It must look like this
1
sms/ $
Next commands in TERMINAL
1
2
chmod +x send_sms.sh
code send.c
write the send_otp command then run the following command
send_otp("982024", "your number");
Now in TERMINAL
1
2
make send
./send