Skip to main content

Wrapper around Notion API.

Project description

# PyNotion

## 使用教學

### Create your own Integration

### Start using PyNotion `python3 from PyNotion.NotionClient import Notion AUTH = "your own integration's token" notion_bot = Notion(auth=AUTH) ` If it authenticated, it will print out Connect to integration YOUR_INEGRATION_NAME,otherwise Connect failed please request again !!! As you run into this situation, make sure to check out your integration token is type it correctly.

### Fetch specific Page, Database, Block #### Notion.fetch_page(your page title)

`python3 page = your_notion_bot.fetch_page("your_page_title") ` #### Notion.fetch_database(your page title) `python3 database = your_notion_bot.fetch_page("your_database_title") ` ### `python3 block = your_notion_bot.fetch_block("your_block_id") `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

NotionBot-0.0.2.tar.gz (12.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page