Hosted a Temp SMS service written in Python
(sms.ghodawalaaman.duckdns.org)
from kionite231@lemmy.ca to selfhosted@lemmy.world on 14 May 16:41
https://lemmy.ca/post/44048204
from kionite231@lemmy.ca to selfhosted@lemmy.world on 14 May 16:41
https://lemmy.ca/post/44048204
( this post may seems like it’s more related to programming than selfhosting but I wasn’t sure so here we go )
Hello folks,
I made a Temp SMS service using Python. I used flask for serving the API and sms-forwarder app ( github.com/GreyTechno/sms_forwarder ) to forward messages from a phone to the server.
there is just two end points one is where you get the home page which displays all the incoming messages and another one is used to get the message sent from the phone. it’s pretty simple actually…
tell me what you think about it :)
Edit: the service is down since someone is DOSing the service… I will quickly try to block them.
threaded - newest
Nice idea but: ERR_NAME_NOT_RESOLVED
Sorry I have chosen duckdns as a domain provider… It gives some errors sometimes
You can try to reload it a few times, it will load eventually.
What’s the use case for this?
It’s supposed to be used to create throwaway accounts. Or to give a number for random sites which you don’t care about.
Oh okay, I think I misunderstood the direction that the texts were flowing. I could see this being very useful then.
Nice. It appears to run on a phone under termux, rather than being a server app. Good to know about either way. Why flask? That’s a web server thing, I thought.
At first I thought about running it inside termux but then I found the SMS forwarding apk which I linked in the post so I chose the easier way.
I chose flask because it’s very easy to create APIs using flask. I also tried to make the API using Java but I couldn’t figure out how to package it and host it on my server
I’m a little confused:
Good question.
More confusion. How often do you change your username? Few minutes ago it was “whoareu”, now its “kionite231” (eta: I guess it’s lemmy. Your username changes every time I refresh the page between these two)
Where’s the code or info on pieces of the puzzle that you made and are trying to showcase here?
Python