Interact with discourse from Python?

Absolutely; if you want data differing from what’s already on offer in the admin panel, DE is the way to go.

It also gives the guarantee those queries won’t return different data after an update, BUT also the underlying structures may change and you may need to maintain the query.

Tradeoffs either way.

1 Like