Question regarding CustomApi

Hi, so I wanna use Nightbot to fetch a forum thread from a website I help run associated with Genesis. How would I go about making a command for that ?
The forum website is Genraven.com/forum/

You would need to have an API endpoint for the forum that either returns a plaintext response for Nightbot to post in chat or JSON that you can parse in a Nightbot command using eval.

See the docs for info on URLFetch + Eval.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.