A matterbridge plugin for pnut.io
Go to file
Morgan McMillian b5420da560
thrrgilag/pnut-bridge/pipeline/head This commit looks good Details
Merge pull request 'Add media links to messages from pnut.io' (#4) from media-links into main
Reviewed-on: thrrgilag/pnut-bridge#4
2023-12-18 02:22:35 +00:00
.woodpecker.yml setup docker build 2023-08-21 21:28:02 -07:00
Dockerfile setup docker build 2023-08-21 21:28:02 -07:00
Jenkinsfile switch to jenkins build 2023-11-10 13:02:56 -08:00
LICENSE Include embedded links from pnut messages being sent to bridge 2023-12-10 10:07:23 -08:00
README.md Include embedded links from pnut messages being sent to bridge 2023-12-10 10:07:23 -08:00
go.mod Add media links to messages from pnut.io 2023-12-17 18:15:31 -08:00
go.sum Add media links to messages from pnut.io 2023-12-17 18:15:31 -08:00
pnut-bridge.go Add media links to messages from pnut.io 2023-12-17 18:15:31 -08:00

README.md

pnut-bridge

A matterbridge API plugin allowing you to connect message channels on pnut.io to other supported chat services.

License

MIT License

Copyright (c) 2023 Morgan McMillian

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.