Python Forum
Best way employment a counter that texts a list of users when incremented
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Best way employment a counter that texts a list of users when incremented
#1
Hi,

I'm in the investigation process of this project, and I could use some help.

I need to make a counter that texts a list of phone numbers any time the counter changes.I don't know of the counter should be stored and run on my phone, or my home desktop or a cloud server.

My first idea is to use an ifttt app to make a button for incrementing/decrementing. That button would just trigger a text to my twilio number, and upon receiving the text, a stored counter value will be incremented/decremented, and a text will be sent to the numbers that I give it

Would there be an easier/more graceful method? It would be nice not to have to rely on my personal desktop to be on and connected to the internet for this to work. What are my other options?

Thanks for the help.
Reply
#2
Python can run on Linux, Mac, Windows, Android, *BSD
Twilio has a module for Python.

You need a place, where a small service can run. This can be mostly everywhere.
If you need guarantee of availability, you should use a server in a data center or
a cloud. But I would start on the Desktop itself. It's easier to develop and test.
Additionally you know your desktop. If you don't have experience with servers, don't use them.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020