Metadata-Version: 2.0
Name: thief-snapshot
Version: 0.1.2
Summary: Detects motion with a camera and sends snapshots using a telegram chatbot if your phone is not on wifi.
Home-page: https://github.com/pawl/thief-snapshot
Author: Paul Brown
Author-email: paul90brown+pypi@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Requires-Dist: python-telegram-bot (==6.1.0)
Provides-Extra: amcrest
Requires-Dist: amcrest (==1.2.0); extra == 'amcrest'

thief-snapshot
==============

Detects motion with a camera and sends snapshots using a telegram
chatbot if your phone is not on wifi.

Requirements
------------

-  Amcrest Camera
-  DD-WRT Router
-  Telegram API Key & Chat ID

Installation
------------

Install the package:

::

    $ pip install thief_snapshot[amcrest]

Generate a settings file:

::

    $ thief_snapshot_generate_settings

Edit the generated settings.ini and fill in your own settings.

Usage
-----

::

    $ thief_snapshot settings.ini

TODO
----

-  Add support for more cameras types.
-  Add support for more presence detection types.

Credit
------

The ddwrt presence detection code was mostly copied from home-assistant.


