lnbits-legend/lnbits/extensions/streamalerts
2021-08-01 05:45:36 +02:00
..
templates/streamalerts Fix onchain support 2021-08-01 05:45:36 +02:00
__init__.py Rename TwitchAlerts to StreamAlerts 2021-08-01 04:54:43 +02:00
config.json Rename TwitchAlerts to StreamAlerts 2021-08-01 04:54:43 +02:00
crud.py Rename TwitchAlerts to StreamAlerts 2021-08-01 04:54:43 +02:00
migrations.py Rename TwitchAlerts to StreamAlerts 2021-08-01 04:54:43 +02:00
models.py Rename TwitchAlerts to StreamAlerts 2021-08-01 04:54:43 +02:00
README.md Rename TwitchAlerts to StreamAlerts 2021-08-01 04:54:43 +02:00
views_api.py Rename TwitchAlerts to StreamAlerts 2021-08-01 04:54:43 +02:00
views.py Enable onchain wallet support 2021-08-01 05:22:28 +02:00

Example Extension

*tagline*

The StreamAlerts extension allows you to integrate Bitcoin Lightning (and on-chain) paymnents in to your existing Streamlabs alerts!

Try to include an image

If your extension has API endpoints, include useful ones here

curl -H "Content-type: application/json" -X POST https://YOUR-LNBITS/YOUR-EXTENSION/api/v1/EXAMPLE -d '{"amount":"100","memo":"StreamAlerts"}' -H "X-Api-Key: YOUR_WALLET-ADMIN/INVOICE-KEY"