This is a python adaptor for interact with Gharar service.
You can easily install the package via command line below:
pip install pygharar
from pygharar import Gharar
my_gharar = Gharar(
service_url="https://gharar.ir/",
authorization_token="PUT YOUR OWN TOKEN HERE",
max_retry=3
)