This repository has been archived by the owner on Nov 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Basic example
LeanderGangso edited this page Feb 5, 2021
·
3 revisions
This program will create a job based on inputs.
import os
import mysdk
# get TOKEN
TOKEN = os.environ('TOKEN')
# init instance
ms = mysdk.MySDK(TOKEN)
# create job
job = ms.create_job(leader='Someones name',
name='My new job',
date='2021.01.29',
location='google map',
participant_limit=10,
hide=False,
)
Wiki of pyMyShareSDK Copyright © 2021 LeanderGangso
- MyShare API - link
- Telegram Group - link
Note:
link's will take you out of this wiki.