AndrewRPorter / ping-app

Python project that was used to ping SMS questions to survery participants

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ping-app

About

This application is responsible for delivering SMS questions to participants in order to replicate and extend Wandering Mind Is an Unhappy Mind.

ping-app creates a cron job that tries to send question data to the participants every 1 minute(s).

User responses are saved in FireBase, you will need to configure a config.yml file to interact with an external FireBase instance.

Usage

Partiicpants need to be added to the file data/participants.csv Each participant needs a unique ID, first name, last name and phone number of the following format: [+] [country code] [subscriber number including area code]

The application can be spawned via cron jobs. Start by calling python3 schedule.py

This will schedule the creation of users and initialize the start-cron.py file at 9:00am everyday, until stopped

About

Python project that was used to ping SMS questions to survery participants

License:MIT License


Languages

Language:Python 98.4%Language:Makefile 1.6%