From d0523b0f63f8d39ffb680318f8e61cb8a3c1459c Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 17 May 2025 16:43:19 +0300 Subject: [PATCH] Upload README --- DRMLab/README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 DRMLab/README.md diff --git a/DRMLab/README.md b/DRMLab/README.md new file mode 100644 index 0000000..f4b8c91 --- /dev/null +++ b/DRMLab/README.md @@ -0,0 +1,31 @@ +# 🎬 DRMLab Project VT-PR 2.0 + +A private, script-driven tool for interacting with supported DRM-protected platforms via the DRMLab API and Vault system. + +--- + +## ✅ Features + +- ✅ Added support to our **API** +- ✅ Added support to our **Vault** +- ✅ Support for **MAX** +- ✅ Support for **AppleTV+** +- ✅ Support for **DisneyPlus** + +--- + +## ⚙️ Requirements + +- Python 3.9+ +- [Poetry](https://python-poetry.org/) +- Valid DRMLab Vault and device configuration + +--- + +## 🚀 Usage + +Install dependencies: + ```bash + poetry install + +