Minimal Python client for the make.com API v2
Project description
make-client
A minimal Python client library for the make.com API v2.
Installation
pip install make-client
Or directly from GitHub:
pip install git+https://github.com/walleta-io/make-client.git
Configuration
Set your API key and team ID via environment variables:
export MAKE_API_KEY=your_api_key
export MAKE_TEAM_ID=your_team_id
Or pass them directly when instantiating the client.
Your team ID can be found in the make.com URL when viewing your scenarios:
https://us2.make.com/{teamId}/scenarios
Library Usage
from make import Make
client = Make(api_key='...', team_id=12345)
# List all scenarios
scenarios = client.list_scenarios()
# Get execution logs for a scenario
logs = client.get_scenario_logs(scenario_id=3928327)
# With a date range
from datetime import date
logs = client.get_scenario_logs(
scenario_id=3928327,
**{'from': date(2026, 1, 1), 'to': date(2026, 1, 31)},
)
CLI Usage
# List scenarios
make-client list_scenarios
# Get scenario logs
make-client scenario_logs --scenario-id 3928327
# Override credentials
make-client --api-key ... --team-id 12345 list_scenarios
# Adjust log verbosity
make-client --log-level DEBUG list_scenarios
Output is JSON, so you can pipe to jq:
make-client list_scenarios | jq '[.[].id]'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file make_client-1.0.1.tar.gz.
File metadata
- Download URL: make_client-1.0.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afcf908157b98eeebbf1ea4ea933e488c83658fea0fd84e26035f05077001522
|
|
| MD5 |
dde14584c9357c702e3313e69a3b4e69
|
|
| BLAKE2b-256 |
f8ea71bcc5c74936d04528006576cafe3ef231681eb88eadf7d8e6c75deeb97d
|
Provenance
The following attestation bundles were made for make_client-1.0.1.tar.gz:
Publisher:
publish.yml on walleta-io/make-client
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
make_client-1.0.1.tar.gz -
Subject digest:
afcf908157b98eeebbf1ea4ea933e488c83658fea0fd84e26035f05077001522 - Sigstore transparency entry: 1126911863
- Sigstore integration time:
-
Permalink:
walleta-io/make-client@f76ac7273bf894c55ee5c59b8ab34c8f9e96451c -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/walleta-io
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f76ac7273bf894c55ee5c59b8ab34c8f9e96451c -
Trigger Event:
push
-
Statement type:
File details
Details for the file make_client-1.0.1-py3-none-any.whl.
File metadata
- Download URL: make_client-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
142d570a19564463252ca6421d17c56cb388537ca6a8519bae5698c6dcc7556b
|
|
| MD5 |
fc5c20c766cbef3344b28aa2c22e9a86
|
|
| BLAKE2b-256 |
1dabe82a3cf3389545a07e7fb87dcab2ae7b8dd7c794f4cf4b2891627d5488eb
|
Provenance
The following attestation bundles were made for make_client-1.0.1-py3-none-any.whl:
Publisher:
publish.yml on walleta-io/make-client
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
make_client-1.0.1-py3-none-any.whl -
Subject digest:
142d570a19564463252ca6421d17c56cb388537ca6a8519bae5698c6dcc7556b - Sigstore transparency entry: 1126911929
- Sigstore integration time:
-
Permalink:
walleta-io/make-client@f76ac7273bf894c55ee5c59b8ab34c8f9e96451c -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/walleta-io
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f76ac7273bf894c55ee5c59b8ab34c8f9e96451c -
Trigger Event:
push
-
Statement type: