https://github.com/yanganto/sms3
https://github.com/yanganto/sms3
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yanganto/sms3
- Owner: yanganto
- License: other
- Created: 2016-11-23T15:27:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T13:54:31.000Z (almost 8 years ago)
- Last Synced: 2025-06-08T13:43:37.532Z (about 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)