Metadata-Version: 2.1
Name: JoDBS_Tools
Version: 0.0.1
Summary: Built for Python 3.11 >=
Project-URL: Homepage, https://github.com/JoDBS/JoDBS_Tools
Project-URL: Bug Tracker, https://github.com/JoDBS/JoDBS_Tools/issues
Author: JoDotNet
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11.0
Description-Content-Type: text/markdown

# JoDBS  Tools
<br>

This module includes methods to get latest videos from a YouTube channel or status of Twitch Live.


<br>


Created and maintained by @JoDotNet

<br>

#

### **v3GetLatestVideo()**
```python
from JoDBS_Tools import YouTube as YT

latest_video = YT.v3GetLatestVideo(ChannelId, API_Key)
print(latest_video)
```
#### Expected Output:
```
https://YouTube.com/watch/xyz
```