( 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 ( https://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.
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.