Nodejs API to interact with Python

Hello,

Is there a way to interact with a NodeJs Tiddlywiki by using an API?

For example, I have a Python script that using Notion’s API creates and edites pages, I wonder if is possible to do a similar thing with tiddlers on a NodeJs served wiki.

(Creating .tid files is not ideal because the wiki needs to reboot to incorporate them)

Can we use tm-http-request? Will that solve your problem?

1 Like

You can make HTTP requests to the TiddlyWiki node.js server, see https://tiddlywiki.com/#WebServer%20API

2 Likes