見出し画像

【非エンジニア】Spotifyフォロー中のポッドキャストをNotionデータベースにカバー画像付きで追加する方法

はじめに前提として、私は現在文系大学生でプログラミングに詳しくありません。Pythonも書いたことがないです。

しかし、Spotifyで多くのポッドキャストを聴いてるヘビーユーザーとして、どれだけの番組をフォローしているのか気になりました。そこでNotionにデータベース化しようと考えました。

この記事では、ChatGPTに聞いたSpotifyでフォローしているポッドキャストをカバー画像付きでNotionのデータベースにする方法を紹介します。


※アプリの言語設定が英語なので、説明も英語のままになっています🙇‍♀️

Notionでデータベース作成(2ステップ)

  1. Notionアカウントにログインし、新しいデータベースを作成

  2. データベースのGalley viewを作成します。どのviewでもokですが、Galley viewの方が完成した時に見栄えが良いと思います👍

Galley viewのデータベースの例

Integration作成(2ステップ)

  1. NotionのIntegrationページにアクセスし、新しいIntegrationを作成

 1-1. WorkspaceのSettingからConnectionsをクリックして「Develop or manage integrations」をクリック

WorkspaceのSettingからConnectionsをクリックして「Develop or manage integrations」をクリック
Integration作成 1-1

 1-2. 「New integration」をクリック

灰色の背景の「New integration」をクリックして新規作成します
Integration作成 1-2


2. APIトークンを取得し、メモしておきます。

3. データベースのページに戻り、画面右上の3つの点をクリックします。「Connections」から先ほど作成したIntegrationと、このあと使うMakeと接続します。


Makeでフォロー中のポッドキャスト情報を取得(9ステップ)

Makeは、さまざまなアプリケーションやサービスを自動化して連携させることができるプラットフォームです。

  1. Makeにアクセスし、新しいシナリオを作成

  2. タイトルを入力

フォロー中のポッドキャスト情報を取得 2

3. "Spotify"で検索

フォロー中のポッドキャスト情報を取得 3

4. 「List Shows」をクリック

フォロー中のポッドキャスト情報を取得 4

5. 取得するポッドキャスト番組数の上限を設定
ここでは仮に100としています。実際にフォローしている数が上限の数未満でも重複して取得することはありません。

フォロー中のポッドキャスト情報を取得 5


6. 横の「+」からモジュールを追加し、Notionを選択

Add another module
フォロー中のポッドキャスト情報を取得 6「Add another module」
フォロー中のポッドキャスト情報を取得 6


7. 「Create a Database Item」 をクリックして、「Connection」、「Enter a Database ID」、「Database ID」を入力

フォロー中のポッドキャスト情報を取得 7

Database IDは notion.so/の後ろから?v=の前まで の値です

ぼやけているところがDatabase ID


8. Database IDを入力すると、そのデータベースのプロパティ情報の取得元を入力する欄が出てくるのでSpotifyのitemsから選択(今回はデフォルトのNameとTags)

私はNameは「1. Show: Name」にしてTagsは選択しませんでした。

フォロー中のポッドキャスト情報を取得 8

下の画像の「Name」と「Tags」という部分に取得した情報が反映されます。

Notionスクリーンショット


9. 左下の「Run once」をクリック

フォロー中のポッドキャスト情報を取得 9


NotionでLayoutを編集(4ステップ)


1. 3つの点「Edit view layout, grouping and more...」をクリック

NotionでLayoutを編集1

 2.「Layout」をクリック

NotionでLayoutを編集 2

3. 「Card preview」をクリックして「Page cover」に変更

NotionでLayoutを編集 3

4. 「Fit image」をオンにする

NotionでLayoutを編集 4


Python環境でNotionのカバー画像を追加する


1. 前提条件

- Pythonがインストールされていること

- Safariの設定で「Allow JavaScript from Apple Events」にチェックが入っていること(以下詳細↓)

 - Advancedで「Show features for web developers」にチェック

左:「Show features for web developers」にチェック前  右:チェック後

 - Developerで「Allow JavaScript from Apple Events」にチェック

「Allow JavaScript from Apple Events」にチェック


2. 必要なパッケージのインストール

Pythonの仮想環境を作成し、必要なパッケージをインストールします。

  1. プロジェクトディレクトリを作成: 任意の場所にプロジェクトディレクトリを作成します。

mkdir SpotifyToNotion 
cd SpotifyToNotion

2. 仮想環境を作成: venvモジュールを使用して仮想環境を作成します。

python3 -m venv venv

3. 仮想環境を有効化: 仮想環境を有効にします。

  • Windowsの場合:

venv\\\\Scripts\\\\activate
  • macOS/Linuxの場合:

source venv/bin/activate

4. 必要なパッケージをインストール: requestsライブラリをインストールします。

pip install requests




3. AppleScriptを使用してSpotifyからポッドキャスト情報を取得する

  1. Script Editorの起動: Macの「Script Editor」を起動します。

  2. AppleScriptの作成: 新しいスクリプトファイルを作成し、以下のコードを貼り付けます。pathはご自身のものに直してください。

