https://github.com/oz/freepage
Send SMS using Free Mobile API
https://github.com/oz/freepage
Last synced: about 2 months ago
JSON representation
Send SMS using Free Mobile API
- Host: GitHub
- URL: https://github.com/oz/freepage
- Owner: oz
- License: unlicense
- Created: 2015-10-25T11:03:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-25T11:05:11.000Z (over 9 years ago)
- Last Synced: 2025-03-26T22:04:51.367Z (about 2 months ago)
- Language: Go
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FreePage
Freepage sends SMS messages from e-mail messages, or the CLI.
This program uses French operator [Free mobile][free]'s little SMS API to send
text messages to your own phone.Use this when you need to be paged by long-running scripts, alert systems, etc.
[free]: http://mobile.free.fr/
# Usage
Send a text with:
```
freepage -u USER -s SECRET -m "Hello, world!"
```Pipe an e-mail to the program to get its subject and body sent:
```
freepage -u USER -s SECRET -m -
```# License
See LICENSE file, or http://unlicense.org