Using discourses with discourse.local

Python integration

Install

pip install discourses

Quick start

import discourses

client = discourses.Client("YOUR_API_KEY")
Get the top topics filtered by period
curl \
  http://discourse.local/top.json
Get site info
curl \
  http://discourse.local/site.json
Get a list of tags
curl \
  http://discourse.local/tags.json
SDK on GitHub 📄 API Docs
SDK
discourses
Python
API
discourse.local
discourse.local

At a glance

Language Python
Endpoints84
Base URLhttp://discourse.local