instantview


Nameinstantview JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryDelta Chat bot to take website screenshots
upload_time2024-06-20 14:51:43
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords deltachat bot
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Instant View - Delta Chat Bot

[![Latest Release](https://img.shields.io/pypi/v/instantview.svg)](https://pypi.org/project/instantview)
[![CI](https://github.com/deltachat-bot/instantview/actions/workflows/python-ci.yml/badge.svg)](https://github.com/deltachat-bot/instantview/actions/workflows/python-ci.yml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

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

## Install

```sh
pip install instantview
```

## Usage

To configure the bot:

```sh
instantview-bot init bot@example.org SuperHardPassword
```

**(Optional)** To customize the bot name, avatar and status/signature:

```sh
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:

```sh
instantview-bot serve
```

To see the available options, run in the command line:

```
instantview-bot --help
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "instantview",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "deltachat, bot",
    "author": null,
    "author_email": "adbenitez <adb@merlinux.eu>",
    "download_url": null,
    "platform": null,
    "description": "# Instant View - Delta Chat Bot\n\n[![Latest Release](https://img.shields.io/pypi/v/instantview.svg)](https://pypi.org/project/instantview)\n[![CI](https://github.com/deltachat-bot/instantview/actions/workflows/python-ci.yml/badge.svg)](https://github.com/deltachat-bot/instantview/actions/workflows/python-ci.yml)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\nA Delta Chat bot that allows to get website URLs previews as HTML messages\n\n## Install\n\n```sh\npip install instantview\n```\n\n## Usage\n\nTo configure the bot:\n\n```sh\ninstantview-bot init bot@example.org SuperHardPassword\n```\n\n**(Optional)** To customize the bot name, avatar and status/signature:\n\n```sh\ninstantview-bot config selfavatar \"/path/to/avatar.png\"\ninstantview-bot config displayname \"Web Preview\"\ninstantview-bot config selfstatus \"Hi, send me some URL to get a preview\"\n```\n\nFinally you can start the bot with:\n\n```sh\ninstantview-bot serve\n```\n\nTo see the available options, run in the command line:\n\n```\ninstantview-bot --help\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Delta Chat bot to take website screenshots",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/deltachat-bot/instantview"
    },
    "split_keywords": [
        "deltachat",
        " bot"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b71c27edcea91585f2b47009c20b5a507652db9f50ee3cf839490f857aed193",
                "md5": "1bf4d74a359c30a5b8f0408422f8dcf6",
                "sha256": "04c2cb75c6062a452091ae63b8c2f34741c85d96dcc0b994dce99cb16ff9fe10"
            },
            "downloads": -1,
            "filename": "instantview-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1bf4d74a359c30a5b8f0408422f8dcf6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 18795,
            "upload_time": "2024-06-20T14:51:43",
            "upload_time_iso_8601": "2024-06-20T14:51:43.781920Z",
            "url": "https://files.pythonhosted.org/packages/5b/71/c27edcea91585f2b47009c20b5a507652db9f50ee3cf839490f857aed193/instantview-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-20 14:51:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "deltachat-bot",
    "github_project": "instantview",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "instantview"
}
        
Elapsed time: 2.17700s