๐”™๐”ž๐”ก๐”ฆ๐”ช ๐”Ž๐”ฏ๐”ฒ๐”ค

xmpp web page downloader

Over weekend I was vibecoding xmpp bot in python that uses provided tool to download web page send via message and then put this page in WebDAV storage. It keeps metadata in json file (I'm not sure if it's a good option but we're vibecoding here) and rebuilds index page using it. and as last step index page is served via web. snรคll!

the idea is similar to wallabag etc.

monolith is used as web page downloader which convinetly download everything as single html file. dufs is used as webdav and webserver (it can serve index html). and python bot to glue it all together.

bot is running at my laptop, and webdav at nas. so nas is not visible from outside, only from local connection.

very near setup, I'm thinking that this way of organising things can be a good base for some kind of pkm.