I forgot I posted this on Github but not here, so here it is! I recently updated it to support Instagram scraping. It is very barebones and is a practice programming project for me. Don’t expect the code to be efficient, or logical for now.
Supports Home Assistant 0.89 and over only, due to how custom component file/folder structure changed.
The Web Comic sensor attempts to scrape URLs and find the image URL of the comic. Every website is different in how they tag the comic image, so the sensor doesn’t work with every site, though I’ll continue to change the scraping technique.
The sensor merely pulls the image URL from the website, it doesn’t display anything on Lovelace. You will need to use the Useful Markdown card to display the comic on the Lovelace UI. Full instructions on using the sensor and Markdown card are on the Github.