Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nakamura196/omekas
Omeka Sのテーマの一覧を視覚的に確認するページを作成する。
https://github.com/nakamura196/omekas
notion notion-api omeka omeka-s
Last synced: 1 day ago
JSON representation
Omeka Sのテーマの一覧を視覚的に確認するページを作成する。
- Host: GitHub
- URL: https://github.com/nakamura196/omekas
- Owner: nakamura196
- License: apache-2.0
- Created: 2024-01-09T12:48:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-13T07:21:17.000Z (14 days ago)
- Last Synced: 2025-01-13T08:27:14.152Z (14 days ago)
- Topics: notion, notion-api, omeka, omeka-s
- Language: Jupyter Notebook
- Homepage: https://nakamura196.github.io/OmekaS/
- Size: 386 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OmekaS
================Omeka Sのテーマの一覧を視覚的に確認するページを作成する。
## Install
``` sh
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.``` .env
token=
notion_api_key=
`````` python
from OmekaS.github import GitHubApiClient
from OmekaS.notion import NotionApiClient
```0%| | 0/98 [00:00, ?it/s]
KeyError: 'name'
``` python
GitHubApiClient.run()
NotionApiClient.run()
```