Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 559 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 559 Bytes

API Wrapper for hodots. written in Python.

Accessing hodots. API

Paste your Session Key in the .env file at the root of your project.

HODOTS_SESSION_KEY={Your_Session_Key}

Installing

Python 3.11 or higher is required to run hodots.py

To install hodots.py in your project, for now you can clone this repository and install it with pip:

$ git clone https://github.com/leafstudiosDot/hodots.py
$ cd hodots.py
$ python3 -m pip install -U .

Links