fisher60 / friendo-bot

A Discord Bot that is just a good Friendo
MIT License
25 stars 24 forks source link

Humble Bundle notifier #274

Open fisher60 opened 7 months ago

fisher60 commented 7 months ago

Summary

It would be nice to have a humble bundle notifier feature. We could allow users to subscribe to humble bundle alerts or just designate a channel to publish alerts in.

There is a public API available here

Example request:

POST https://isthereanydeal.com/bundles/api/list/
{"_id":1,"offset":0,"sort":null,"filter":{"bundleLive":true,"bundlePage":[1,37,9]},"options":[]}

As part of this feature, we should also review their ToS and ensure we are complying.