Is there any way to publish content without click "new topic" button and copy paste?
Say I have a post like:
{
title: "title",
content: "test content",
category: "category1"
tags: ['tag1', "tag2"]
}
in python, Can I send a post request to nodebb to save this post? or write it directly to mongoDb?
Thanks!