-- 仮想環境のパスとPythonスクリプトのパスを設定
set venvPath to "/path/to/your/venv/bin/activate" -- 仮想環境のパス
set pythonScriptPath to "/path/to/your/update_notion_covers.py" -- Pythonスクリプトのパス

-- 仮想環境を有効化してPythonスクリプトを実行
do shell script "source " & quoted form of venvPath & " && python3 " & quoted form of pythonScriptPath

3. 取得したResultsを以下のように整えてください、とChatGPTにお願いします。

{"name": "ハイパー起業ラジオ", "url": "https://i.scdn.co/image/ab6765630000bdcf68dfc8493d27409c0869bc49"},

参考までに、こんな感じでした。

"{'object': 'list', 'results': [{'object': 'page', 'id': '5e04aaa3-7fc6-43fa-bfe5-b8e024069f7f', 'created_time': '2024-07-12T08:21:00.000Z', 'last_edited_time': '2024-07-13T07:31:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000f68d68dfc8493d27409c0869bc49'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:21:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-07-08', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': '尾原和啓 / けんすう', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': '尾原和啓 / けんすう', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': 'ハイパー起業ラジオ', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'ハイパー起業ラジオ', 'href': None}]}}, 'url': 'https://www.notion.so/5e04aaa37fc643fabfe5b8e024069f7f', 'public_url': 'https://elite-kite-224.notion.site/5e04aaa37fc643fabfe5b8e024069f7f'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': '3f801510-f111-4435-9b72-023e88d21ca6'}Updated cover for ハイパー起業ラジオ{'object': 'list', 'results': [{'object': 'page', 'id': '29e247bb-1932-4101-ba87-d99dd2e594a8', 'created_time': '2024-07-12T08:21:00.000Z', 'last_edited_time': '2024-07-13T07:30:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/996b4a944f7a9aceb5d2ff43cb1d7d77e4e5ff55'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:21:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-04-28', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': 'Off Topic', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'Off Topic', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': 'Off Topic // オフトピック', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'Off Topic // オフトピック', 'href': None}]}}, 'url': 'https://www.notion.so/Off-Topic-29e247bb19324101ba87d99dd2e594a8', 'public_url': 'https://elite-kite-224.notion.site/Off-Topic-29e247bb19324101ba87d99dd2e594a8'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': 'bc7a0c2d-fd89-4312-9b8c-d49afbc1e193'}Updated cover for Off Topic // オフトピック{'object': 'list', 'results': [{'object': 'page', 'id': '89d9a2df-20c4-4f42-ae17-6a72cf8bc654', 'created_time': '2024-07-12T08:21:00.000Z', 'last_edited_time': '2024-07-13T07:30:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcfdcc560bbc0a576e12d171ded'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:21:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-06-30', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': 'Wondery', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'Wondery', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': 'Business Wars', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'Business Wars', 'href': None}]}}, 'url': 'https://www.notion.so/Business-Wars-89d9a2df20c44f42ae176a72cf8bc654', 'public_url': 'https://elite-kite-224.notion.site/Business-Wars-89d9a2df20c44f42ae176a72cf8bc654'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': '3195faec-4376-4bed-9295-0dc878c8a004'}Updated cover for Business Wars{'object': 'list', 'results': [{'object': 'page', 'id': '7b84a0d1-022b-41f9-a25f-00baca15c2f7', 'created_time': '2024-07-12T08:22:00.000Z', 'last_edited_time': '2024-07-13T07:30:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcfe29175ad2623d601ede331e2'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:22:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-02-17', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': '伊藤穰一', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': '伊藤穰一', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': \"Joi Ito's Podcast\", 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': \"Joi Ito's Podcast\", 'href': None}]}}, 'url': 'https://www.notion.so/Joi-Ito-s-Podcast-7b84a0d1022b41f9a25f00baca15c2f7', 'public_url': 'https://elite-kite-224.notion.site/Joi-Ito-s-Podcast-7b84a0d1022b41f9a25f00baca15c2f7'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': '8553af31-624a-46b4-ac69-8f5166fab5d9'}Updated cover for Joi Ito's Podcast{'object': 'list', 'results': [{'object': 'page', 'id': 'b5eb6aa2-6d63-44de-bd51-bfb9ba85ebe1', 'created_time': '2024-07-12T08:21:00.000Z', 'last_edited_time': '2024-07-13T07:30:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcf34e657fb7acc7dca04c1546b'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:21:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-04-26', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': 'FREE AGENDA', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'FREE AGENDA', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': 'FREE AGENDA by hikaru & yamotty', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'FREE AGENDA by hikaru & yamotty', 'href': None}]}}, 'url': 'https://www.notion.so/FREE-AGENDA-by-hikaru-yamotty-b5eb6aa26d6344debd51bfb9ba85ebe1', 'public_url': 'https://elite-kite-224.notion.site/FREE-AGENDA-by-hikaru-yamotty-b5eb6aa26d6344debd51bfb9ba85ebe1'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': 'ac0ce6b0-9bec-4464-b783-165970910828'}Updated cover for FREE AGENDA by hikaru & yamotty{'object': 'list', 'results': [{'object': 'page', 'id': 'b184557e-308d-4378-bb6f-7191acacd574', 'created_time': '2024-07-12T08:22:00.000Z', 'last_edited_time': '2024-07-13T07:30:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcf10bfd90aa0934995794d5bb4'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:22:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-01-01', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': '柴田陽&関口舞', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': '柴田陽&関口舞', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': 'START/FM', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'START/FM', 'href': None}]}}, 'url': 'https://www.notion.so/START-FM-b184557e308d4378bb6f7191acacd574', 'public_url': 'https://elite-kite-224.notion.site/START-FM-b184557e308d4378bb6f7191acacd574'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': '5ee6e9fc-a3f0-47dd-ae6e-52bd646e4073'}Updated cover for START/FM{'object': 'list', 'results': [{'object': 'page', 'id': 'c50ba4d4-c92e-4e2a-8c03-69920cddc04e', 'created_time': '2024-07-12T08:22:00.000Z', 'last_edited_time': '2024-07-13T07:30:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcf8178632428e03610f0dfdf3a'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:22:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-01-27', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': 'DESIGN SHITEN', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'DESIGN SHITEN', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': 'デザインシテン', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'デザインシテン', 'href': None}]}}, 'url': 'https://www.notion.so/c50ba4d4c92e4e2a8c0369920cddc04e', 'public_url': 'https://elite-kite-224.notion.site/c50ba4d4c92e4e2a8c0369920cddc04e'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': '11113175-d9e3-4bdb-a909-8b90f017407c'}Updated cover for デザインシテン{'object': 'list', 'results': [{'object': 'page', 'id': '789f949f-ce2d-48df-b6f3-92e38080cd80', 'created_time': '2024-07-12T08:22:00.000Z', 'last_edited_time': '2024-07-13T07:30:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcf28774a652198d35c558fbf2d'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:22:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-01-28', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': '佐々木亮とたっちゃん', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': '佐々木亮とたっちゃん', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': 'となりのデータ分析屋さん', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'となりのデータ分析屋さん', 'href': None}]}}, 'url': 'https://www.notion.so/789f949fce2d48dfb6f392e38080cd80', 'public_url': 'https://elite-kite-224.notion.site/789f949fce2d48dfb6f392e38080cd80'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': '42dcfd04-5662-425b-870d-9de9f96bb148'}Updated cover for となりのデータ分析屋さん{'object': 'list', 'results': [{'object': 'page', 'id': 'c21af3bb-6a9a-4fc3-946d-4ebc7f908aaf', 'created_time': '2024-07-12T08:22:00.000Z', 'last_edited_time': '2024-07-13T07:30:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcf17ab4d35a76f6d267b415b73'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:22:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-01-13', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': 'SPINEAR', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'SPINEAR', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': '世界の最新ニュース「DAILY BRIEF」', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': '世界の最新ニュース「DAILY BRIEF」', 'href': None}]}}, 'url': 'https://www.notion.so/DAILY-BRIEF-c21af3bb6a9a4fc3946d4ebc7f908aaf', 'public_url': 'https://elite-kite-224.notion.site/DAILY-BRIEF-c21af3bb6a9a4fc3946d4ebc7f908aaf'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': '38a1cc87-f851-475c-9240-7d7b28e16e5a'}Updated cover for 世界の最新ニュース「DAILY BRIEF」{'object': 'list', 'results': [{'object': 'page', 'id': 'a1dac8d1-0e2b-4d6a-be4d-e129ae123992', 'created_time': '2024-07-12T08:21:00.000Z', 'last_edited_time': '2024-07-13T07:31:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcff9d0de25bbc176793b767568'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:21:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-06-13', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': 'bizchat.fm', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'bizchat.fm', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': 'Bizchat.fm', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'Bizchat.fm', 'href': None}]}}, 'url': 'https://www.notion.so/Bizchat-fm-a1dac8d10e2b4d6abe4de129ae123992', 'public_url': 'https://elite-kite-224.notion.site/Bizchat-fm-a1dac8d10e2b4d6abe4de129ae123992'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': 'c95d0ff4-dcc0-4bbf-b7c1-b1cc44d6aa94'}Updated cover for Bizchat.fm{'object': 'list', 'results': [{'object': 'page', 'id': '26186c79-1821-412b-ab87-2f786fca04f2', 'created_time': '2024-07-12T08:21:00.000Z', 'last_edited_time': '2024-07-13T07:31:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcf26ea9a30b6ed7b550eff1ea4'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:21:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-06-12', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': '矢野 哲平', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': '矢野 哲平', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': '耳で学ぶAI、ロボシンク', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': '耳で学ぶAI、ロボシンク', 'href': None}]}}, 'url': 'https://www.notion.so/AI-26186c791821412bab872f786fca04f2', 'public_url': 'https://elite-kite-224.notion.site/AI-26186c791821412bab872f786fca04f2'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': 'c0339e85-1afc-431b-8492-0f0ef48c8f58'}Updated cover for 耳で学ぶAI、ロボシンク{'object': 'list', 'results': [{'object': 'page', 'id': '44d2f09f-6047-4750-801d-9d08aa4b6ab8', 'created_time': '2024-07-12T08:21:00.000Z', 'last_edited_time': '2024-07-13T07:31:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/abd146a7adc940299c0242c5679a01a3c92317a4'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:21:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-06-20', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': '前田ヒロ Startup Podcast', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': '前田ヒロ Startup Podcast', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': '前田ヒロ Startup Podcast', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': '前田ヒロ Startup Podcast', 'href': None}]}}, 'url': 'https://www.notion.so/Startup-Podcast-44d2f09f60474750801d9d08aa4b6ab8', 'public_url': 'https://elite-kite-224.notion.site/Startup-Podcast-44d2f09f60474750801d9d08aa4b6ab8'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': '5c5f587c-7ff4-4c9b-97df-d44db5b030af'}Updated cover for 前田ヒロ Startup Podcast{'object': 'list', 'results': [{'object': 'page', 'id': '812a8d49-e35a-4867-829a-00fe89551515', 'created_time': '2024-07-12T08:21:00.000Z', 'last_edited_time': '2024-07-13T07:31:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcfa5cc8688d979b63151b6f9ca'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:21:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-07-09', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': 'BIAS', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'BIAS', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': '海外ではたらく私たち20’s', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': '海外ではたらく私たち20’s', 'href': None}]}}, 'url': 'https://www.notion.so/20-s-812a8d49e35a4867829a00fe89551515', 'public_url': 'https://elite-kite-224.notion.site/20-s-812a8d49e35a4867829a00fe89551515'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': '5d1ad298-8e39-4224-b634-bc11fec55d7b'}Updated cover for 海外ではたらく私たち20’s{'object': 'list', 'results': [{'object': 'page', 'id': 'd89eb09e-4001-46ca-8937-1cd43ff76145', 'created_time': '2024-07-12T08:21:00.000Z', 'last_edited_time': '2024-07-13T07:31:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcf1365eeda354cee74ebd45ef9'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:21:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-07-09', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': 'Shoe-g Ueyama', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'Shoe-g Ueyama', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': '海外で働くことについて知れる番組|海外で働く人ラジオ', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': '海外で働くことについて知れる番組|海外で働く人ラジオ', 'href': None}]}}, 'url': 'https://www.notion.so/d89eb09e400146ca89371cd43ff76145', 'public_url': 'https://elite-kite-224.notion.site/d89eb09e400146ca89371cd43ff76145'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': '04248345-9b4f-45b2-86ba-c00200fc1fb8'}Updated cover for 海外で働くことについて知れる番組|海外で働く人ラジオ{'object': 'list', 'results': [{'object': 'page', 'id': 'e2d3f67d-018c-4960-9014-a0a63be90cb9', 'created_time': '2024-07-12T08:21:00.000Z', 'last_edited_time': '2024-07-13T07:31:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcf5ccae1187f80f8c93c0bbbec'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:21:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-06-02', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': 'FoundX UTokyo', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'FoundX UTokyo', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': 'FoundX スタートアップ支援 Podcast', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'FoundX スタートアップ支援 Podcast', 'href': None}]}}, 'url': 'https://www.notion.so/FoundX-Podcast-e2d3f67d018c49609014a0a63be90cb9', 'public_url': 'https://elite-kite-224.notion.site/FoundX-Podcast-e2d3f67d018c49609014a0a63be90cb9'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': 'b7b6ca6c-f743-47bd-8ee7-00e09c244fe5'}Updated cover for FoundX スタートアップ支援 Podcast{'object': 'list', 'results': [{'object': 'page', 'id': 'e2f02cd7-5e37-429a-a65c-022724f93e7e', 'created_time': '2024-07-12T08:21:00.000Z', 'last_edited_time': '2024-07-13T07:31:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcf67a208513d1a2d143adc0fed'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:21:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-05-28', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': 'TechCrunch', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'TechCrunch', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': 'TechCrunch Daily Crunch', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'TechCrunch Daily Crunch', 'href': None}]}}, 'url': 'https://www.notion.so/TechCrunch-Daily-Crunch-e2f02cd75e37429aa65c022724f93e7e', 'public_url': 'https://elite-kite-224.notion.site/TechCrunch-Daily-Crunch-e2f02cd75e37429aa65c022724f93e7e'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': '24579854-b60e-4aeb-bfa1-6f7d1c56c11a'}Updated cover for TechCrunch Daily Crunch{'object': 'list', 'results': [{'object': 'page', 'id': '61269f51-451a-4de3-b5ad-fe89145ed806', 'created_time': '2024-07-12T08:21:00.000Z', 'last_edited_time': '2024-07-13T07:31:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcf9cbce22bb4f2bb12bbaeaf1f'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:21:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-06-19', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': 'ALL STAR SAAS FUND', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'ALL STAR SAAS FUND', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': 'ALL STAR SAAS PODCAST', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'ALL STAR SAAS PODCAST', 'href': None}]}}, 'url': 'https://www.notion.so/ALL-STAR-SAAS-PODCAST-61269f51451a4de3b5adfe89145ed806', 'public_url': 'https://elite-kite-224.notion.site/ALL-STAR-SAAS-PODCAST-61269f51451a4de3b5adfe89145ed806'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': '2bcce621-3ef6-4d3d-b2e7-647b723cae5b'}Updated cover for ALL STAR SAAS PODCAST{'object': 'list', 'results': [{'object': 'page', 'id': 'bcfa5b3d-4663-460e-9a8d-77a3d6c5ac6b', 'created_time': '2024-07-12T08:21:00.000Z', 'last_edited_time': '2024-07-13T07:31:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcfd5f7d52c705bb73bef035c58'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:21:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-07-01', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': 'LayerX', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'LayerX', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': 'LayerX NOW!', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'LayerX NOW!', 'href': None}]}}, 'url': 'https://www.notion.so/LayerX-NOW-bcfa5b3d4663460e9a8d77a3d6c5ac6b', 'public_url': 'https://elite-kite-224.notion.site/LayerX-NOW-bcfa5b3d4663460e9a8d77a3d6c5ac6b'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': '9f876561-ad59-4cd5-a620-69fd820296ca'}Updated cover for LayerX NOW!{'object': 'list', 'results': [{'object': 'page', 'id': '64e3cb07-e07c-4ee0-bfd7-04fd8383df87', 'created_time': '2024-07-12T08:22:00.000Z', 'last_edited_time': '2024-07-13T07:31:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcf96f6cb88b3df1d004e284ec6'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:22:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-01-11', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': 'Wondery', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'Wondery', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': 'BUSINESS WARS / ビジネスウォーズ', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'BUSINESS WARS / ビジネスウォーズ', 'href': None}]}}, 'url': 'https://www.notion.so/BUSINESS-WARS-64e3cb07e07c4ee0bfd704fd8383df87', 'public_url': 'https://elite-kite-224.notion.site/BUSINESS-WARS-64e3cb07e07c4ee0bfd704fd8383df87'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': '13d38343-dd7f-4316-a7f3-11bcd50d30db'}Updated cover for BUSINESS WARS / ビジネスウォーズ{'object': 'list', 'results': [{'object': 'page', 'id': '44746e4c-85c5-4ee7-8a00-69f8390f32d4', 'created_time': '2024-07-12T08:22:00.000Z', 'last_edited_time': '2024-07-13T07:31:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcf03d0e460208992630cb5412d'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:22:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-03-06', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': 'Kaz Motoyama & Takaya Deguchi', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'Kaz Motoyama & Takaya Deguchi', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': 'resize.fm', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'resize.fm', 'href': None}]}}, 'url': 'https://www.notion.so/resize-fm-44746e4c85c54ee78a0069f8390f32d4', 'public_url': 'https://elite-kite-224.notion.site/resize-fm-44746e4c85c54ee78a0069f8390f32d4'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': 'ea30c66b-164a-45c6-b646-7a9c6c66d989'}Updated cover for resize.fm{'object': 'list', 'results': [{'object': 'page', 'id': '16f1270e-c435-4cb2-967f-832c083b3c27', 'created_time': '2024-07-12T08:22:00.000Z', 'last_edited_time': '2024-07-13T07:31:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcfd6787aa0cda02133260df7e6'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:22:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-01-20', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': 'Lenny Rachitsky', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'Lenny Rachitsky', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': \"Lenny's Podcast: Product | Growth | Career\", 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': \"Lenny's Podcast: Product | Growth | Career\", 'href': None}]}}, 'url': 'https://www.notion.so/Lenny-s-Podcast-Product-Growth-Career-16f1270ec4354cb2967f832c083b3c27', 'public_url': 'https://elite-kite-224.notion.site/Lenny-s-Podcast-Product-Growth-Career-16f1270ec4354cb2967f832c083b3c27'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': '297d112d-6bf3-4d88-ae46-34d8103fe905'}Updated cover for Lenny's Podcast: Product | Growth | Career{'object': 'list', 'results': [{'object': 'page', 'id': 'c9b09959-a293-4197-9866-3311a6ab323b', 'created_time': '2024-07-12T08:21:00.000Z', 'last_edited_time': '2024-07-13T07:31:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcfb8d750665894714e5f22e93f'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:21:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-06-08', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': 'sober media lab', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'sober media lab', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': 'ポッドサイエンティスト', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'ポッドサイエンティスト', 'href': None}]}}, 'url': 'https://www.notion.so/c9b09959a293419798663311a6ab323b', 'public_url': 'https://elite-kite-224.notion.site/c9b09959a293419798663311a6ab323b'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': '1e05b9a3-c0da-4194-9bc2-963305b48e59'}Updated cover for ポッドサイエンティスト{'object': 'list', 'results': [{'object': 'page', 'id': 'd0887b0a-2f28-437a-88ed-0d9af0e90e16', 'created_time': '2024-07-12T08:22:00.000Z', 'last_edited_time': '2024-07-13T07:31:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcf140eadf92b7dd1ee6802ae30'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:22:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2023-08-06', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': 'Brandon, btrax', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'Brandon, btrax', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': 'BTRAXのCEOによるサンフランシスコ・デザイントーク', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'BTRAXのCEOによるサンフランシスコ・デザイントーク', 'href': None}]}}, 'url': 'https://www.notion.so/BTRAX-CEO-d0887b0a2f28437a88ed0d9af0e90e16', 'public_url': 'https://elite-kite-224.notion.site/BTRAX-CEO-d0887b0a2f28437a88ed0d9af0e90e16'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': '3ebb0e88-9285-4634-a222-0e98f07e7f3e'}Updated cover for BTRAXのCEOによるサンフランシスコ・デザイントーク{'object': 'list', 'results': [{'object': 'page', 'id': 'db60d5ec-766e-4c62-bd92-56efd255208e', 'created_time': '2024-07-12T08:21:00.000Z', 'last_edited_time': '2024-07-13T07:31:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcf5383d40bcd6e695ff40eed19'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:21:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-06-23', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': 'Chronicle', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'Chronicle', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': 'News Connect あなたと経済をつなぐ5分間 #ニュースコネクト', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'News Connect あなたと経済をつなぐ5分間 #ニュースコネクト', 'href': None}]}}, 'url': 'https://www.notion.so/News-Connect-5-db60d5ec766e4c62bd9256efd255208e', 'public_url': 'https://elite-kite-224.notion.site/News-Connect-5-db60d5ec766e4c62bd9256efd255208e'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': '6e0dc763-5d4a-4354-92a9-06397df7f0c2'}Updated cover for News Connect あなたと経済をつなぐ5分間 #ニュースコネクト{'object': 'list', 'results': [{'object': 'page', 'id': 'd75c259d-8222-4c09-a286-daee107576dd', 'created_time': '2024-07-12T08:21:00.000Z', 'last_edited_time': '2024-07-13T07:31:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcf63ee1843b9859252a3244102'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:21:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-05-25', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': 'Globis Capital Partners', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'Globis Capital Partners', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': 'GCP House', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'GCP House', 'href': None}]}}, 'url': 'https://www.notion.so/GCP-House-d75c259d82224c09a286daee107576dd', 'public_url': 'https://elite-kite-224.notion.site/GCP-House-d75c259d82224c09a286daee107576dd'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': '12d70dea-66ef-4305-8068-9638069edae5'}Updated cover for GCP House{'object': 'list', 'results': [{'object': 'page', 'id': 'c0c42990-c3df-470c-9ed3-a9207c5754c8', 'created_time': '2024-07-12T08:22:00.000Z', 'last_edited_time': '2024-07-13T07:31:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcf171ae3151b29c52f595c06e3'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:22:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-03-04', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': '株式会社グロービス', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': '株式会社グロービス', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': 'GLOBIS学び放題×知見録 Podcast', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'GLOBIS学び放題×知見録 Podcast', 'href': None}]}}, 'url': 'https://www.notion.so/GLOBIS-Podcast-c0c42990c3df470c9ed3a9207c5754c8', 'public_url': 'https://elite-kite-224.notion.site/GLOBIS-Podcast-c0c42990c3df470c9ed3a9207c5754c8'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': '0607dd52-3aa5-4efd-a15b-00a43e35ba29'}Updated cover for GLOBIS学び放題×知見録 Podcast{'object': 'list', 'results': [{'object': 'page', 'id': '107e3aae-1c3a-46fc-bf46-23931194e29b', 'created_time': '2024-07-12T08:22:00.000Z', 'last_edited_time': '2024-07-13T07:31:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcf7cb3330d6316201801099835'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:22:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-02-25', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': 'CEREAL TALK / シリアルトーク', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'CEREAL TALK / シリアルトーク', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': 'CEREAL TALK / シリアルトーク', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'CEREAL TALK / シリアルトーク', 'href': None}]}}, 'url': 'https://www.notion.so/CEREAL-TALK-107e3aae1c3a46fcbf4623931194e29b', 'public_url': 'https://elite-kite-224.notion.site/CEREAL-TALK-107e3aae1c3a46fcbf4623931194e29b'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': 'a2bb5631-307f-4bdb-979c-e2c2bfdb04cd'}Updated cover for CEREAL TALK / シリアルトーク{'object': 'list', 'results': [{'object': 'page', 'id': '29ef8445-bb77-40fd-8b84-020ffd14a5b1', 'created_time': '2024-07-12T08:22:00.000Z', 'last_edited_time': '2024-07-13T07:31:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcf39ede09671c0f024771ea9c8'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:22:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-03-04', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': 'グロービス経営大学院「ちょっと差がつくビジネスサプリ」', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'グロービス経営大学院「ちょっと差がつくビジネスサプリ」', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': 'グロービス経営大学院「ちょっと差がつくビジネスサプリ」', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'グロービス経営大学院「ちょっと差がつくビジネスサプリ」', 'href': None}]}}, 'url': 'https://www.notion.so/29ef8445bb7740fd8b84020ffd14a5b1', 'public_url': 'https://elite-kite-224.notion.site/29ef8445bb7740fd8b84020ffd14a5b1'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': '2a664b1a-e582-4b95-aee4-bc9a80cd8643'}Updated cover for グロービス経営大学院「ちょっと差がつくビジネスサプリ」{'object': 'list', 'results': [{'object': 'page', 'id': '64007280-413d-4eed-ab0f-a725bb3f2640', 'created_time': '2024-07-12T08:22:00.000Z', 'last_edited_time': '2024-07-13T07:31:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcfb38d63778cf890075afccc22'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:22:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-04-09', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': 'Algomatic', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'Algomatic', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': 'Inside Algomatic', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'Inside Algomatic', 'href': None}]}}, 'url': 'https://www.notion.so/Inside-Algomatic-64007280413d4eedab0fa725bb3f2640', 'public_url': 'https://elite-kite-224.notion.site/Inside-Algomatic-64007280413d4eedab0fa725bb3f2640'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': 'bcb8da2e-34ca-4f2f-8793-b8d8dc4ca91e'}Updated cover for Inside Algomatic{'object': 'list', 'results': [{'object': 'page', 'id': '280b8bec-0f77-4173-87f1-8199f136a75e', 'created_time': '2024-07-12T08:21:00.000Z', 'last_edited_time': '2024-07-13T07:31:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcfd4ed3b005b75468bf3a405cd'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:21:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-06-01', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': 'yamotty | 10X founder', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'yamotty | 10X founder', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': 'Zero Topic - ゼロトピック - ', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'Zero Topic - ゼロトピック - ', 'href': None}]}}, 'url': 'https://www.notion.so/Zero-Topic-280b8bec0f77417387f18199f136a75e', 'public_url': 'https://elite-kite-224.notion.site/Zero-Topic-280b8bec0f77417387f18199f136a75e'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': '0458bd37-20af-4823-b9da-7f63e65b7fd4'}Updated cover for Zero Topic - ゼロトピック - {'object': 'list', 'results': [{'object': 'page', 'id': '603602ae-7664-49d3-9df7-04337e8aca4e', 'created_time': '2024-07-12T08:21:00.000Z', 'last_edited_time': '2024-07-13T07:31:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcf901734ebeaf629eb52954968'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:21:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-05-20', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': 'Peter Yang', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'Peter Yang', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': 'Behind the Craft', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'Behind the Craft', 'href': None}]}}, 'url': 'https://www.notion.so/Behind-the-Craft-603602ae766449d39df704337e8aca4e', 'public_url': 'https://elite-kite-224.notion.site/Behind-the-Craft-603602ae766449d39df704337e8aca4e'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': '7d774134-927d-4edf-974b-9637bfa74ef6'}Updated cover for Behind the Craft{'object': 'list', 'results': [{'object': 'page', 'id': '5e04aaa3-7fc6-43fa-bfe5-b8e024069f7f', 'created_time': '2024-07-12T08:21:00.000Z', 'last_edited_time': '2024-07-13T08:27:00.000Z', 'created_by': {'object': 'user', 'id': '39fb8aa4-fd3a-42d1-b4e3-20d019ff31bd'}, 'last_edited_by': {'object': 'user', 'id': 'b0c42571-9791-47fd-af80-199eca577111'}, 'cover': {'type': 'external', 'external': {'url': 'https://i.scdn.co/image/ab6765630000bdcf68dfc8493d27409c0869bc49'}}, 'icon': None, 'parent': {'type': 'database_id', 'database_id': '24723f8e-ba49-47f5-9ca8-38a4b933066d'}, 'archived': False, 'in_trash': False, 'properties': {'Files & media': {'id': 'QZKY', 'type': 'files', 'files': []}, 'Created': {'id': 'Qr^G', 'type': 'created_time', 'created_time': '2024-07-12T08:21:00.000Z'}, 'Date': {'id': 'UFkA', 'type': 'date', 'date': {'start': '2024-07-08', 'end': None, 'time_zone': None}}, 'Created by': {'id': '|xvc', 'type': 'rich_text', 'rich_text': [{'type': 'text', 'text': {'content': '尾原和啓 / けんすう', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': '尾原和啓 / けんすう', 'href': None}]}, 'Name': {'id': 'title', 'type': 'title', 'title': [{'type': 'text', 'text': {'content': 'ハイパー起業ラジオ', 'link': None}, 'annotations': {'bold': False, 'italic': False, 'strikethrough': False, 'underline': False, 'code': False, 'color': 'default'}, 'plain_text': 'ハイパー起業ラジオ', 'href': None}]}}, 'url': 'https://www.notion.so/5e04aaa37fc643fabfe5b8e024069f7f', 'public_url': 'https://elite-kite-224.notion.site/5e04aaa37fc643fabfe5b8e024069f7f'}], 'next_cursor': None, 'has_more': False, 'type': 'page_or_database', 'page_or_database': {}, 'request_id': 'e63f0d58-8711-44d8-a8ed-e51801cd586e'}Updated cover for ハイパー起業ラジオ";


