文件名称:active-campaign-python:Active Campaign Python库
文件大小:12KB
文件格式:ZIP
更新时间:2024-05-19 15:22:27
Python
安装 您可以通过下载源代码来安装active-campaign-python 。 包含所有依赖项 。 from includes.ActiveCampaign import ActiveCampaign 在includes/Config.py文件中填写URL和API密钥, includes/Config.py顺利! 用法示例 包括/ Config.py from includes.Config import ACTIVECAMPAIGN_URL, ACTIVECAMPAIGN_API_KEY examples.py from includes.ActiveCampaign import ActiveCampaign from includes.Config import ACTIVECAMPAIGN_URL, ACTIVECAMPAIGN_API_KEY ac = Active