Get data from discourse.org
We have mapped two endpoints for discourse.org
You can retrieve the latest topics posted on your discussion forum as well as global site information.
Add the following lines to your code:
from github://raw-labs/lib/1/public/discourse.org/discourse.rql
import discourse_latest;
from github://raw-labs/lib/1/public/discourse.org/discourse.rql
import discourse_site;
Create an API key on the discourse.org admin panel, pass it along with your username to the imported functions and you are done.