magnusmanske / cradle

MIT License
8 stars 3 forks source link

Cradle

Cradle is a tool to help create Wikibase (eg Wikidata) items that are based on a specific pattern (eg "ancient ceramicist"). These patterns can be defined on-wiki as wikitext or ShEX. The user is then presented with a form that allows a hard-limited, soft-limitesd, or free addition of statements.

Setup

Config file

[settings]
agent = YOUR_TOOL_NAME
consumerKey = FOO
consumerSecret = BAR

Composer

Install the required PHP via composer:

composer install