Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

R3turn-Dev/TwVideoManager

Repository files navigation

Documentation Status

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

Setup

  1. Clone TwVideoManager

    $ git clone https://github.com/R3turn-Dev/TwVideoManager 
  2. Install with pip or python setup.py

    $ cd TwVideoManager
    $ pip install .
    or 
    $ python setup.py install