Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is there APIs to post topics? I want to write a bot in my server, and it will post topics for me. what is the best way to do this?
I think this would help:
https://github.com/NodeBB/nodebb-plugin-write-api
A
No. I just tried and it works @PitaJ. I just changed the hook and it worked. Thank you so much! This is now solved
C
I am done with this. If somebody needs help for this topic, he/she may send a notification to me.
J
@Helix -- every route in NodeBB has a read-only API accessible by prepending the route with /api.
If you want to POST to NodeBB, you'll want to look at the write API, which has its own documentation 😃
Hello @sadmulwar -- I haven't had a chance to look at this yet, it will have to wait until after Wednesday.
E
@agarcia17 I'm glad I could help you. And I want to say thanks for the solution I'll probably do something along those lines for my forum too 🙂