web2img-deltabot


Nameweb2img-deltabot JSON
Version 1.1.0 PyPI version JSON
download
home_pageNone
SummaryDelta Chat bot to take website screenshots
upload_time2024-06-19 21:35:23
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.
            # Web to Image - Delta Chat Bot

[![Latest Release](https://img.shields.io/pypi/v/web2img-deltabot.svg)](https://pypi.org/project/web2img-deltabot)
[![CI](https://github.com/deltachat-bot/web2img_deltabot/actions/workflows/python-ci.yml/badge.svg)](https://github.com/deltachat-bot/web2img_deltabot/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 saving website URLs as images (taking screenshots of websites)

## Install

```sh
pip install web2img-deltabot
```

Then, to setup [Playwright](https://playwright.dev/python/docs/intro), run:

```sh
playwright install
```

## Usage

To configure the bot:

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

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

```sh
web2img-bot config selfavatar "/path/to/avatar.png"
web2img-bot config displayname "Web to Image"
web2img-bot config selfstatus "Hi, send me some URL to convert it to image"
```

Finally you can start the bot with:

```sh
web2img-bot serve
```

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

```
web2img-bot --help
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "web2img-deltabot",
    "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": "# Web to Image - Delta Chat Bot\n\n[![Latest Release](https://img.shields.io/pypi/v/web2img-deltabot.svg)](https://pypi.org/project/web2img-deltabot)\n[![CI](https://github.com/deltachat-bot/web2img_deltabot/actions/workflows/python-ci.yml/badge.svg)](https://github.com/deltachat-bot/web2img_deltabot/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 saving website URLs as images (taking screenshots of websites)\n\n## Install\n\n```sh\npip install web2img-deltabot\n```\n\nThen, to setup [Playwright](https://playwright.dev/python/docs/intro), run:\n\n```sh\nplaywright install\n```\n\n## Usage\n\nTo configure the bot:\n\n```sh\nweb2img-bot init bot@example.org SuperHardPassword\n```\n\n**(Optional)** To customize the bot name, avatar and status/signature:\n\n```sh\nweb2img-bot config selfavatar \"/path/to/avatar.png\"\nweb2img-bot config displayname \"Web to Image\"\nweb2img-bot config selfstatus \"Hi, send me some URL to convert it to image\"\n```\n\nFinally you can start the bot with:\n\n```sh\nweb2img-bot serve\n```\n\nTo see the available options, run in the command line:\n\n```\nweb2img-bot --help\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Delta Chat bot to take website screenshots",
    "version": "1.1.0",
    "project_urls": {
        "Homepage": "https://github.com/deltachat-bot/web2img_deltabot"
    },
    "split_keywords": [
        "deltachat",
        " bot"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dbf3204e428308760676bd03680c68296228eb10547f2ee986cc30b2b2153799",
                "md5": "0cfb676b3dde5d6dcdfdf14e8308d02b",
                "sha256": "6dfacfa6d11e34973ce2c6ee2e865b573bfaf28a78b84187c1f0be98f3b66b4e"
            },
            "downloads": -1,
            "filename": "web2img_deltabot-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0cfb676b3dde5d6dcdfdf14e8308d02b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 18069,
            "upload_time": "2024-06-19T21:35:23",
            "upload_time_iso_8601": "2024-06-19T21:35:23.117449Z",
            "url": "https://files.pythonhosted.org/packages/db/f3/204e428308760676bd03680c68296228eb10547f2ee986cc30b2b2153799/web2img_deltabot-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-19 21:35:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "deltachat-bot",
    "github_project": "web2img_deltabot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "web2img-deltabot"
}
        
Elapsed time: 0.26564s