Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 465 Bytes

File metadata and controls

21 lines (16 loc) · 465 Bytes

SamoChat Python library

This is a python library for the SamoChat API

Installation

You can install it as a python package

Quick Start

Call the Library

import samochat
from samochat import SamochatData
  • Declares the instance of the library
data = SamochatData()

Documentation

You can find examples and the documentation at https://developers.samochat.net