/pibooth-n2i

Upload images to a Nextride2infobeamer instance

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

pibooth-n2i

Python 3.6+ PyPi package PyPi downloads

pibooth-n2i is a plugin for the pibooth application. It allows to upload captures to a cms running the pibooth extension

Install

Install from PyPI

$ pip3 install pibooth-n2i

Install for development

git clone https://github.com/inflac/pibooth-n2i.git
$ cd pibooth-n2i
$ pip3 install -e .

Configuration

Below are the new configuration options available in the pibooth configuration. The keys and their default values are automatically added to your configuration after first pibooth restart.

[N2i]

# Pibooth Endpoint URL
n2i_url =

# Pibooth Auth Token
n2i_token =

Note

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

N2i pibooth extension

In order to get the configuration values for pibooth you need to have a running instance of the N2i CMS with the pibooth extension enabled. You don't need to have Nextride2 running in order to use a N2i CMS or this plugin for the N2i CMS.

  1. Enter the N2i CMS as an admin user
  2. Navigate to: Extensions->pibooth[manage]
  3. Use the shown Pibooth Endpoint URL for the n2i_url configuration variable.
  4. Use the shown token for the n2i_token configuration variable.