An open API service indexing awesome lists of open source software.

https://github.com/yanganto/sms3


https://github.com/yanganto/sms3

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# sms3

This package is used to send SMS message for python 3.
The source code is modified from python 2 sms package(author: Amos Latteier) within MIT license.

## Usage
```python
import sms3
m = sms3.Modem('/dev/ttyUSB0')
m.send('+886987026316', 'hello world')
```

## License
MIT

## Contributor
- Amos Latteier
- [Antonio Yang](https://github.com/yanganto)
- [Семён Марьясин](https://github.com/MarSoft)