Is there a public-facing API endpoint for the Algolia search system? I’d love to be able to say to my discord bot “Hey wasn’t there a lesswrong post about xyz?” and have him post a few links
Pretty sure you should just be able to copy the structure of the query from the Chrome network tab, and reverse engineer it this way. IIRC the structure was pretty straightforward, and the response pretty well structured.
Ah ok, thanks! My main concern with that is that it goes to “https://z0gr6exqhd-dsn.algolia.net″, which feels like it could be a dynamically allocated address that might change under me?
Is there a public-facing API endpoint for the Algolia search system? I’d love to be able to say to my discord bot “Hey wasn’t there a lesswrong post about xyz?” and have him post a few links
Pretty sure you should just be able to copy the structure of the query from the Chrome network tab, and reverse engineer it this way. IIRC the structure was pretty straightforward, and the response pretty well structured.
Ah ok, thanks! My main concern with that is that it goes to “https://z0gr6exqhd-dsn.algolia.net″, which feels like it could be a dynamically allocated address that might change under me?