Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion] Add support for Just Giving donations #28

Closed
rshackleton opened this issue Jul 12, 2020 · 2 comments
Closed

[Suggestion] Add support for Just Giving donations #28

rshackleton opened this issue Jul 12, 2020 · 2 comments
Assignees

Comments

@rshackleton
Copy link

Streamlabs supports a UK charity platform called Just Giving, it would be great to have notifications be triggered from donations.

The event data from the log file is:

[16:42:59] [EventThread/INFO]: Received Streamlabs packet (justgivingdonation, justgiving) -> {"amount":99,"isTest":true,"name":"Shackleberry112","currency":"GBP","from":"John","to":{"name":"Shackleberry112"},"_id":"f3d16e85636b8e2fd698b1830d97a427","message":"This is a test donation for £99.00.","priority":10,"formatted_amount":"£99.00"}
{
  "amount": 99,
  "isTest": true,
  "name": "Shackleberry112",
  "currency": "GBP",
  "from": "John",
  "to": { "name": "Shackleberry112" },
  "_id": "f3d16e85636b8e2fd698b1830d97a427",
  "message": "This is a test donation for £99.00.",
  "priority": 10,
  "formatted_amount": "£99.00"
}
@iGoodie iGoodie self-assigned this Jul 12, 2020
@iGoodie
Copy link
Owner

iGoodie commented Jul 12, 2020

Thanks once again for sharing the event data!
I'll be adding JustGiving Donation in the next update! 🎉

@iGoodie
Copy link
Owner

iGoodie commented Jul 24, 2020

It shall now be implemented with 5fce47d ✌️ 😊

@iGoodie iGoodie closed this as completed Jul 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants