Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.37 KB

File metadata and controls

28 lines (21 loc) · 1.37 KB

Ujeebu Tutorials - Python

Python examples for the Ujeebu API, one folder per tutorial.

Run

  1. Get a free key at https://ujeebu.com/signup.
  2. Replace YOUR_API_KEY in the file with your key.
  3. Requires Python 3.8+.
pip install requests
python <tutorial>/<example>.py

Files ending in -sdk.py use the official SDK (ujeebu-python): pip install ujeebu-python.

Tutorials