>>3519
>>3519
You could do this yourself by scraping the catalogs of the boards you care about. It's pretty easy, the only problem is different sites will be slightly different so you'll have to tweak the code for each one. That's why the apps you've tried don't work for every IB. I'll show you how you could do this site as an example though.
Load up the catalog (
https://alogs.space/tech/catalog.html ) and either use Inspect Element or look at the page source to see how the html is laid out for the posts. On this site each post has a div container with the class "catalogCell". The cell for your post looks like this:
<div class="catalogCell">
<a class="linkThumb" data-filemime="image/jpeg" href="/tech/res/3519.html"><img loading="lazy" src="/.media/t_521cc4fa7782f2124436653ee6b072f1f70c4de3df51c0ce23fb44cfcafa6d3f"></a>
<p class="threadStats">
R: <span class="labelReplies">0</span> / I: <span class="labelImages">0</span> /
P: <span class="labelPage">1</span>
</p>
<p>
<span class="labelSubject">Post Notifier</span>
</p>
<div class="divMessage">I'm looking for a way to get notifications when posts are made on all my favorite imageboards as a way to...</div>
</div>
Message too long. Click
here
to view full text.