-
Notifications
You must be signed in to change notification settings - Fork 126
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
Create a !downdetector Parser #101
Comments
I will work on it |
I don't think Down Detector API are free to use |
@MRSinghRajat That appears to be the case. You could still make a useful tool by responding with links. See the XKCD parser or the Wikipedia parser as examples of ones that work without using an api. |
One can create a parser that pops a link, but it seems harder to parse the page the link produced (via restmessagev2 get) since DownDetector puts a captcha in between. They want to force ppl to the api… |
I've submitted a base PR for this parser, more to come. |
!downdetector
is passed, make use of the Down Detector API to return a list of the most notable "currently down" sitesslack
,discord
,netflix
, etc., check to see if the page exists (e.g. https://downdetector.com/status/netflix/). If it does, link to the page. If not, link tohttps://downdetector.com/search/?q=${term}
There's probably some more cool stuff that can be done with this one, given they've got a fairly open API.
The text was updated successfully, but these errors were encountered: