A Delta Chat bot that allows to get website URLs previews as HTML messages
pip install instantview
To configure the bot:
instantview-bot init bot@example.org SuperHardPassword
(Optional) To customize the bot name, avatar and status/signature:
instantview-bot config selfavatar "/path/to/avatar.png"
instantview-bot config displayname "Web Preview"
instantview-bot config selfstatus "Hi, send me some URL to get a preview"
Finally you can start the bot with:
instantview-bot serve
To see the available options, run in the command line:
instantview-bot --help