Dezine Zync

The personal blog of Nikhil Nigade


RPC Pings for Micro.blog

A couple of weeks ago, I asked @manton if he had any plans of adding WebSub support on Micro.blog. While he is interested, I wanted to get a jump-start for my app Elytra.

Elytra supports WebSub as well as RPC style pings. So I made a 3-step Shortcut that fetches data from a xml file and then calls the Elytra API URL to handle the RPC ping. This file is preloaded with information about my microblog.

You can download the shortcut here. Remember to change the contents of the xml file if you plan to use it. You can adapt this to send RPC pings to other services too.

Now I just need to figure out how I can automate this process when using Icro or the Micro.blog iOS app after I submit a new post. If you have tips on that, please let me know.

Back