Metadata-Version: 2.4
Name: pixelsocial
Version: 0.11.0
Summary: social network via Delta Chat bot
Author-email: adbenitez <adb@arcanechat.me>
Project-URL: Homepage, https://github.com/deltachat-bot/pixelsocial
Keywords: deltachat,bot
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: deltabot-cli<8.0,>=7.1.0
Requires-Dist: SQLAlchemy<3.0,>=2.0.41
Requires-Dist: feedparser<7.0,>=6.0.11
Requires-Dist: requests<3.0,>=2.32.4
Requires-Dist: beautifulsoup4<5.0,>=4.13.4
Requires-Dist: html5lib>=1.1
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: pylint; extra == "dev"
Requires-Dist: pylama; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: setuptools; extra == "dev"
Requires-Dist: types-requests; extra == "dev"
Dynamic: license-file

# PixelSocial Bot

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

A micro-blogging social network via Delta Chat bot.

## Install

```sh
pip install pixelsocial
```

## Usage

To configure the bot:

```sh
pixelsocial init bot@example.org SuperHardPassword
```

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

```sh
pixelsocial config selfavatar "/path/to/avatar.png"
pixelsocial config displayname "My Bot"
pixelsocial config selfstatus "Hi, I am a bot!"
```

Finally you can start the bot with:

```sh
pixelsocial serve
```

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

```
pixelsocial --help
```
