Skip to content

YazdanRa/gharar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gharar Python Client

This is a python adaptor for interact with Gharar service.

Installation

You can easily install the package via command line below:

pip install pygharar

Usage

from pygharar import Gharar

my_gharar = Gharar(
    service_url="https://gharar.ir/",
    authorization_token="PUT YOUR OWN TOKEN HERE", 
    max_retry=3
)