pixelsocial


Namepixelsocial JSON
Version 0.10.0 PyPI version JSON
download
home_pageNone
Summarysocial network via Delta Chat bot
upload_time2025-08-03 15:53:02
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords deltachat bot
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pixelsocial",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "deltachat, bot",
    "author": null,
    "author_email": "adbenitez <adb@arcanechat.me>",
    "download_url": null,
    "platform": null,
    "description": "# PixelSocial Bot\n\n[![Latest Release](https://img.shields.io/pypi/v/pixelsocial.svg)](https://pypi.org/project/pixelsocial)\n[![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)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\nA micro-blogging social network via Delta Chat bot.\n\n## Install\n\n```sh\npip install pixelsocial\n```\n\n## Usage\n\nTo configure the bot:\n\n```sh\npixelsocial init bot@example.org SuperHardPassword\n```\n\n**(Optional)** To customize the bot name, avatar and status/signature:\n\n```sh\npixelsocial config selfavatar \"/path/to/avatar.png\"\npixelsocial config displayname \"My Bot\"\npixelsocial config selfstatus \"Hi, I am a bot!\"\n```\n\nFinally you can start the bot with:\n\n```sh\npixelsocial serve\n```\n\nTo see the available options, run in the command line:\n\n```\npixelsocial --help\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "social network via Delta Chat bot",
    "version": "0.10.0",
    "project_urls": {
        "Homepage": "https://github.com/deltachat-bot/pixelsocial"
    },
    "split_keywords": [
        "deltachat",
        " bot"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1c612a4e6cccc08098692337e26e3c3f99414f92a64f03ab7873bcd90779e37b",
                "md5": "f036025a72698f6739a8eaa12fec0e9a",
                "sha256": "f293ba93bff5a3324dcecb1ebcccbca03bc2cfb6b676a31ac99172658c57ef45"
            },
            "downloads": -1,
            "filename": "pixelsocial-0.10.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f036025a72698f6739a8eaa12fec0e9a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 146453,
            "upload_time": "2025-08-03T15:53:02",
            "upload_time_iso_8601": "2025-08-03T15:53:02.416622Z",
            "url": "https://files.pythonhosted.org/packages/1c/61/2a4e6cccc08098692337e26e3c3f99414f92a64f03ab7873bcd90779e37b/pixelsocial-0.10.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-03 15:53:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "deltachat-bot",
    "github_project": "pixelsocial",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pixelsocial"
}
        
Elapsed time: 2.34176s