App using Notion API
Notion API を使用して Notion データベースを操作します。
Work with Notion databases using the Notion API.
- notion-clienを使用してbotion APIを操作
Working with notion API using notion-clien - データベースの内容をJSONファイルに出力
Output database contents to JSON file - データベースのデータ更新のテスト。辞書をリテラルで与えて更新
Testing database data updates. Update by giving a dictionary in literal - CSV ファイルを読んでデータベースを更新
Read CSV file and update database - データベースのデータ削除
Delete database data
- Notion 2022年7月のNotionサービス
- Python 3.8.5
- notion-client 1.0.0
追加される Notion データベースと追加するデータは次のリンクで紹介したものが必要です。
- データベース:『ブログ記事管理』
- データベースの記事:『ブログの記事を管理する(使い方)【Notionデータベース】』
- 追加するデータの記事:『はてなブログのスターとブックマークの数を取得するアプリ【フリー】』
notion_blog.pyのswitch変数を1~4に変えて起動する。
Start by changing the switch variable in the source code to 1 to 4.
pip install notion-client
〖実践〗Notion API の使い方【Python】 - プログラムでおかえしできるかな
juu7g
このソフトウェアは、MITライセンスのもとで公開されています。LICENSE.txtを確認してください。
This software is released under the MIT License, see LICENSE.txt.