https://github.com/jckimble/smsprovider
Package jckimble/smsprovider implements providers for sms services. Made to make sms bots/gateways easier. Pull Requests welcome for new providers that you like.
https://github.com/jckimble/smsprovider
broken
Last synced: about 1 year ago
JSON representation
Package jckimble/smsprovider implements providers for sms services. Made to make sms bots/gateways easier. Pull Requests welcome for new providers that you like.
- Host: GitHub
- URL: https://github.com/jckimble/smsprovider
- Owner: jckimble
- License: apache-2.0
- Created: 2023-02-26T04:13:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-01T12:01:55.000Z (about 3 years ago)
- Last Synced: 2025-03-31T00:51:10.762Z (about 1 year ago)
- Topics: broken
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# smsprovider
[](https://godoc.org/github.com/jckimble/smsprovider)

[](https://github.com/jckimble/smsprovider/commits/master)
Package `jckimble/smsprovider` implements providers for sms services. Made to make sms bots/gateways easier. Pull Requests welcome for new providers that you like.
---
* [Install](#install)
* [Providers](#providers)
* [Examples](#examples)
---
## Install
```sh
go get -u github.com/jckimble/smsprovider
```
## Providers
- TextNow
- Signal
## Examples
Look under the examples directory right now we have two examples. A bot and gateway
## License
Copyright 2018 James Kimble
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.