Metadata-Version: 2.1
Name: mugmoment
Version: 0.1.0
Summary: Library to download chat logs from twitch VODs
Home-page: https://gitlab.com/a/mugmoment
License: MIT
Author: Ave
Author-email: ave@ave.zone
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: httpx (>=0.17.1,<0.18.0)
Project-URL: Repository, https://gitlab.com/a/mugmoment
Description-Content-Type: text/markdown

# mugmoment

mugmoment is a python3 library to download chat logs from twitch VODs.

## Installation

### PyPI

This package is available on PyPI as `mugmoment`.

### Poetry

This project uses [poetry](https://python-poetry.org/), and the recommended way of installing it is running `poetry install` on the root of this repository, which will install it in a venv.

## shoutouts

[RechatTool](https://github.com/jdpurcell/RechatTool)'s codebase helped with figuring out how to talk with the API.
