Metadata-Version: 2.1
Name: azstream
Version: 0.1.0
Summary: A package to interact with some streaming platform.
Author: Antoine Lombardo
Author-email: lombardoa@oxoc.net
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Requires-Dist: pyjwt (==1.7.1)
Requires-Dist: pypasser (>=0.0.5,<0.0.6)
Requires-Dist: pytz (>=2022.7.1,<2023.0.0)
Requires-Dist: requests (>=2.28.2,<3.0.0)
Requires-Dist: schedule (>=1.1.0,<2.0.0)
Requires-Dist: thefuzz (>=0.19.0,<0.20.0)
Description-Content-Type: text/markdown

# AZStream

## Platform specific options

Platform specific options can be using the `platform_options` arguments when adding a new platform.

### **TOU.TV**


|Parameter|Type|Description|Possible values|Required|Default value|
|---|---|---|---|---|---|
|android_version|str|The Android version to be used in the requests headers|`8.0.0`, `13`, ...|No|`13`|
|android_type|str|The Android device type|`phone`, `tv`|No|`phone`|
