https://github.com/OurHeritageOurStories/miiifybot
Discord web annotation bot
https://github.com/OurHeritageOurStories/miiifybot
annotations git iiif miiify web
Last synced: over 1 year ago
JSON representation
Discord web annotation bot
- Host: GitHub
- URL: https://github.com/OurHeritageOurStories/miiifybot
- Owner: OurHeritageOurStories
- License: mit
- Archived: true
- Created: 2022-07-20T15:49:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T15:51:25.000Z (over 3 years ago)
- Last Synced: 2024-12-06T22:17:58.248Z (over 1 year ago)
- Topics: annotations, git, iiif, miiify, web
- Language: Python
- Homepage:
- Size: 9.14 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Miiifybot
## Introduction
Miiifybot is a Discord chatbot for integration into Mozilla Hubs. It builds on technology available in [Miiify](https://github.com/nationalarchives/miiify) to allow the community to interact with content displayed in a 3D virtual gallery. Users can learn about the content on display and also contribute back their knowledge. All contributions go through a review process before being accessible within the platform or within IIIF viewers.
## Chatbot commands
To display all annotations associated with the item:
```
$about
```
To create a new annotation for an item. This will then be submitted for review before being accessible to all.
```
$describe
```
## Discord channel
The channel is available via the following invite link:
```
https://discord.gg/QmHfjAtBDp
```
## Example gallery
You can try an example gallery of cats from Wikidata:
https://hubs.mozilla.com/dcRzw4T/general
The annotations are available in standard IIIF viewers:
https://projectmirador.org/embed/?iiif-content=https://miiify.rocks/manifest/cats
The data is also accessible from the annotation server:
https://miiify.rocks/annotations/cats
You can even access the data directly in its GitHub repository:
https://github.com/jptmoore/annotations/tree/master/cats/collection
## Tutorial
To find out what contributions have been made to the cat with label p1 we would do the following:
```
$about p1
```
To make a new contribution we could do the following:
```
$describe p1 this is a cute cat!
```