The python interface for interacting with SubsCrypt Service.
$> pip install subscrypt>>> from subscrypt import Subscrypt
>>> subscrypt_client = Subscrypt()
>>> subscrypt_client.is_connected()
TrueYou can access the docs here
The python interface for interacting with SubsCrypt Service.
$> pip install subscrypt>>> from subscrypt import Subscrypt
>>> subscrypt_client = Subscrypt()
>>> subscrypt_client.is_connected()
TrueYou can access the docs here