Thanks, filter:post.getPosts works fine and has uid for the logged in user.
Did use filter:post.getPostSummaryByPids for summary.
And filter:teasers.get for teasers. All have uid 😉
I have a Python script which calls ffmpeg on a random selection of movies and pipes them to an RTMP stream. I'd like to be able to post a widget or update an existing forum post. Would I need to use Flask to create an API that's called by NodeBB or is there an existing API I can script something like a widget update to? How would I handle authentication for the API?
Thanks again!