{"id":14978125,"url":"https://github.com/pibooth/pibooth-dropbox","last_synced_at":"2026-03-05T16:18:16.916Z","repository":{"id":41957523,"uuid":"484199401","full_name":"pibooth/pibooth-dropbox","owner":"pibooth","description":"Pibooth plugin to upload pictures on Dropbox","archived":false,"fork":false,"pushed_at":"2023-05-17T05:57:11.000Z","size":639,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T14:16:49.587Z","etag":null,"topics":["dropbox","photo-booth","photobooth","plugin","raspberry-pi","raspberrypi"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pibooth.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-21T20:43:40.000Z","updated_at":"2022-09-09T20:40:39.000Z","dependencies_parsed_at":"2024-09-18T23:04:35.325Z","dependency_job_id":null,"html_url":"https://github.com/pibooth/pibooth-dropbox","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"5079fd0b96263de2808bef00d37f0a62381b5a30"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pibooth%2Fpibooth-dropbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pibooth%2Fpibooth-dropbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pibooth%2Fpibooth-dropbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pibooth%2Fpibooth-dropbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pibooth","download_url":"https://codeload.github.com/pibooth/pibooth-dropbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241605738,"owners_count":19989608,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dropbox","photo-booth","photobooth","plugin","raspberry-pi","raspberrypi"],"created_at":"2024-09-24T13:56:53.979Z","updated_at":"2025-11-29T16:03:02.380Z","avatar_url":"https://github.com/pibooth.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n===============\npibooth-dropbox\n===============\n\n|PythonVersions| |PypiPackage| |Downloads|\n\n``pibooth-dropbox`` is a plugin for the `pibooth`_ application.\n\nIts permits to upload the pictures to a `Dropbox`_ folder. It requires an\ninternet connection.\n\nInstall\n-------\n\n::\n\n    $ pip3 install pibooth-dropbox\n\nConfiguration\n-------------\n\nHere below the new configuration options available in the `pibooth`_ configuration.\n**The keys and their default values are automatically added to your configuration after first** `pibooth`_ **restart.**\n\n.. code-block:: ini\n\n    [DROPBOX]\n\n    # Dropbox folder where pictures are uploaded. Subfolders can be separated by /\n    album_name = Pibooth\n\n    # Dropbox Application Key\n    app_key =\n\n    # Dropbox Application Password\n    app_secret =\n\n.. note:: Edit the configuration by running the command ``pibooth --config``.\n\nPicture URL\n-----------\n\nUploaded picture URL is set to ``app.previous_picture_url`` attribute at the end of\n`processing` state (``state_processing_exit`` hook).\n\n.. warning:: for security reason, URL will expire in 4 hours.\n\nGrant secured access\n--------------------\n\nAccess to a Dropbox is granted by an APP_KEY and an APP_SECRET that shall be defined\nin the configuration. These are not your Dropbox credentials and it can not be used\nby an other application than the one defined in Dropbox.com.\n\n===========  ==================================================================\n |step1|     `Go to Dropbox App Console \u003chttps://www.dropbox.com/developers/apps\u003e`_\n             and click on the **Create app** button.\n\n |step2|     Under **Choose an API** section, select Scoped Access.\n             Under **Choose the type of access** you need, select Full Dropbox.\n             Enter an application name (for instance **My Awsome Photo Booth**).\n\n |step3|     Click the **Create app** button. You will be redirected to the\n             console for your app. Note the presence of your App key and App secret\n             on this page. You will need to enter these into **pibooth**\n             configuration file once you have followed the remaining steps.\n\n |step4|     Add the OAuth Redirect URI ``http://localhost:35880/`` to your\n             Dropbox app settings under the OAuth2 Redirect URIs section.\n\n |step5|     Click on the **Permissions tab** then select the ``files.content.write``\n             and ``files.content.read`` permissions in order to allow **pibooth**\n             to upload pictures on your Dropbox. Finally **click the Submit button**\n             at the bottom of the page for the new permissions to take effect.\n===========  ==================================================================\n\n.. note:: At the first connection, allow ``pibooth`` to use `Dropbox`_ in\n          the opened web browser window.\n\n\n.. --- Links ------------------------------------------------------------------\n\n.. _`pibooth`: https://pypi.org/project/pibooth\n\n.. _`Dropbox`: https://www.dropbox.com\n\n.. |PythonVersions| image:: https://img.shields.io/badge/python-3.6+-red.svg\n   :target: https://www.python.org/downloads\n   :alt: Python 3.6+\n\n.. |PypiPackage| image:: https://badge.fury.io/py/pibooth-dropbox.svg\n   :target: https://pypi.org/project/pibooth-dropbox\n   :alt: PyPi package\n\n.. |Downloads| image:: https://img.shields.io/pypi/dm/pibooth-dropbox?color=purple\n   :target: https://pypi.org/project/pibooth-dropbox\n   :alt: PyPi downloads\n\n.. --- Tuto -------------------------------------------------------------------\n\n.. |step1| image:: https://github.com/pibooth/pibooth-dropbox/blob/master/docs/images/step1_create_button.png?raw=true\n   :width: 80 %\n   :alt: step1_create_button\n\n.. |step2| image:: https://github.com/pibooth/pibooth-dropbox/blob/master/docs/images/step2_project_name.png?raw=true\n   :width: 80 %\n   :alt: step2_project_name\n\n.. |step3| image:: https://github.com/pibooth/pibooth-dropbox/blob/master/docs/images/step3_app_key.png?raw=true\n   :width: 80 %\n   :alt: step3_app_key\n\n.. |step4| image:: https://github.com/pibooth/pibooth-dropbox/blob/master/docs/images/step4_redirect_uri.png?raw=true\n   :width: 80 %\n   :alt: step4_redirect_uri\n\n.. |step5| image:: https://github.com/pibooth/pibooth-dropbox/blob/master/docs/images/step5_permissions.png?raw=true\n   :width: 80 %\n   :alt: step5_permissions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpibooth%2Fpibooth-dropbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpibooth%2Fpibooth-dropbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpibooth%2Fpibooth-dropbox/lists"}