Skip to content

Stable Release

Latest
Compare
Choose a tag to compare
@SaberDoTcodeR SaberDoTcodeR released this 01 Sep 11:49
· 1 commit to main since this release

SubsCrypt Python Package

Python Test
PyPI license
PyPI version fury.io

The python interface for interacting with SubsCrypt Service.

Installation

$> pip install subscrypt

Getting Started

>>> from subscrypt import Subscrypt
>>> subscrypt_client = Subscrypt()
>>> subscrypt_client.is_connected()
True

Docs

You can access the docs here