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
Introduction to the SDK
Leander.G edited this page Feb 5, 2021
·
16 revisions
This example will show you how to setup your first instance.
You will need to have gotten a TOKEN from MyShare API.
Tip: use MySDK as a dummy TOKEN for testing.
import mysdk
import os
# get TOKEN from environment
TOKEN = os.environ('TOKEN')
# create instance of MySDK
ms = mysdk.MySDK(TOKEN)
Tip: use MCP to help manage local environment variables.
-
Have you already installed the library?
-
We recommend you to check out the full method list, to see all the available methods.
Wiki of pyMyShareSDK Copyright © 2021 LeanderGangso
- MyShare API - link
- Telegram Group - link
Note:
link's will take you out of this wiki.