Metadata-Version: 2.1
Name: vodBot
Version: 1.0.0
Summary: Twitch VOD and Clip manager
Home-page: https://github.com/NotQuiteApex/VodBot
Author: Logan "NotQuiteApex" Hickok-Dickson
Author-email: self@notquiteapex.net
License: zlib/libpng
Project-URL: Bug Tracker, https://github.com/NotQuiteApex/VodBot/issues
Keywords: twitch vod video download
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: google-api-python-client (>=2.0)
Requires-Dist: google-auth-httplib2 (>=0.1.0)
Requires-Dist: google-auth-oauthlib (>=0.4.4)
Requires-Dist: requests (>=2.20)
Requires-Dist: m3u8 (>=0.8)

# <img src="/assets/banner.png" alt="VodBot" height="100" /> [![GitHub license](https://badgen.net/github/license/NotQuiteApex/VodBot)](https://github.com/NotQuiteApex/VodBot/blob/master/LICENSE.md) [![PyPI version fury.io](https://badge.fury.io/py/vodbot.svg)](https://pypi.org/project/vodbot/) [![GitHub issues](https://img.shields.io/github/issues/NotQuiteApex/VodBot.svg)](https://gitHub.com/NotQuiteApex/VodBot/issues/)

VodBot is command line VOD and Clip manager for Twitch. Vodbot can:
* Grab info on any public VOD, Clip, or Channel on Twitch.
* Queue and download any available VOD or Clip from Twitch, along with useful metadata and chatlogs.
* Slice and splice videos downloaded in instances of staged data.
* Export instances one at a time or all at once, with chatlogs converted to common formats such as RealText or SAMI.
* Upload instances one at a time or all at once to YouTube, with chatlogs as captions/subtitles synced with the video.
	* NOTE: Requires approval and credentials from Google, for now just use export and upload manually.

...with more features to come!

# Installation
VodBot can be installed with `pip install vodbot`. You can also install by cloning the repo and running `pip install .` for the latest commits and changes, although this isn't recommended. This will not install FFmpeg, that must be done separately.

Dependencies/Requirements:
* [FFmpeg](https://www.ffmpeg.org/) (Must be in your PATH environment variable)
* [Python 3.6+](https://www.python.org/)
    * [Requests 2.20+](https://pypi.org/project/requests/)
    * [M3U8 0.8+](https://pypi.org/project/m3u8/)
    * [Google API Client 2.0+](https://pypi.org/project/google-api-python-client/)
    * [Google Auth OAuthLib 0.4.4](https://pypi.org/project/google-auth-oauthlib/)
    * [Google Auth httplib2 0.1.0](https://pypi.org/project/google-auth-httplib2/)

# Wiki
All documentation of VodBot and its usage is managed on the repo wiki, which can be found [here](https://github.com/NotQuiteApex/VodBot/wiki)! Please consult the wiki before contributing or opening issues.

## Project Status
VodBot is considered complete-enough. However, features will continue to be added and the project itself rewritten many times down the road for optimization and repo readability. Major changes should not be expected. Any future releases will be documented on the [projects page](https://github.com/NotQuiteApex/VodBot/projects).

# License and Credit
This project is licensed under the zlib license, copyright Logan "NotQuiteApex" Hickok-Dickson. See [LICENSE.md](LICENSE.md) for more details.

VodBot was built on the grounds laid by the streaming group Friend Team Inc. (for the original idea and necessity of the project), the many people who research Twitch's GraphQL API (for all the API calls that the project makes), and the support from friends and family (for, y'know, the support). Without any of this, VodBot would not exist as it currently does. 🧡


