Thanks to visit codestin.com
Credit goes to github.com

Skip to content

HMS97/NOPY-Notion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTIONPY

NOTIONPY uses notion api to add data to dataset

Quickstart

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

install

pip install nopynotion

Usage

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'})

About

NOPYNOTIONPY uses notion api to add data to dataset

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages