Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.04 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.04 KB

Instant View - Delta Chat Bot

Latest Release CI Code style: black

A Delta Chat bot that allows to get website URLs previews as HTML messages

Install

pip install instantview

Usage

To configure the bot:

instantview-bot init [email protected] 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