πΎInstalling Manot and Initial Setup
Guide to installing Manot and setting up your token to authorize the Manot client.
Download and install the Manot package
!pip install -U manotInitializing Token and Authorizing the Manot Client
from manot import manotAI
manot = manotAI("manot_service_url", "token")Last updated