This simple Electron app was created to help event organisers and marketing departments send bulk text messages (i.e. reminders for upcoming events) without having to write any code.
Please only send messages to people who have explicitly agreed to receive messages from you.
# Install dependencies
$ yarn # or npm install
# Run
$ yarn electron-dev # or npm run electron-dev
# Package
$ yarn electron-pack # or npm run electron-pack
# Package for other operating systems
$ npm i -g electron-builder
$ electron-builder -wlm
If you just want to install this for your personal use (i.e. not development), check out the Releases page and download the right executable for your platform.