Metadata-Version: 2.1
Name: nannypi
Version: 0.1.1
Summary: Collection of python scripts used to automate a raspberry pi and telegram powered nanny cam.
Home-page: https://gitlab.com/rveach/nannypi
Author: Ryan Veach
Author-email: rveach@gmail.com
License: MIT
Description: # nannypi
        
        This project is to create a telegram-enabled nanny cam using a raspberry pi and a usb webcam.
        
        ## Python Script info
        
        This is part of a larger repo created to create a telegram-enabled nanny camera.  See the main repo for full information: [nannypi](https://gitlab.com/rveach/nannypi).
        
        ### Install Python Scripts
        
        ```bash
        pip install nannypi
        ```
        
        ### send_telegram_media.py
        
        This script will send media to telegram using cli arguments.
        
        ```bash
        python send_telegram_media.py -h
        usage: send_telegram_media.py [-h] [-f [FILE [FILE ...]]] [-t TOKEN]
                                      [-c CHAT_ID]
        
        Send media images to a Telegram Chat.
        
        optional arguments:
          -h, --help            show this help message and exit
          -f [FILE [FILE ...]], --file [FILE [FILE ...]]
                                Files to send
          -t TOKEN, --token TOKEN
                                telegram token. Can also be specified with the env
                                variable TELEGRAM_BOT_TOKEN.
          -c CHAT_ID, --chat-id CHAT_ID
                                telegram chat id. Can also be specified with the env
                                variable TELEGRAM_CHAT_ID
        ```
Keywords: Nanny,Telegram
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3
Description-Content-Type: text/markdown
