Send text messages using SMS gateways
Project description
Send text messages using your Gmail account and SMS gateways
Setup
First, install this package with pip:
$ pip install texter
Then, set some environment variables so texter can send mail from your Gmail account:
$ export GMAIL_EMAIL=<email> $ export GMAIL_PASSWORD=<password>
Usage
from texter import send_message
send_message('1234567890', 'verizon', 'Hello from texter.')
There is also a standalone script you can use:
$ ./send_message 1234567890 verizon "Hello from texter."
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
texter-0.4.tar.gz
(1.8 kB
view details)
File details
Details for the file texter-0.4.tar.gz
.
File metadata
- Download URL: texter-0.4.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d4624440bc3f5043deb353cdebd80e75fc17d1cade363049f5554884fc6891e9
|
|
MD5 |
afd1e8a13fc54298513c640ef2cc0847
|
|
BLAKE2b-256 |
be43fda9f4a528433179534fb29633630ef2f191a4b01b4b8024e2d872c4df7c
|