lnbits-legend/lnbits/extensions/TwitchAlerts
2021-06-22 13:19:22 +02:00
..
templates/TwitchAlerts Fix missing template 2021-06-20 07:51:24 +02:00
__init__.py Add TwitchAlerts plugin 2021-06-20 06:34:01 +02:00
config.json Make extenstion available to load 2021-06-20 07:50:58 +02:00
crud.py Create various helper functions 2021-06-22 13:19:22 +02:00
migrations.py Add models and migrations 2021-06-22 13:18:50 +02:00
models.py Add models and migrations 2021-06-22 13:18:50 +02:00
README.md Add TwitchAlerts plugin 2021-06-20 06:34:01 +02:00
views.py Add TwitchAlerts plugin 2021-06-20 06:34:01 +02:00
views_api.py Get basic working endpoints 2021-06-22 09:55:58 +02:00

Example Extension

*tagline*

This is an TwitchAlerts extension to help you organise and build you own.

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":"TwitchAlerts"}' -H "X-Api-Key: YOUR_WALLET-ADMIN/INVOICE-KEY"