https://github.com/treethought/pulsesms
golang pulse sms client
https://github.com/treethought/pulsesms
Last synced: about 1 year ago
JSON representation
golang pulse sms client
- Host: GitHub
- URL: https://github.com/treethought/pulsesms
- Owner: treethought
- License: apache-2.0
- Created: 2021-05-23T05:50:21.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-17T15:33:25.000Z (about 5 years ago)
- Last Synced: 2025-02-06T12:48:23.532Z (over 1 year ago)
- Language: Go
- Size: 69.3 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## pulsesms
A golang API client for [Pulse SMS](https://home.pulsesms.app/overview/).
This library is currently very minimal. It only serves to receive new messages,
retrieve existing messages, and send messages into a conversation.
The main purpose of this library is to be used in a matrix bridge. Future
improvements may be made to extend the bridge functionality or become more
useful overall.
See [the example](./example/main.go) for how to use the client.