Geekery
-
I only tweaked two Shortcuts and I feel like a hacker
Success! I was able to tweak two Shortcuts that I use to publish to micro.blog and I’m so happy. I will document it here so I can come back to this in the future.
It’s all thanks to @jarrod, of course. In his wonderful Shortcut Library there’s many that I use daily. Most of all, one to Publish to Micro.blog and another one to Post Quotes from other webs.
But the thing is that they both publish to my default blog (https://umerez.eu), and I needed the same functionality to post in my new adventure, this very blog (https://estebantxo.micro.blog).
It was easy to fetch a new API key in micro.blog, but I needed something else to direct the posts to Estebantxo instead of umerez.eu.
I found the answer in this post from the official Micro.blog Help documents.
For users who have multiple microblogs configured, /micropub?q=config will return of the list of sites. You can post to a specific microblog by passing an mp-destination parameter of the URL (uid from the configured list).
Quite cryptic for me. Suddenly, I noticed that an action in @jarrod’s Shortcut (Get content from URL), which was set to POST, had a GET option too. So I made a Shortcut with that action to get my blogs and look for Estebantxo’s
UID
.I did get the desired
uid
and I put it in @jarrod’s Shortcut, under Headers, with amp-destination
key and theuid
for its corresponding value.Et voilà. The Shortcut works like a charm. I posted this quote and cheered with happiness.
-
🚀
For users who have multiple microblogs configured,
/micropub?q=config
will return of the list of sites. You can post to a specific microblog by passing anmp-destination
parameter of the URL (uid
from the configured list).Need a way to test with multiple blogs? Every account can create a free test blog on the web under Design → Edit Custom Themes → New Test Blog.
-
Batch Link Downloader - A tool to download files from a website in bulk
I don’t use Google Chrome much but today I found a very useful tool that I want to share.
It’s called Batch Link Downloader, and it’s an extension that allowed me to easily download multiple files from a website.
I needed to download the whole documentation of my city’s Urban Plan. It’s a bunch of PDFs, classified by different categories and locations. This is the screenshot of one of the pages.
I didn’t want to go through the tedious process of saving each and every one of the PDFs behind these links, so I looked for a tool and found this one. I guess there must be lots of them and many might be much better, but this one worked for me.
I clicked the extension and I was presented with a long list of downloadable links. I typed
*.pdf
to narrow down the list and I could even uncheck some of the available files that did not interest me. Then the batch download process went very smoothly and I had all the files in my Downloads folder in a minute.So it saved me a lot of time and boredom. Sure there’s other tools to scrap websites more automatically and efficiently, but this tool proved to be convenient and easy enough for me, and it let me target and download only what I needed, the PDFs.