VodBot


NameVodBot JSON
Version 1.1.11 PyPI version JSON
download
home_pagehttps://github.com/FriendTeamInc/VodBot
SummaryTwitch VOD and Clip manager
upload_time2024-01-06 20:31:49
maintainer
docs_urlNone
authorLogan "NotQuiteApex" Hickok-Dickson
requires_python>=3.7
licenseMIT
keywords twitch youtube vod video clip download
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # <img src="/assets/banner.png" alt="VodBot" height="100" />
[![GitHub license](https://badgen.net/github/license/FriendTeamInc/VodBot)](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/FriendTeamInc/VodBot.svg)](https://gitHub.com/FriendTeamInc/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.
* Download any public VOD or Clip from Twitch, along with useful metadata and chatlogs.
* Slice and splice videos downloaded into instances of staged data.
* Export staged data, one at a time or all at once, with chat logs as subtitles synced with the video and programmatically generated thumbnails.
* Upload staged data, one at a time or all at once, to YouTube with chat logs as subtitles synced with the video and programmatically generated thumbnails.
* Bash tab completion, for quickly putting in commands and referencing saved videos or staged data.
    * NOTE: Available through the argcomplete package, see its repo for more details. Requires `eval "$(register-python-argcomplete vodbot)"` to be placed in an appropriate location such as `~/.bashrc` after installation.
* Send webhooks to Discord to help you keep tabs on what VodBot is up to.

...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. FFmpeg must be installed separately.

Dependencies/Requirements:
* [FFmpeg](https://ffmpeg.org/)
    * Must be in your PATH environment variable.
    * Latest builds available [here](https://github.com/BtbN/FFmpeg-Builds).
* [Python 3.7+](https://python.org/)
    * [argcomplete](https://pypi.org/project/argcomplete/)
    * [dataclasses-json](https://pypi.org/project/dataclasses-json/)
    * [Requests](https://pypi.org/project/requests/)
    * [M3U8](https://pypi.org/project/m3u8/)
    * [Google API Client](https://pypi.org/project/google-api-python-client/)
    * [Google Auth OAuthLib](https://pypi.org/project/google-auth-oauthlib/)
    * [Google Auth httplib2](https://pypi.org/project/google-auth-httplib2/)
    * [Pillow](https://pypi.org/project/Pillow/)

# Wiki
All documentation of VodBot and its usage is managed on the repo wiki, which can be found [here](https://github.com/FriendTeamInc/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 to arguments and commands should not be expected. Any future releases will be documented on the [milestones page](https://github.com/FriendTeamInc/VodBot/milestones).

# License and Credit
This project's code is licensed under the MIT license, copyright Logan "NotQuiteApex" Hickok-Dickson. See [LICENSE.md](LICENSE.md) for more details. All other assets in this repository such as but not limited to images or programs are owned and their use dictated by the asset's respective owner(s).

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. 🧡

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/FriendTeamInc/VodBot",
    "name": "VodBot",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "twitch youtube vod video clip download",
    "author": "Logan \"NotQuiteApex\" Hickok-Dickson",
    "author_email": "self@notquiteapex.net",
    "download_url": "https://files.pythonhosted.org/packages/a9/80/af636b610619d3af610fd0880fddaaae3ec091f1328a9a66f83425690ce7/VodBot-1.1.11.tar.gz",
    "platform": null,
    "description": "# <img src=\"/assets/banner.png\" alt=\"VodBot\" height=\"100\" />\r\n[![GitHub license](https://badgen.net/github/license/FriendTeamInc/VodBot)](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/FriendTeamInc/VodBot.svg)](https://gitHub.com/FriendTeamInc/VodBot/issues/)\r\n\r\nVodBot is command line VOD and Clip manager for Twitch. Vodbot can:\r\n* Grab info on any public VOD, Clip, or Channel on Twitch.\r\n* Download any public VOD or Clip from Twitch, along with useful metadata and chatlogs.\r\n* Slice and splice videos downloaded into instances of staged data.\r\n* Export staged data, one at a time or all at once, with chat logs as subtitles synced with the video and programmatically generated thumbnails.\r\n* Upload staged data, one at a time or all at once, to YouTube with chat logs as subtitles synced with the video and programmatically generated thumbnails.\r\n* Bash tab completion, for quickly putting in commands and referencing saved videos or staged data.\r\n    * NOTE: Available through the argcomplete package, see its repo for more details. Requires `eval \"$(register-python-argcomplete vodbot)\"` to be placed in an appropriate location such as `~/.bashrc` after installation.\r\n* Send webhooks to Discord to help you keep tabs on what VodBot is up to.\r\n\r\n...with more features to come!\r\n\r\n# Installation\r\nVodBot 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. FFmpeg must be installed separately.\r\n\r\nDependencies/Requirements:\r\n* [FFmpeg](https://ffmpeg.org/)\r\n    * Must be in your PATH environment variable.\r\n    * Latest builds available [here](https://github.com/BtbN/FFmpeg-Builds).\r\n* [Python 3.7+](https://python.org/)\r\n    * [argcomplete](https://pypi.org/project/argcomplete/)\r\n    * [dataclasses-json](https://pypi.org/project/dataclasses-json/)\r\n    * [Requests](https://pypi.org/project/requests/)\r\n    * [M3U8](https://pypi.org/project/m3u8/)\r\n    * [Google API Client](https://pypi.org/project/google-api-python-client/)\r\n    * [Google Auth OAuthLib](https://pypi.org/project/google-auth-oauthlib/)\r\n    * [Google Auth httplib2](https://pypi.org/project/google-auth-httplib2/)\r\n    * [Pillow](https://pypi.org/project/Pillow/)\r\n\r\n# Wiki\r\nAll documentation of VodBot and its usage is managed on the repo wiki, which can be found [here](https://github.com/FriendTeamInc/VodBot/wiki)! Please consult the wiki before contributing or opening issues.\r\n\r\n# Project Status\r\nVodBot 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 to arguments and commands should not be expected. Any future releases will be documented on the [milestones page](https://github.com/FriendTeamInc/VodBot/milestones).\r\n\r\n# License and Credit\r\nThis project's code is licensed under the MIT license, copyright Logan \"NotQuiteApex\" Hickok-Dickson. See [LICENSE.md](LICENSE.md) for more details. All other assets in this repository such as but not limited to images or programs are owned and their use dictated by the asset's respective owner(s).\r\n\r\nVodBot 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. \ud83e\udde1\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Twitch VOD and Clip manager",
    "version": "1.1.11",
    "project_urls": {
        "Bug Tracker": "https://github.com/FriendTeamInc/VodBot/issues",
        "Homepage": "https://github.com/FriendTeamInc/VodBot"
    },
    "split_keywords": [
        "twitch",
        "youtube",
        "vod",
        "video",
        "clip",
        "download"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22c8b6b0017f4776f2b3caebad60d1acf06f4c118f97f6323627ed800eb30303",
                "md5": "0353280ecf8150857d747f638dbda2d7",
                "sha256": "1f49bef32e90cb370796cb8fe0255898e733396db6f8d64312ea51890ba90d63"
            },
            "downloads": -1,
            "filename": "VodBot-1.1.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0353280ecf8150857d747f638dbda2d7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 50996,
            "upload_time": "2024-01-06T20:31:47",
            "upload_time_iso_8601": "2024-01-06T20:31:47.636019Z",
            "url": "https://files.pythonhosted.org/packages/22/c8/b6b0017f4776f2b3caebad60d1acf06f4c118f97f6323627ed800eb30303/VodBot-1.1.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a980af636b610619d3af610fd0880fddaaae3ec091f1328a9a66f83425690ce7",
                "md5": "2bd98f395c69e26986b88bce3f7e5d51",
                "sha256": "83e3dcbf60a44008c5a126cb3d7ca8e8f2c5c87a42e0b4d711a8808ee78ab4c4"
            },
            "downloads": -1,
            "filename": "VodBot-1.1.11.tar.gz",
            "has_sig": false,
            "md5_digest": "2bd98f395c69e26986b88bce3f7e5d51",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 44069,
            "upload_time": "2024-01-06T20:31:49",
            "upload_time_iso_8601": "2024-01-06T20:31:49.320125Z",
            "url": "https://files.pythonhosted.org/packages/a9/80/af636b610619d3af610fd0880fddaaae3ec091f1328a9a66f83425690ce7/VodBot-1.1.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-06 20:31:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "FriendTeamInc",
    "github_project": "VodBot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "vodbot"
}
        
Elapsed time: 0.15934s