4. スクリプトの作成

  1. スクリプトファイルの作成: プロジェクトディレクトリ内に update_notion_covers.py という名前のファイルを作成します。

  2. スクリプトの内容を記入: 以下のスクリプトを update_notion_covers.py ファイルにコピーして保存します。

  3. your_correct_notion_api_tokenとyour_database_idを先ほどご自身のものに変更してください。

import requests
import json

# Notion APIトークンとデータベースIDを設定
NOTION_API_TOKEN = 'your_correct_notion_api_token'  # ここに取得した正しいAPIトークンを貼り付けます # 「secret_」から始まる
DATABASE_ID = 'your_database_id'  # ここにデータベースIDを入力します

# ヘッダーの設定
headers = {
    "Authorization": f"Bearer {NOTION_API_TOKEN}",
    "Content-Type": "application/json",
    "Notion-Version": "2021-05-13"
}

# SpotifyのサムネイルURLとポッドキャスト名のリスト
podcast_data = [
    {"name": "ハイパー起業ラジオ", "url": "https://i.scdn.co/image/ab6765630000bdcf68dfc8493d27409c0869bc49"},
    {"name": "Off Topic // オフトピック", "url": "https://i.scdn.co/image/996b4a944f7a9aceb5d2ff43cb1d7d77e4e5ff55"},
    {"name": "Business Wars", "url": "https://i.scdn.co/image/ab6765630000bdcfdcc560bbc0a576e12d171ded"},
    {"name": "Joi Ito's Podcast", "url": "https://i.scdn.co/image/ab6765630000bdcfe29175ad2623d601ede331e2"},
    {"name": "FREE AGENDA by hikaru & yamotty", "url": "https://i.scdn.co/image/ab6765630000bdcf34e657fb7acc7dca04c1546b"}
    # 他のポッドキャストデータを追加
]

