scragg0x / realms-wiki

Git based wiki inspired by Gollum
http://realms.io
GNU General Public License v2.0
833 stars 91 forks source link

Support for JSONRPC / REST API so my chatbot can write and create pages? #223

Open edzillion opened 5 years ago

edzillion commented 5 years ago

Great looking project!

I am looking around and I can't find any mention of whether realms can be updated remotely. I want to write the results of polls on my chat server (rocketchat) to a wiki using my chatbot.

scragg0x commented 5 years ago

Unfortunately no, you cannot do that out of the box at the moment. One could add a token check on the write page route. On a side note, I'm not sure if this wiki would be a good candidate for poll results unless it's updated sparingly.

edzillion commented 5 years ago

It would maybe be an update or two a day, at most.

Thanks for the quick reply. I am rather surprised that so few wikis have any kind of RPC support; seems to me like the perfect use case for wikis ...