OmekaS

Omeka Sのテーマの一覧を視覚的に確認するページを作成する。

Install

pip install git+https://github.com/nakamura196/OmekaS.git

How to use

Please create a .env file in the root directory and write the following contents.

token=<GitHub Personal Access Token>
notion_api_key=<Notion API Key>
from OmekaS.github import GitHubApiClient
from OmekaS.notion import NotionApiClient
GitHubApiClient.run()
NotionApiClient.run()
100%|██████████| 98/98 [01:47<00:00,  1.10s/it]
100%|██████████| 89/89 [02:13<00:00,  1.51s/it]