https://github.com/deltachat-bot/web2img_deltabot
Web to image converter bot for Delta Chat
https://github.com/deltachat-bot/web2img_deltabot
bot deltabot-cli deltachat python
Last synced: 6 months ago
JSON representation
Web to image converter bot for Delta Chat
- Host: GitHub
- URL: https://github.com/deltachat-bot/web2img_deltabot
- Owner: deltachat-bot
- License: gpl-3.0
- Created: 2022-12-12T20:06:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T21:34:31.000Z (about 2 years ago)
- Last Synced: 2025-09-09T16:44:23.956Z (10 months ago)
- Topics: bot, deltabot-cli, deltachat, python
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Web to Image - Delta Chat Bot
[](https://pypi.org/project/web2img-deltabot)
[](https://github.com/deltachat-bot/web2img_deltabot/actions/workflows/python-ci.yml)
[](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
```