sellapp A Python SDK made for sell.app Installation pip install sellapp Usage Basic usage import sellapp api = sellapp.Api("Your api key") blacklists = api.get_all_blacklists() orders = api.get_all_orders() print(blacklists) print(orders)