Skip to content

oxydev/SubsCrypt-python-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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