Metadata-Version: 2.1
Name: TwVideoManager
Version: 0.0.1b20190924
Summary: Unified Twitch Video manager via Local and Google Drive
Home-page: https://github.com/R3turn-Dev/TwVideoManager/
Author: Eunhak Lee(return0927)
Author-email: admin@return0927.xyz
License: LGPL-3.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# TwVideoManager
> Twitch Video Manager

TwVideoManager automatically watches & downloads the live stream into local storage, and
sends to Google Drive, and then clean up local files.

## Author
- Eunhak Lee (aka. ENAK)
    - High School student in South Korea
    - Contacts
        - Github [@return0927](https://github.com/return0927)
        - E-mail [admin@return0927.xyz](mailto:admin@return092.xyz)

## Setup
1. Clone TwVideoManager
    ```bash
    $ git clone https://github.com/R3turn-Dev/TwVideoManager 
    ```

1. Install with pip or python setup.py
    ```bash
    $ cd TwVideoManager
    $ pip install .
    or 
    $ python setup.py install
    ```


