Official Resellme Python SDK

Installation Guide

pip3 install resellme

Create a Resellme instance

from resellme import Resellme



# Create resellme object with API Token from Resellme

resellme = Resellme(api_key='Your API Token')



# Searching a Domain

json_response = resellme.search_domain('xyz.co.zw')


# Handle json response data contained in json_response