# NotionのデータベースのページIDを取得する関数
def get_page_id(podcast_name):
    query_url = f"https://api.notion.com/v1/databases/{DATABASE_ID}/query"
    query_data = {
        "filter": {
            "property": "Name",
            "title": {
                "equals": podcast_name
            }
        }
    }
    response = requests.post(query_url, headers=headers, data=json.dumps(query_data))
    data = response.json()
    print(data)  # レスポンスの内容をプリントアウト
    if 'results' in data:
        for result in data['results']:
            if result['properties']['Name']['title'][0]['text']['content'] == podcast_name:
                return result['id']
    return None

# 各ポッドキャストのカバー画像を設定する
for podcast in podcast_data:
    page_id = get_page_id(podcast['name'])
    if page_id:
        update_url = f"https://api.notion.com/v1/pages/{page_id}"
        update_data = {
            "cover": {
                "type": "external",
                "external": {
                    "url": podcast['url']
                }
            }
        }
        response = requests.patch(update_url, headers=headers, data=json.dumps(update_data))
        if response.status_code == 200:
            print(f"Updated cover for {podcast['name']}")
        else:
            print(f"Failed to update cover for {podcast['name']}")
    else:
        print(f"Page not found for {podcast['name']}")



5. スクリプトの実行

  1. 仮想環境を有効化: 仮想環境がまだ有効化されていない場合、以下のコマンドを実行して仮想環境を有効化します。

    • Windowsの場合:

venv\\Scripts\\activate
  • macOS/Linuxの場合:

source venv/bin/activate
  1. スクリプトの実行:

python update_notion_covers.py
source /path/to/your/venv/bin/activate
python /path/to/your/update_notion_covers.py

これで、スクリプトが実行され、指定されたポッドキャストのカバー画像がNotionデータベースに設定されます。


問題が発生した場合

  • APIトークンの有効性を再確認: APIトークンが正しいことを確認してください。APIトークンは統合ページで再取得できます。

  • データベースの共有設定を確認: Notionデータベースが統合と正しく共有されていることを確認してください。統合がデータベースにアクセスできるように設定されている必要があります。


こんな感じになります

全部できていないのが辛い…。でも1つ1つ手動よりはマシ!

なんだよ〜全部じゃないのかよ!と思われた方、本当にすみません…。


<img>のdata-testid="entity-image"でサーチしてみたら60番組フォローしているはずなのに、31しかヒットしないことが原因の一つかも?と思ったりしています…😭


ここまでお読みいただきありがとうございました🙇‍♀️

何か参考になっていれば嬉しいです!

この記事が参加している募集

この記事が気に入ったらサポートをしてみませんか?