Wanted: bot which turns a webpage into an xdc

I would like to be able to turn almost any webpage into an xdc, like archiving it.
The bot will be presented with a URL, fetches the content, creates an icon.png/jpg, names it properly and downloads the xdc for further usage.

Is this doable?

1 Like

Bots already exist to which you can give a URL and they will reply with:

  • the whole website in a zip
  • the whole website in a webxdc
  • the bare HTML file content without styles in an HTML message
  • the page rendered in a browser for a few seconds, snapshotted into a small static HTML message

You can find the source code and hosted instances for most in:
https://deltachat-bot.github.io/public-bots/

This specific bot seems to be doing exactly what you ask for:

2 Likes

OMG, thanks will check it out.

doesn’t seem to work for me :expressionless:

You mean you tried to clone it and host it yourself and it had thrown an exception? I don’t think that @DavidSM100 @davidsm10 wanted to host it indefinitely.

well, no hosting here… but thanks

Maybe a browser extension would be better

Could you perhaps tell us more about what use case this would solve for people?

Archiving, taking a relevant page offline, sharing it later - securely