Metadata-Version: 1.0
Name: cambot
Version: 1.1.0
Summary: CamBot - Slack UniFi Video Camera Bot.
Home-page: https://github.com/ampledata/cambot
Author: Greg Albrecht
Author-email: oss@undef.net
License: Copyright 2017 Greg Albrecht

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Description: CamBot - Slack UniFi Video Camera Bot
        *************************************
        
        .. image:: cambot.jpg
        
        CamBot is a Slack bot for viewing snapshots from a UniFi Video Camera System.
        It utilizes the NVR API interface to query and retrieve stills from cameras.
        
        To start, you'll need to create an API key on the NVR, and a Slack API Token.
        
        Usage
        =====
        
        Run the bot::
        
            export NVR_URL='https://172.17.0.1:7443'
            export NVR_API_KEY='XXXX'
            export SLACKBOT_API_TOKEN='xoxb-XXXX-XXXX'
            cambot
        
        
        Installation
        ============
        
        You'll need to create a Slack Bot and create a Slack Bot API Token, then::
        
            pip install cambot
        
        
        Source
        ======
        Github: https://github.com/ampledata/cambot
        
        Author
        ======
        Greg Albrecht oss@undef.net
        
        http://ampledata.org/
        
        Copyright
        =========
        Copyright 2017 Greg Albrecht
        
        License
        =======
        Apache License, Version 2.0. See LICENSE for details.
        
Platform: UNKNOWN
