pibooth-nextcloud


Namepibooth-nextcloud JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/ceeeeb/pibooth-nextcloud
SummaryPibooth plugin for Nextcloud upload.
upload_time2024-03-18 22:30:45
maintainer
docs_urlNone
authorCeeeeb
requires_python
licenseMIT license
keywords raspberry pi camera photobooth nextcloud
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pibooth-nextcloud

[![Python 3.0+](https://img.shields.io/badge/python-3.0+-red.svg)](https://www.python.org/downloads)
[![PyPi package](https://badge.fury.io/py/pibooth-nextcloud.svg)](https://pypi.org/project/pibooth-nextcloud)
[![PyPi downloads](https://img.shields.io/pypi/dm/pibooth-nextcloud?color=purple)](https://pypi.org/project/pibooth-nextcloud)

`pibooth-nextcloud` is a plugin for the
[pibooth](https://github.com/pibooth/pibooth) application.

This plugin adds the photo upload to a [Nextcloud Server](). It
generates and displays a QR Code with the URL on the gallery. It
requires an internet connection to work

## Install

    $ pip3 install pibooth-nextcloud

## Configuration

This is the extra configuration options that can be added in the
`pibooth` configuration):

``` ini
[NEXTCLOUD]
# Enable upload on  Nextcloud
activate = True

# URL of server to upload
host_nextcloud = https://<Server nextcloud>

# Root directory where Nextcloud stores photos
rep_photos_nextcloud = Photos

# Album where pictures are uploaded
album_name = suubdir

# User login for nextcloud account
user_nextcloud = user_nextcloud

# User password for nextcloud account
pass_nextcloud = pwd_nextcloud

# Print QR Code on screen
printQrCode = True

# Use Nextcloudcmd for Synchronize Local et Remote directory
useSynchronize = True
```

::: note
::: title
Note
:::

Edit the configuration by running the command `pibooth --config`.
:::

## Note



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ceeeeb/pibooth-nextcloud",
    "name": "pibooth-nextcloud",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Raspberry Pi,camera,photobooth,nextcloud",
    "author": "Ceeeeb",
    "author_email": "",
    "download_url": "https://github.com/ceeeeb/pibooth-nextcloud/archive/1.0.1.tar.gz",
    "platform": "unix",
    "description": "# pibooth-nextcloud\n\n[![Python 3.0+](https://img.shields.io/badge/python-3.0+-red.svg)](https://www.python.org/downloads)\n[![PyPi package](https://badge.fury.io/py/pibooth-nextcloud.svg)](https://pypi.org/project/pibooth-nextcloud)\n[![PyPi downloads](https://img.shields.io/pypi/dm/pibooth-nextcloud?color=purple)](https://pypi.org/project/pibooth-nextcloud)\n\n`pibooth-nextcloud` is a plugin for the\n[pibooth](https://github.com/pibooth/pibooth) application.\n\nThis plugin adds the photo upload to a [Nextcloud Server](). It\ngenerates and displays a QR Code with the URL on the gallery. It\nrequires an internet connection to work\n\n## Install\n\n    $ pip3 install pibooth-nextcloud\n\n## Configuration\n\nThis is the extra configuration options that can be added in the\n`pibooth` configuration):\n\n``` ini\n[NEXTCLOUD]\n# Enable upload on  Nextcloud\nactivate = True\n\n# URL of server to upload\nhost_nextcloud = https://<Server nextcloud>\n\n# Root directory where Nextcloud stores photos\nrep_photos_nextcloud = Photos\n\n# Album where pictures are uploaded\nalbum_name = suubdir\n\n# User login for nextcloud account\nuser_nextcloud = user_nextcloud\n\n# User password for nextcloud account\npass_nextcloud = pwd_nextcloud\n\n# Print QR Code on screen\nprintQrCode = True\n\n# Use Nextcloudcmd for Synchronize Local et Remote directory\nuseSynchronize = True\n```\n\n::: note\n::: title\nNote\n:::\n\nEdit the configuration by running the command `pibooth --config`.\n:::\n\n## Note\n\n\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Pibooth plugin for Nextcloud upload.",
    "version": "1.0.1",
    "project_urls": {
        "Download": "https://github.com/ceeeeb/pibooth-nextcloud/archive/1.0.1.tar.gz",
        "Homepage": "https://github.com/ceeeeb/pibooth-nextcloud"
    },
    "split_keywords": [
        "raspberry pi",
        "camera",
        "photobooth",
        "nextcloud"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b0c6be29b0341863ecc885bb6d04982f95d9c9bef93d8fde7d7f97dce53252a1",
                "md5": "0e747b51ee6993898238123c8e4b8ce6",
                "sha256": "2d16fdd75075d1c84f9bdb43cad7475b6c50e50791de08300a2bd606c065d4c4"
            },
            "downloads": -1,
            "filename": "pibooth_nextcloud-1.0.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0e747b51ee6993898238123c8e4b8ce6",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 5625,
            "upload_time": "2024-03-18T22:30:45",
            "upload_time_iso_8601": "2024-03-18T22:30:45.833116Z",
            "url": "https://files.pythonhosted.org/packages/b0/c6/be29b0341863ecc885bb6d04982f95d9c9bef93d8fde7d7f97dce53252a1/pibooth_nextcloud-1.0.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-18 22:30:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ceeeeb",
    "github_project": "pibooth-nextcloud",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pibooth-nextcloud"
}
        
Elapsed time: 0.22827s