Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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のテーマの一覧を視覚的に確認するページを作成する。

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()
```