DEV Community

Cover image for Made online Phone Message Sender
Gaurav Singh
Gaurav Singh

Posted on

Made online Phone Message Sender

Alt Text

Recently completed a mini project in Python and with API. User can send a message to anyone from PC only. Please do give ur valuable feedback and improvements needed.

Thanks and Cheers!

LinkedIn

GitHub Code

In above link go to main.py file for source code

Top comments (6)

Collapse
 
schnipdip profile image
schnipdip

Hi, why not use Twilio? You can then expose a phone number and people can save it to their contacts. Otherwise, the way ISP's have been lately, your SMS message may be flagged as spam. Also, sending arbitrary messages without being able to receive doesn't seem very useful without a way to receive. Twilio would be able to help with that. For example,

github.com/schnipdip/FLY-SAFETY

Collapse
 
connectwithajayy profile image
Ajay Gupta

Twilio is free for messing?

Collapse
 
schnipdip profile image
schnipdip

No, but it's insanely cheap.

Collapse
 
gauravsingh9356 profile image
Gaurav Singh

Completely agreed..

Collapse
 
shadowtime2000 profile image
shadowtime2000

Are you thinking of adding a feature to receive messages?

Collapse
 
gauravsingh9356 profile image
Gaurav Singh

Yeah, absolutely