NOTIONPY uses notion api to add data to dataset
Note: Need the latest version of NOTIONPY requires Python 3.5 or greater.
- Get your token from notion my-integrations
- Create the dataset in notion, and share the current dataset with my-integration
pip install nopynotion
from nopynotion import NOPY
#initialize the NOPY instance
no = NOPY(token,datasetID)
# update the value
no.add_col_value({'iou':'33',"Name":'hul2u','data':'233s2'})