Metadata-Version: 2.1
Name: pibooth_nextcloud
Version: 2.0.2
Summary: Pibooth plugin to upload photos to Nextcloud
Home-page: https://github.com/ceeeeb/pibooth-nextcloud
Download-URL: https://github.com/ceeeeb/pibooth-nextcloud/archive/2.0.2.tar.gz
Author: Ceeeeb
License: MIT license
Keywords: Raspberry Pi,camera,photobooth,nextcloud
Platform: unix
Platform: linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.6
Classifier: Natural Language :: English
Classifier: Topic :: Multimedia :: Graphics :: Capture :: Digital Camera
Description-Content-Type: text/x-rst
License-File: LICENSE


=================
pibooth-nextcloud
=================

|PythonVersions| |PypiPackage| |Downloads|

``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):

.. code-block:: 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:: Edit the configuration by running the command ``pibooth --config``.


Note
-----


.. |PythonVersions| image:: https://img.shields.io/badge/python-3.0+-red.svg
   :target: https://www.python.org/downloads
   :alt: Python 3.0+

.. |PypiPackage| image:: https://badge.fury.io/py/pibooth-nextcloud.svg
   :target: https://pypi.org/project/pibooth-nextcloud
   :alt: PyPi package

.. |Downloads| image:: https://img.shields.io/pypi/dm/pibooth-nextcloud?color=purple
   :target: https://pypi.org/project/pibooth-nextcloud
   :alt: PyPi downloads
