SubsCrypt Python Package
[](https://github.com/oxydev/SubsCrypt-python-package/actions/workflows/test.yml)
[](https://pypi.python.org/pypi/subscrypt/)
[](https://pypi.python.org/pypi/subscrypt/)
The python interface for interacting with SubsCrypt Service.
<img src="https://oxydev.github.io/SubsCrypt-docs/images/logo.jpg" width="400">
Installation
bash
$> pip install subscrypt
Getting Started
python
>>> from subscrypt import Subscrypt
>>> subscrypt_client = Subscrypt()
>>> subscrypt_client.is_connected()
True
Docs
You can access the docs [here](https://api.subscrypt.io/subscrypt-doc/)