Comment on Hosted a Temp SMS service written in Python
solrize@lemmy.ml 2 days ago
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.
Comment on Hosted a Temp SMS service written in Python
solrize@lemmy.ml 2 days ago
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.
kionite231@lemmy.ca 2 days ago
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